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

Configure maven.compiler.release in spring-boot-starter-parent to prevent impossible JDK API usage #34365

Closed

Conversation

mtheiss
Copy link
Contributor

@mtheiss mtheiss commented Feb 24, 2023

When cross compiling with newer JDKs against an older JDK API, it might happen, that a JDK API is used, which is not available in the intended Java version. Using maven.compiler.release will migitate this.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Feb 24, 2023
@wilkinsona wilkinsona changed the title Use maven.compiler.release to prevent impossible JDK api usage Configure maven.compiler.release in spring-boot-starter-parent to prevent impossible JDK API usage Feb 24, 2023
@wilkinsona wilkinsona added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Feb 24, 2023
@wilkinsona wilkinsona added this to the 3.1.x milestone Feb 24, 2023
@mhalbritter mhalbritter modified the milestones: 3.1.x, 3.1.0-M2 Mar 1, 2023
@mhalbritter
Copy link
Contributor

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants