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

Home Page:https://inlong.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build all modules with the same jdk version

guangxuCheng opened this issue · comments

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?

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