Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-platform-dev] 10.0.0 API jars updated

Thanks Scott!

I did a run with jQA, but the staging repo index is still on 11th of May - hopefully the nightly scheduled job will update it automatically, otherwise I will have to contact Sonatype again for a manual update:

...
[INFO] Using local repository '/Users/jan/git/jakarta-ee-dependencies/cache/jqassistant/m2repo/jakarta.oss.sonatype.org/content/repositories/staging' for URL 'https://jakarta.oss.sonatype.org/content/repositories/staging/'
[INFO] Current Maven index timestamp: Wed May 11 22:08:26 CEST 2022
[INFO] Updating repository index, this may take a while...
[INFO] Received an incremental update.
[INFO] Updated Maven index timestamp: Wed May 11 22:08:26 CEST 2022
...

Best,
Jan

Am 18.05.22 um 19:49 schrieb Scott Stark:
New version of the EE10 API jars have been staged to include the CDI 4.0.1 update that remove the javadoc dependencies on transactions and ejb. The core profile jars are in:
https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/platform/jakarta.jakartaee-core-api/10.0.0/

The dependency information for the core profile is now:

[INFO] Building Jakarta EE Core Profile API 10.0.0-SNAPSHOT

[INFO] --------------------------------[ jar ]---------------------------------

[INFO] 

[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jakarta.jakartaee-core-api ---

[INFO] jakarta.platform:jakarta.jakartaee-core-api:jar:10.0.0-SNAPSHOT

[INFO] +- jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0:compile

[INFO] +- jakarta.json:jakarta.json-api:jar:2.1.0:compile

[INFO] +- jakarta.json.bind:jakarta.json.bind-api:jar:3.0.0:compile

[INFO] +- jakarta.annotation:jakarta.annotation-api:jar:2.1.0:compile

[INFO] +- jakarta.interceptor:jakarta.interceptor-api:jar:2.1.0:compile

[INFO] +- jakarta.enterprise:jakarta.enterprise.cdi-api:jar:4.0.1:compile

[INFO] |  \- jakarta.enterprise:jakarta.enterprise.lang-model:jar:4.0.1:compile

[INFO] +- jakarta.inject:jakarta.inject-api:jar:2.0.1:compile

[INFO] +- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.0:provided

[INFO] |  \- jakarta.activation:jakarta.activation-api:jar:2.1.0:provided

[INFO] \- jakarta.el:jakarta.el-api:jar:5.0.0:provided


jakarta.el:jakarta.el-api:jar:5.0.0 still is needed as a provided optional dependency due to the use of jakarta.el-api in the CDI BeanManager interface. I have created an issue to investigate how to cleanly separate out this dependency from CDI Lite in a future release.

https://github.com/jakartaee/cdi/issues/613




_______________________________________________
jakartaee-platform-dev mailing list
jakartaee-platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev



Back to the top