Why not run a supported version of java? Java 1.6 has been past its end of life for over a year now and java 7 has been around as a formal release for almost 3 (how time flies!)
See http://www.oracle.com/technetwork/java/eol-135779.html for details.
Thomas
--
--
To unsubscribe, email
repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Why not run a supported version of java? Java 1.6 has been past its end of life for over a year now and java 7 has been around as a formal release for almost 3 (how time flies!)
--
--
To unsubscribe, email repo-discus...@googlegroups.com
From: repo-d...@googlegroups.com [mailto:repo-d...@googlegroups.com]
On Behalf Of Joe Hansche
Sent: 15 May 2014 15:13
To: repo-d...@googlegroups.com
Cc: Joe Hansche
Subject: Re: Build compatible plugin jars on Jenkins?
On Thursday, May 15, 2014 3:04:39 PM UTC-4, Thomas Swindells wrote:
Why not run a supported version of java? Java 1.6 has been past its end of life for over a year now and java 7 has been around as a formal release for almost 3 (how time flies!)
Heh... Mostly because I wasn't aware that 6 had reached EOL already. It feels like just last year the AOSP project finally started supporting Java 1.5!
I suppose that does change things... Will have to investigate and make a plan for upgrading java across all of our servers, including Gerrit and Jenkins servers.
Thanks for the reality check :/
[Thomas Swindells] That’s ok, I think the problem is java 7 seemed to come in with such a long drawn out whimper that many people didn’t actually notice it had formally arrived rather than being yet another beta release.
Are you sure you don’t want to jump straight to java 8 though? Apparently there is only a year left of java 7 support! Though I’ve a feeling that Oracle may be forced to extend that out given java 8 doesn’t seemed to have made much impact yet.
--
--
To unsubscribe, email
repo-discuss...@googlegroups.com
After trying (and failing) to get a plugin build environment set up in order to build and install plugins for Gerrit, I was pleased to find out that the Jenkins instance for Gerrit and plugins is publicly available and produces Jar artifacts for some (but not all ... for some reason?) of the plugins [1].