Skip to content

Commit

Permalink
Update CDI, lang-model and annotation APIs
Browse files Browse the repository at this point in the history
- Move the aforementioned EE10 API bundles to their x.y.1 version.
  • Loading branch information
jhanders34 committed Jun 24, 2022
1 parent 4e413de commit bad8963
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions dev/cnf/dependabot/check_this_in_if_it_changes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
<dependency>
<groupId>jakarta.authentication</groupId>
Expand Down Expand Up @@ -744,12 +744,12 @@
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.lang-model</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
Expand Down
6 changes: 3 additions & 3 deletions dev/cnf/oss_dependencies.maven
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ io.smallrye:smallrye-graphql:1.0.26
jakarta.activation:jakarta.activation-api:2.0.0
jakarta.activation:jakarta.activation-api:2.1.0-RC1
jakarta.annotation:jakarta.annotation-api:2.0.0
jakarta.annotation:jakarta.annotation-api:2.1.0
jakarta.annotation:jakarta.annotation-api:2.1.1
jakarta.authentication:jakarta.authentication-api:2.0.0
jakarta.authentication:jakarta.authentication-api:3.0.0
jakarta.authorization:jakarta.authorization-api:2.0.0
Expand All @@ -144,8 +144,8 @@ jakarta.ejb:jakarta.ejb-api:4.0.0
jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-api:2.0.0
jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-api:3.0.0
jakarta.enterprise:jakarta.enterprise.cdi-api:3.0.0
jakarta.enterprise:jakarta.enterprise.cdi-api:4.0.0
jakarta.enterprise:jakarta.enterprise.lang-model:4.0.0
jakarta.enterprise:jakarta.enterprise.cdi-api:4.0.1
jakarta.enterprise:jakarta.enterprise.lang-model:4.0.1
jakarta.inject:jakarta.inject-api:2.0.1
jakarta.interceptor:jakarta.interceptor-api:2.0.0
jakarta.interceptor:jakarta.interceptor-api:2.1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ singleton=true
IBM-Process-Types: server, \
client
-features=com.ibm.websphere.appserver.eeCompatible-10.0
-bundles=io.openliberty.jakarta.annotation.2.1; location:="dev/api/spec/,lib/"; mavenCoordinates="jakarta.annotation:jakarta.annotation-api:2.1.0"
-bundles=io.openliberty.jakarta.annotation.2.1; location:="dev/api/spec/,lib/"; mavenCoordinates="jakarta.annotation:jakarta.annotation-api:2.1.1"
kind=noship
edition=full
WLP-Activation-Type: parallel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ singleton=true
-features=io.openliberty.jakarta.expressionLanguage-5.0; apiJar=false, \
com.ibm.websphere.appserver.eeCompatible-10.0, \
io.openliberty.jakarta.interceptor-2.1
-bundles=io.openliberty.jakarta.cdi.4.0; location:="dev/api/spec/,lib/"; mavenCoordinates="jakarta.enterprise:jakarta.enterprise.cdi-api:4.0.0"
-bundles=io.openliberty.jakarta.cdi.4.0; location:="dev/api/spec/,lib/"; mavenCoordinates="jakarta.enterprise:jakarta.enterprise.cdi-api:4.0.1"
kind=noship
edition=full
WLP-Activation-Type: parallel
4 changes: 2 additions & 2 deletions dev/io.openliberty.jakarta.annotation.2.1/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Export-Package: \
jakarta.annotation.sql;version="2.1.0"

Include-Resource: \
@${repo;jakarta.annotation:jakarta.annotation-api;2.1.0;EXACT}!/META-INF/NOTICE
@${repo;jakarta.annotation:jakarta.annotation-api;2.1.1;EXACT}!/META-INF/NOTICE

instrument.disabled: true

publish.wlp.jar.suffix: dev/api/spec

-buildpath: \
jakarta.annotation:jakarta.annotation-api;version=2.1.0;strategy=exact
jakarta.annotation:jakarta.annotation-api;version=2.1.1;strategy=exact

0 comments on commit bad8963

Please sign in to comment.