On 2018/02/22 16:47:15, Dennis Kieselhorst <[email protected]> wrote: > On 2018/02/22 14:37:32, Colm O hEigeartaigh <[email protected]> wrote: > > I recall some emails lately saying that Jenkins doesn't support Java 7 any > > more? In which case we should just update the Jenkins job to use Java 8 I > > guess. > > I think we still need to ensure that CXF 3.1.x builds and runs with Java 7. > AFAIK we have to use Maven toolchains for that, I saw something similar at > one Apache commons project. > > JDK 7 is still available: > https://cwiki.apache.org/confluence/display/INFRA/JDK+Installation+Matrix
I've added maven-toolchains-plugin to 3.1.x. It uses the configuration provided by INFRA: https://github.com/apache/infrastructure-puppet/blob/deployment/modules/build_slaves/files/toolchains.xml Regards Dennis
