Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Upgrade of JDK8 on build server

I still recommend against compiling at source level 1.7 using 1.8 libraries.
The main reason still being: 1.7 compilers cannot understand default methods.

When I raised the issue at JavaOne 2012, all Oracle folks seemed to agree
that this is a non-issue (this situation should simply be avoided).

A few weeks ago, I saw the first vague explanation of what magic javac
indeed applies at -source 7 to gracefully handle default methods in
libraries. I'll try to update our compiler to do the same but after idling
more than a year due to lack of input, the schedule for the last few weeks
is very tightly packed. Hence no promise made on this issue...

best,
Stephan

On 01/07/2014 05:04 PM, Tom Schindl wrote:
Hi,

No problem Stephan - I'm fine with b121 anyways! On the JDK8 adoption
can one compile against JDK8 now and set the compilance level to JavaSE7?

Tom

On 07.01.14 16:50, Stephan Herrmann wrote:
Sorry, Tom,

I didn't even ask myself if this was worth an announcement. My bad.
Of course the previous version is still available, if you use the
exact versioned path.

I don't have plans to further upgrade this.

BTW: when will Eclipse releng adopt JDK8?

best,
Stephan


On 01/07/2014 03:11 PM, Tom Schindl wrote:
Hi,

I notice a failure in my build on the weekend and noticed that the
JDK8beta has been upgraded to build 121 which generally is good but
there was a classpath change which the JavaFX <=> SWT integration.

Did I miss any annoucement? I was able to fix the problem but would have
preferred to get a short heads up before updating the default mapped
JDKs.

Tom
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev




Back to the top