syhily opened a new pull request #18815:
URL: https://github.com/apache/flink/pull/18815


   ## What is the purpose of the change
   
   We exclude the jaxb-api in `pulsar-client-all` after upgrading to latest 
Pulsar. This would cause the class not found issue on Java 11. The JAXB APIs 
are considered to be Java EE APIs and therefore are no longer contained on the 
default classpath in Java SE 9. In Java 11, they are completely removed from 
the JDK.
   
   ## Brief change log
   
     - Add the jaxb-api dependency.
     - Disable the `PulsarSourceOrderedE2ECase` test on Java 11 for direct 
buffer memory error.
   
   ## Verifying this change
   
   This change is already covered by existing tests, such as 
`PulsarSourceUnorderedE2ECase`.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes)
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: (no)
     - The serializers: (no)
     - The runtime per-record code paths (performance sensitive): (no)
     - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (no)
     - The S3 file system connector: (no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (no)
     - If yes, how is the feature documented? (not applicable)
   


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