Skip to content
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

Binding spring.main.* properties doesn't work in a native image #42038

Closed
mhalbritter opened this issue Aug 28, 2024 · 1 comment
Closed

Binding spring.main.* properties doesn't work in a native image #42038

mhalbritter opened this issue Aug 28, 2024 · 1 comment
Assignees
Labels
type: regression A regression from a previous release
Milestone

Comments

@mhalbritter
Copy link
Contributor

In #40592 we introduced a property class to bind the spring.main.* properties too. While this works on the JVM, it doesn't work on native. I guess there are reflection hints missing (and we add superfluous hints for SpringApplication).

@mhalbritter mhalbritter added the type: regression A regression from a previous release label Aug 28, 2024
@mhalbritter mhalbritter added this to the 3.4.x milestone Aug 28, 2024
@mhalbritter mhalbritter self-assigned this Aug 28, 2024
@mhalbritter mhalbritter modified the milestones: 3.4.x, 3.4.0-M3 Aug 28, 2024
mhalbritter added a commit to spring-projects/spring-aot-smoke-tests that referenced this issue Aug 28, 2024
@mhalbritter
Copy link
Contributor Author

I've updated our AOT smoke tests to catch such regressions earlier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: regression A regression from a previous release
Projects
None yet
Development

No branches or pull requests

1 participant