dockerzhang / incubator-inlong

Apache InLong - a one-stop data streaming platform
https://inlong.apache.org/
Apache License 2.0
0 stars 0 forks source link

[INLONG-108] About maven jdk version configuration problem #108

Closed dockerzhang closed 3 years ago

dockerzhang commented 3 years ago

hi:

Guocheng Zhang, Guo Jiwei

I found some problems with the current maven jdk version configuration. For the 1.8 syntax, it can be compiled, but there will be problems during runtime.
for example:
The core module uses the syntax of 1.8. If you refer to the method that is only available in 1.8, it can be compiled. However, because the server is configured with the syntax of 1.7, when the server is running on jdk1.7, it will caused method not found errors because it depends on the core module.
In response to this problem, please ask Guocheng Zhang to determine the specific jdk running version of the server and client module, so as to make corresponding adjustments to the maven configuration. When the syntax is wrong, you can find and solve the problem in time during compilation

JIRA link - [INLONG-108] created by viviel