-
Notifications
You must be signed in to change notification settings - Fork 38.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NullPointerException
thrown when ConfigurationClassEnhancer
creates CGLIB proxy
#34423
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: regression
A bug that is also a regression
Milestone
Comments
NullPointerException
thrown when ConfigurationClassEnhancer
creates CGLIB proxy
same in spring-cloud-kubernetes : https://github.com/spring-cloud/spring-cloud-kubernetes/actions/runs/13334222142/job/37245819905 |
jhoeller
added a commit
that referenced
this issue
Feb 18, 2025
Loading
Loading status checks…
See gh-34423
I found that for me changing |
tepi
added a commit
to vaadin/flow
that referenced
this issue
Feb 24, 2025
Fixes things breaking due to spring-projects/spring-framework#34423
pankratz76
pushed a commit
to pankratz76/spring-framework
that referenced
this issue
Feb 24, 2025
Closes spring-projectsgh-34423 Signed-off-by: Vincent Potucek <vincent.potucek@sap.com>
pankratz76
pushed a commit
to pankratz76/spring-framework
that referenced
this issue
Feb 24, 2025
See spring-projectsgh-34423 Signed-off-by: Vincent Potucek <vincent.potucek@sap.com>
1 task
This was referenced Feb 26, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: regression
A bug that is also a regression
Spring cloud uses boots dependency management of framework
@sbrannen thinks it mightt be related to #34274
I can share links to CI builds if needed.
These are examples of failing tests https://github.com/spring-cloud/spring-cloud-stream/blob/fb3c889c9cbbbe0314824f401895118ae4b37a27/core/spring-cloud-stream-integration-tests/src/test/java/org/springframework/cloud/stream/binding/BindingServiceTests.java#L542-L557
The text was updated successfully, but these errors were encountered: