spuru9 commented on PR #251:
URL: 
https://github.com/apache/flink-connector-aws/pull/251#issuecomment-4903157948

   The JDK 11 legs were failing with `invalid target release: 17` — 
connector-parent 2.0.0 compiles for target 17 by default. The shared ci.yml in 
flink-connector-shared-utils deals with this by activating the parent's 
`java11-target` profile when building on JDK 11, but the local common.yml in 
this repo never got the equivalent step (it didn't matter on parent 1.0.0 which 
targeted 11 everywhere).
   
   Added that step in the last commit and routed `MVN_COMMON_OPTIONS` through 
the compile/e2e steps so the profile actually reaches them, same as the kafka 
connector does. The other red jobs were just fail-fast cancellations caused by 
the JDK 11 one.


-- 
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]

Reply via email to