Skip to content

Commit

Permalink
Upgrade spring framework to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chandrashekar-s committed Jul 2, 2024
1 parent 2595915 commit bfe4e4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<properties>
<java.version>17</java.version>
<spring-boot.version>3.1.5</spring-boot.version>
<spring-boot.version>3.2.2</spring-boot.version>
</properties>

<dependencyManagement>
Expand Down
4 changes: 4 additions & 0 deletions pipelines/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,10 @@
<compilerArgs>
<!-- Enable access to the packages at compile time -->
<arg>--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED</arg>
<!-- To retain parameter names for compiled classes, this is needed for latest spring.
See https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x#parameter-name-retention
for the details -->
<arg>-parameters</arg>
</compilerArgs>
</configuration>
</plugin>
Expand Down

0 comments on commit bfe4e4b

Please sign in to comment.