Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] TCK compile failure due to javax.ejb => jakarta.ejb change for TCK master branch...



On Wed, Mar 25, 2020 at 2:27 PM Kevin Sutter <sutter@xxxxxxxxxx> wrote:
Scott,
Not sure if you want to use these, at least temporarily...

Kevin,

Good idea, I'm thinking that we can leave the javax api jars (like ${ri.modules}/jakarta.ejb-api.jar) on the classpath and also add the jakarta.jakartaee-api-9.0.0-RC1.jar to the classpath.  When we later have individual SPEC API jars for all of the jakarta namespace classes, we can remove the jakarta.jakartaee-api-9.0.0-RC1.jar from the classpath and switch the (javax based) individual jars to their new (jakarta.*) equivalent.
 


https://search.maven.org/artifact/jakarta.platform/jakarta.jakartaee-api/9.0.0-RC1/jar
https://search.maven.org/artifact/jakarta.platform/jakarta.jakartaee-web-api/9.0.0-RC1/jar

I've noticed a couple of newer RCs come out recently, so these cummulative jars are not completely up-to-date, but it should get you the basics quite quickly.  Just an idea...

Thanks for the idea, will try this.

Scott
 

Back to the top