Tencent / TubeMQ

TubeMQ has been donated to the Apache Software Foundation and renamed to InLong, please visit the new Apache repository: https://github.com/apache/incubator-inlong
https://inlong.apache.org/
2.02k stars 391 forks source link

Build all modules with the same jdk version #44

Closed guangxuCheng closed 4 years ago

guangxuCheng commented 4 years ago

image

Currently tubemq-server is built with JDK 8, but other module is built with JDK 7.

Maybe we should use the same JDK version for all modules.

If so, which one to use?

gosonzhang commented 4 years ago

The client is based on 1.7 to avoid the business environment, java is not a high version, the server depends on the BDB requires 1.8 version of java


客户端基于1.7避免业务环境的java不是高版本情况,服务端依赖的BDB要求1.8版本的java