Skip to content

Commit b7dd387

Browse files
acogoluegnesmergify[bot]
authored andcommitted
Require Java 11 in stream Java client projects
References rabbitmq/rabbitmq-stream-java-client#663 (cherry picked from commit c17d38e) (cherry picked from commit 675586e)
1 parent db6a02c commit b7dd387

File tree

2 files changed

+2
-4
lines changed
  • deps
    • rabbitmq_stream/test/rabbit_stream_SUITE_data
    • rabbitmq_stream_management/test/http_SUITE_data

2 files changed

+2
-4
lines changed

Diff for: deps/rabbitmq_stream/test/rabbit_stream_SUITE_data/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@
8383
<artifactId>maven-compiler-plugin</artifactId>
8484
<version>${maven.compiler.plugin.version}</version>
8585
<configuration>
86-
<source>1.8</source>
87-
<target>1.8</target>
86+
<release>11</release>
8887
<compilerArgs>
8988
<arg>-Xlint:deprecation</arg>
9089
<arg>-Xlint:unchecked</arg>

Diff for: deps/rabbitmq_stream_management/test/http_SUITE_data/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@
9999
<artifactId>maven-compiler-plugin</artifactId>
100100
<version>${maven.compiler.plugin.version}</version>
101101
<configuration>
102-
<source>1.8</source>
103-
<target>1.8</target>
102+
<release>11</release>
104103
<compilerArgs>
105104
<arg>-Xlint:deprecation</arg>
106105
<arg>-Xlint:unchecked</arg>

0 commit comments

Comments
 (0)