snuyanzin commented on code in PR #50: URL: https://github.com/apache/flink-connector-opensearch/pull/50#discussion_r2047798366
########## pom.xml: ########## @@ -380,28 +383,6 @@ under the License. </dependencyManagement> <profiles> - <profile> - <id>opensearch1</id> - <activation> - <jdk>[1.8,)</jdk> - </activation> - <modules> - <module>flink-connector-opensearch</module> - <module>flink-connector-opensearch-e2e-tests</module> - <module>flink-sql-connector-opensearch</module> - </modules> - </profile> - <profile> - <id>opensearch2</id> - <activation> - <jdk>[11,)</jdk> - </activation> - <modules> - <module>flink-connector-opensearch2</module> - <module>flink-connector-opensearch2-e2e-tests</module> - <module>flink-sql-connector-opensearch2</module> - </modules> - </profile> <!-- The spotless comes from flink-connector-parent and needs version bump to support JDK-21 --> <profile> Review Comment: or, IIUC in master we now have only 2.0 and jdk11+ right? Then I guess we can bump spotless plugin to same version as for Flink 2.0 and enable it for jdk21 as well WDYT? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org