Skip to content

Commit

Permalink
NIFI-12962 Upgraded Spring Framework from 6.0.18 to 6.1.5
Browse files Browse the repository at this point in the history
- Enabled parameter names for reflection in nifi-web-api to support AspectJ Around expression parsing

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8575.
  • Loading branch information
exceptionfactory authored and pvillard31 committed Mar 27, 2024
1 parent 2a5b611 commit 3bed30e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<!-- Enable parameters for AspectJ Around annotation argument name resolution -->
<parameters>true</parameters>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand Down
1 change: 0 additions & 1 deletion nifi-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<module>nifi-registry-docker-maven</module>
</modules>
<properties>
<spring.version>6.1.5</spring.version>
<spring.boot.version>3.2.3</spring.boot.version>
<flyway.version>9.22.3</flyway.version>
<flyway.tests.version>9.5.0</flyway.tests.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<snakeyaml.version>2.2</snakeyaml.version>
<netty.4.version>4.1.106.Final</netty.4.version>
<servlet-api.version>6.0.0</servlet-api.version>
<spring.version>6.0.18</spring.version>
<spring.version>6.1.5</spring.version>
<spring.security.version>6.2.3</spring.security.version>
<swagger.annotations.version>2.2.20</swagger.annotations.version>
<h2.version>2.2.224</h2.version>
Expand Down

0 comments on commit 3bed30e

Please sign in to comment.