Skip to content

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

Choose a reason for hiding this comment

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

How is this update looking? Is there an immanent release?

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.

4 participants