just did a try.
we are using cobertura as coverage plugin. cobertura doesn't support java9 and latest version is released at 2015. we need consider to switch to jacoco or other tool. At 2018-03-28 14:44:31, "Huxing Zhang" <[email protected]> wrote: >On Wed, Mar 28, 2018 at 1:39 PM, htynkn <[email protected]> wrote: >> 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? > >Great, and it will be better if you can send a pr. > >> >> 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 > >-- >Best Regards! >Huxing
