Al-assad opened a new issue, #2961:
URL: https://github.com/apache/incubator-streampark/issues/2961

   ### Search before asking
   
   - [X] I had searched in the 
[feature](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22Feature%22)
 and found no similar feature requirement.
   
   
   ### Description
   
   The current Java version of StreamPark is still 1.8, but Java 11 has become 
the mainstream version of Java. Many new versions of Java ecosystem libraries 
are compiled based on Java 11, including Flink and Spark, which have provided 
support for Java 11 early on.
   
   StreamPark's upgrade to Java 11 is considered from the following aspects:
   
   - **Flink**: Flink supports Java 11 starting from version 1.10.
   - **Spark**: Spark 2.4.x and 3.x uses Scala version 2.12, so Java 11 will 
work with that version.
   - **Streampark itself**:
        The Java code of StreamPark can be compiled successfully in Java 11, 
and the Scala code based on Scala 2.12 which naturally supports Java 11.
        Due to the extensive use of SPI and reflection mechanisms within 
StreamPark, it may be necessary to add additional JVM parameter `--add-opens`  
in the program startup script to eliminate unsafe reflection warnings.
   
   
   ### Usage Scenario
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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