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

uplift to java 21 and spring boot 3, pom sorting and flattening #382

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kyle-mclachlan-stanchion

Updated to Spring Boot 3 and Java 21, added a .editorconfig (adjust and reformat as needed), introduced pom sorting and flattening for consistency

@bala28
Copy link

bala28 commented Feb 12, 2024

Hi @ulisesbocchio any idea when this PR can be merged ?

<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As Spring Boot 3.0 requires Java 17, i think we should keep a target version equals to java 17.
The java 21 target will prevent application running on java17 to upgrade to the jasypt-spring-boot-starter

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 this pull request may close these issues.

None yet

3 participants