Skip to content

Commit 0960613

Browse files
committed
integration-tests: compile with -parameters
- This is required to have integration tests passing on JDK 17+. This is because the IntegrationTestConfiguration relies on bean names for auto-wiring beans of the same type (mostly strings).
1 parent 6aaaa90 commit 0960613

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration-test/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@
100100
<plugin>
101101
<groupId>org.apache.maven.plugins</groupId>
102102
<artifactId>maven-compiler-plugin</artifactId>
103+
<configuration>
104+
<parameters>true</parameters>
105+
</configuration>
103106
</plugin>
104107
<plugin>
105108
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)