I think travis supports java9 but java10 is in progress (https://github.com/travis-ci/travis-ci/issues/9368)
Actually I try java9 and java10 with unit test. All pass. So how about open one issue for adding java 9 in travis configuration file? At 2018-03-28 10:49:47, "Huxing Zhang" <[email protected]> wrote: >Hi, Welcome! > >Dubbo support Java6, Java7, and Java 8. > >We have ensured that unit test of Dubbo has passed on Java 9 from >2.6.1 onwards. But I think we need to add Java 9 config on travis >file. > >Note that complete Java 9 support depends on all the third party >libraries, checking third party support for Java 9 is still something >we need to work on. > >Java 10 support is underway. > > > >On Wed, Mar 28, 2018 at 9:34 AM, htynkn <[email protected]> wrote: >> hey team, >> >> >> What's the supportted java version for dubbo now? >> >> >> In travis file, I can see it's using java7 and java8. do we have offical >> support java9 or even java10? >> >> >> Regards, >> Yunkun > > > >-- >Best Regards! >Huxing
