Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] ETA on building the EE 8 CTS, CTS build failures + Jenkins status

Scott,
The CTS should not be dependent on Java 9.  We hit this issue during our WebSphere Liberty testing and it was "resolved".  (I'm pretty sure this was due to the ALPN support in Java 9.)  We need to figure out a proper resolution for the Jakarta EE 8 CTS test bucket.  We should only be relying on Java SE 8, not Java SE 9 (or later).

Thanks, Kevin

On Tue, Oct 30, 2018 at 12:02 PM Scott Marlow <smarlow@xxxxxxxxxx> wrote:
Hi,

A few changes have come into the CTS repo [1], which is encouraging to
see but I'm very curious to know the latest ETA for when the Jakarta EE
CTS will be buildable by?

I also tried to build [1] a few times, to get familiar with it and
noticed that part of the CTS is expecting Java 9 [2] and other parts are
expecting Java 8 [3].

Are we in the middle converting to building the CTS with Java 9?

Lastly, I'm curious as to why Jenkins job [4] is getting error [5]?  I
found some possible hits on this error [6] but am not sure if that is
the problem for us.

Thanks for entertaining my questions! :-)

Scott

[1] http://github.com/eclipse-ee4j/jakartaee-tck

[2] [ts.javac] Compiling 108 source files to
/mnt/hudson_workspace/workspace/jakartaee-ee8/buildcts/classes
[ts.javac] javac: invalid flag: --add-modules

[3] Endorsed is not supported. Endorsed standards and standalone APIs
in modular form will be supported via the concept of upgradeable modules.

[4] https://jenkins.eclipse.org/jakartaee-tck/job/jakartaee-tck/job/master/

[5] java.io.IOException: Tried to load head FlowNodes for execution
Owner[jakartaee-tck/master/86:jakartaee-tck/master #86] but FlowNode was
not found in storage for head id:FlowNodeId 1:42

[6] https://issues.jenkins-ci.org/browse/JENKINS-50199
_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev

Back to the top