Skip to content

Commit 6ff26d2

Browse files
author
Fiete Ostkamp
committed
Add parameters compiler arg to fix traveral issue
- add parameters compiler arg - added to maintain current behaviour on rest controllers in traversal Issue-ID: AAI-4230 Change-Id: I1d37b2b7ae660dc37b630499b8b289e2ab445e3b Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
1 parent e91304a commit 6ff26d2

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

aai-parent/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ limitations under the License.
3939

4040
<properties>
4141
<maven.compiler.release>11</maven.compiler.release>
42+
<maven.compiler.parameters>true</maven.compiler.parameters>
4243
<!-- update this just prior to release or figure out something with version.properties -->
4344
<aai.release.version>${aai.common.version}</aai.release.version>
4445
<aai.schema.service.version>1.12.7</aai.schema.service.version>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@
110110
<groupId>org.apache.maven.plugins</groupId>
111111
<artifactId>maven-compiler-plugin</artifactId>
112112
<configuration>
113-
<release>17</release>
113+
<release>17</release>
114+
<parameters>true</parameters>
114115
</configuration>
115116
</plugin>
116117
<plugin>

0 commit comments

Comments
 (0)