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

Compile project using -parameters flag #2316

Open
holgerstolzenberg opened this issue Apr 11, 2024 · 0 comments · May be fixed by #2317
Open

Compile project using -parameters flag #2316

holgerstolzenberg opened this issue Apr 11, 2024 · 0 comments · May be fixed by #2317

Comments

@holgerstolzenberg
Copy link

I am currently working on a Spring Boot 3 project where I need to use spring-cloud stuff in test scope.
The project uses Spring Boots native image support via Gradle.

Once trying to run the tests the compilation breaks fast as of a feature of the spring boot stating the a specific class was not compiled using -parameters options.

Please see: spring-projects/spring-boot@421f2fa

As I understand it, it needs to be fixed in the downstream dependency (here).
I will provide a PR adding the necessary compiler options to the project.

holgerstolzenberg added a commit to holgerstolzenberg/docker-java that referenced this issue Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant