Hi, > On Mar 19, 2018, at 4:50 PM, P. Ottlinger <[email protected]> wrote: > > Am 06.03.2018 um 21:01 schrieb Aaron Coburn: >> Travis-CI currently supports Java 9 builds, which would be simple to add to >> the current .travis.yml configuration. It is possible to test Java 10 on >> Travis but it requires some acrobatics (find the latest EA version by >> parsing some HTML, download the JDK artifact and then install it). Including >> CI support for JDK 10 is most likely not worth the effort in the context of >> Travis. >> >> For the Apache Jenkins infrastructure, it seems that Java 9 and 10 are both >> available: >> https://cwiki.apache.org/confluence/display/INFRA/JDK+Installation+Matrix >> <https://cwiki.apache.org/confluence/display/INFRA/JDK+Installation+Matrix> > > > +1 > > I've added JDK9 to the travis matrix and builds seem to be fine.
It appears that I neglected to send a pull request to the tamaya-extensions repository to add JDK 9+ build support. I have just done so, and it appears that Travis-CI is satisfied with the change. https://travis-ci.org/apache/incubator-tamaya-extensions/builds/356025813 Locally, I have also verified that the code builds with the jdk10 GA release. > We can stick with the old JDK8 on ASF. This makes sense. Cheers, Aaron
