Re: Is it possible to configure job at https://jenkins.ci.cloudbees.com/job/plugins/ to use java 8?

2017-02-21 Thread Patrick Huang
Thanks guys. It seems creating job on ci.jenkins.io is the way to go. I do have 8 in my pom. One of the library I depend on uses java 8 so I get no choice. Hopefully jenkins will upgrade to 8 soon. Java 7 is EOL anyway... -- You received this message because you are subscribed to the Google

Is it possible to configure job at https://jenkins.ci.cloudbees.com/job/plugins/ to use java 8?

2017-02-20 Thread Patrick Huang
Hi, Our plugin declare java 8 in pom and uses java 8 in source. But the auto created job at https://jenkins.ci.cloudbees.com/job/plugins/ is running/using java 7: Java version: 1.7.0_79, vendor: Oracle Corporation Java home: /opt/java/sdk/Oracle/x86_64/jdk1.7.0_79/jre So it failed the

Re: Translation management plugin

2017-02-20 Thread Patrick Huang
Hi, take a look at http://zanata.org/ (Opensource translation management platform used by Fedora, Openstack community and Red Hat internally) We are developing a Jenkins plugin https://github.com/jenkinsci/zanata-plugin right now (Please wait until pull request 3 is merged or just use that

How does jenkins plugin resolve SPI

2016-12-21 Thread Patrick Huang
Hi guys, I am writing a Jenkins plugin and it uses Resteasy client to make a few REST calls during the build step. Resteasy as a JAX-RS implementation uses SPI to register itself and all the providers to the JAX-RS environment (all the jar has META-INF/services/javax.ws.rs. in it). It