snuyanzin opened a new pull request, #38: URL: https://github.com/apache/flink-connector-opensearch/pull/38
The PR adds support for OpenSearch v2 Since there are breking changes introduced in OpenSearch there is no way to support one jar working for both v1 and v2. For that reason it is now splitted in same way like it is for elastic: one jar for v1, another for v2. Connector name for v1 is same as before - `opensearch`, for v2 it is `opensearch-2`. Since v2 is java 11 based there is a java11 maven profile for v2 which makes opensearch connector for v2 building only in case of java 11+. There are some attempts on OpenSearch side to improve this situation, in case of success building with java8 for OpenSearch v2 could be easily added by removal of that profile. Also PR bumps dependency for Flink to 1.18.0. The reason is incompatible changes for ArchUnit which makes the code passing archunit tests either only for 1.17 or only for 1.18., 1.19. Also it adds support for java 17 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
