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 388 forks source link

Downgrade minimum jdk version to jdk7 #97

Closed tisonkun closed 5 years ago

tisonkun commented 5 years ago

ref #73

After an investigation we notice that je 7.3.7 doesn't require jdk8 so that for being compatible with jdk7 I propose

  1. configure maven-compiler-plugin in tubemq-server using jdk7
  2. downgrade travis environment to use openjdk7
  3. correspondingly update documentation
gosonzhang commented 5 years ago

LGTM +1

tisonkun commented 5 years ago

The documentation already mentions "Java 7 or Java 8", I think it correctly reflects our requirement.

Close this issue as resolved.