Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Java 9, 10 compatibility?

FYI, since the webmasters installed the new Javas, I changed the job to Java 10

https://ci.eclipse.org/cdt/view/all/job/cdt-master-java10/


And added a new one for Java 11 (Early access):

https://ci.eclipse.org/cdt/view/all/job/cdt-master-java11/


Marc-André




From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Jonah Graham <jonah@xxxxxxxxxxxxxxxx>
Sent: Tuesday, June 19, 2018 1:35 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Java 9, 10 compatibility?
 
Great, thanks. Future Java compatibility seems to be on the mind this week: https://jaxenter.com/jenkins-java-10-online-hackathon-145745.html

On Tue, 19 Jun 2018, 18:17 Marc-André Laperle, <marc-andre.laperle@xxxxxxxxxxxx> wrote:

Thanks for the info! I think it makes sense to more officially support the LTS and other ones as best effort.


I created a Java 9 job for now, since Java 10 and 11 are not installed yet [1]:

https://ci.eclipse.org/cdt/job/cdt-master-java9


I did see a low hanging fruit for Qt tests and made a patch:
https://git.eclipse.org/r/#/c/124697/

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=536011

Marc-André


From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Doug Schaefer <dschaefer@xxxxxxxxxxxxxx>
Sent: Monday, June 18, 2018 2:55 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Java 9, 10 compatibility?
 

My current plans at QNX is to stay on Java 8 for now. We’d probably go LTS to LTS.

 

Ideally, now that we have board approval, the Eclipse C/C++ IDE ships with a JRE and we would switch to that one. Waiting to see if that happens though.

 

But it would never hurt adding jobs to test against them to catch issues early.

 

Thanks, M-A!

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Marc-André Laperle
Sent: Monday, June 18, 2018 2:34 PM
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: [cdt-dev] Java 9, 10 compatibility?

 

Hi,

I was wondering what was the plan or your thoughts on supporting running CDT with Java 9 and 10? Since Java 8 is going (sort of) EoL January 2019 [1], it might be worthwhile to start thinking about it testing CDT with the more recent Javas in preparation for Java 11 (LTS).

I was thinking as a start to create Jenkins jobs that runs against Java 10 and 11 so that at least the issues will start showing up. Any thoughts on this subject? Or is everyone expected to run Java 8 for the foreseeable future?

 

Cheers,

Marc-André

 

[1] http://www.oracle.com/technetwork/java/javase/eol-135779.html

 

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Back to the top