Skip to content

Commit

Permalink
Switch to use exact instead of range for buildpath and includeresource
Browse files Browse the repository at this point in the history
  • Loading branch information
jhanders34 committed Jun 26, 2022
1 parent 362d1cb commit 028ed73
Show file tree
Hide file tree
Showing 40 changed files with 111 additions and 105 deletions.
2 changes: 1 addition & 1 deletion dev/cnf/dependabot/check_this_in_if_it_changes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@
<dependency>
<groupId>jakarta.batch</groupId>
<artifactId>jakarta.batch-api</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
<dependency>
<groupId>jakarta.ejb</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dev/cnf/oss_dependencies.maven
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jakarta.authentication:jakarta.authentication-api:3.0.0
jakarta.authorization:jakarta.authorization-api:2.0.0
jakarta.authorization:jakarta.authorization-api:2.1.0
jakarta.batch:jakarta.batch-api:2.0.0
jakarta.batch:jakarta.batch-api:2.1.0
jakarta.batch:jakarta.batch-api:2.1.1
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ visibility=private
io.openliberty.jakarta.cdi-4.0, \
io.openliberty.jsonp-2.1
-bundles=\
io.openliberty.jakarta.jsonb.3.0; location:="dev/api/spec/,lib/"; mavenCoordinates="io.openliberty.jakarta.json.bind:jakarta.json.bind-api:3.0.0"
io.openliberty.jakarta.jsonb.3.0; location:="dev/api/spec/,lib/"; mavenCoordinates="jakarta.json.bind:jakarta.json.bind-api:3.0.0"
kind=noship
edition=full
WLP-Activation-Type: parallel
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Subsystem-Name: Jakarta Batch 2.1
com.ibm.ws.security.credentials, \
com.ibm.websphere.security, \
com.ibm.jbatch.container.jakarta, \
io.openliberty.jakarta.batch.2.1; location:="dev/api/spec/,lib/"; mavenCoordinates="jakarta.batch:jakarta.batch-api:2.1.0"
io.openliberty.jakarta.batch.2.1; location:="dev/api/spec/,lib/"; mavenCoordinates="jakarta.batch:jakarta.batch-api:2.1.1"
kind=noship
edition=full
WLP-Activation-Type: parallel
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import componenttest.annotation.Server;
import componenttest.annotation.TestServlet;
import componenttest.custom.junit.runner.FATRunner;
import componenttest.rules.repeater.JakartaEE9Action;
import componenttest.rules.repeater.JakartaEE10Action;
import componenttest.topology.impl.LibertyServer;
import componenttest.topology.utils.FATServletClient;
import persistence_fat.consumer.web.ConsumerServlet;
Expand All @@ -51,13 +51,13 @@ public static void beforeClass() throws Exception {
Assert.assertTrue(server.fileExistsInLibertyInstallRoot("lib/com.ibm.ws.persistence.consumer.jar"));

Path someArchive = Paths.get(server.getInstallRoot() + File.separatorChar + "lib" + File.separatorChar + "com.ibm.ws.persistence.consumer.jar");
JakartaEE9Action.transformApp(someArchive);
JakartaEE10Action.transformApp(someArchive);

ShrinkHelper.defaultDropinApp(server, APP_NAME, "persistence_fat.consumer.ejb", "persistence_fat.consumer.model",
"persistence_fat.consumer.web");

Path warArchive = Paths.get(server.getServerRoot() + File.separatorChar + "dropins" + File.separatorChar + APP_NAME + ".war");
JakartaEE9Action.transformApp(warArchive);
JakartaEE10Action.transformApp(warArchive);

server.startServer();
}
Expand Down
2 changes: 1 addition & 1 deletion dev/io.openliberty.jakarta.authentication.2.0/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ instrument.disabled: true
publish.wlp.jar.suffix: dev/api/spec

-buildpath: \
jakarta.authentication:jakarta.authentication-api;version="[2.0.0,2.1.0)", \
jakarta.authentication:jakarta.authentication-api;version=2.0.0;strategy=exact, \
com.ibm.ws.org.osgi.annotation.versioning;version=latest
2 changes: 1 addition & 1 deletion dev/io.openliberty.jakarta.authorization.2.0/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ instrument.disabled: true
publish.wlp.jar.suffix: dev/api/spec

-buildpath: \
jakarta.authorization:jakarta.authorization-api;version="[2.0.0,2.1.0)"
jakarta.authorization:jakarta.authorization-api;version=2.0.0;strategy=exact
2 changes: 1 addition & 1 deletion dev/io.openliberty.jakarta.batch.2.0/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ instrument.disabled: true
publish.wlp.jar.suffix: dev/api/spec

-buildpath: \
jakarta.batch:jakarta.batch-api;version="[2.0.0,2.1.0)",\
jakarta.batch:jakarta.batch-api;version=2.0.0;strategy=exact,\
com.ibm.websphere.org.osgi.core;version=latest

5 changes: 2 additions & 3 deletions dev/io.openliberty.jakarta.batch.2.1/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,13 @@ Import-Package: org.osgi.util.tracker,\
jakarta.inject;version="2.0",\
jakarta.enterprise.util;version="4.0"

# The 2.1.0 batch api bundle has a Bundle-Version of 2.0.0 still in it.
-includeresource: @${repo;jakarta.batch:jakarta.batch-api;2.0.0;EXACT}!/xsd/*.xsd
-includeresource: @${repo;jakarta.batch:jakarta.batch-api;2.1.1;EXACT}!/xsd/*.xsd

instrument.disabled: true

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

-buildpath: \
jakarta.batch:jakarta.batch-api;version="[2.1.0,2.2.0)",\
jakarta.batch:jakarta.batch-api;version=2.1.1;strategy=exact,\
com.ibm.websphere.org.osgi.core;version=latest

Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
# 0350 - 0399: jakarta.batch
#

batch.container.unavailable=CWWKY0350E: The batch container is not activated. Ensure that batch persistence has been configured via the configuration element {0}.
batch.container.unavailable.explanation=An attempt to access the batch container failed because the batch container is not activated. This is commonly due to missing configuration.
batch.container.unavailable.useraction=Ensure that batch persistence has been configured.
batch.container.unavailable=CWWKY0350E: The batch container is not activated. Ensure that batch persistence is configured in the {0} configuration element.
batch.container.unavailable.explanation=An attempt to access the batch container failed because the batch container is not activated. This failure is commonly due to missing configuration.
batch.container.unavailable.useraction=Ensure that batch persistence is configured.



4 changes: 2 additions & 2 deletions dev/io.openliberty.jakarta.connectors.2.0/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Export-Package: \
jakarta.resource.spi.work

Include-Resource: \
@${repo;jakarta.resource:jakarta.resource-api;[2.0.0,2.1.0)}!/META-INF/NOTICE
@${repo;jakarta.resource:jakarta.resource-api;2.0.0;EXACT}!/META-INF/NOTICE

instrument.disabled: true

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

-buildpath: \
jakarta.resource:jakarta.resource-api;version="[2.0.0,2.1.0)"
jakarta.resource:jakarta.resource-api;version=2.0.0;strategy=exact
4 changes: 2 additions & 2 deletions dev/io.openliberty.jakarta.faces.4.0/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ publish.wlp.jar.suffix: dev/api/spec
io.openliberty.jakarta.expressionLanguage.5.0;version=latest,\
org.apache.myfaces.buildtools:myfaces-builder-annotations;version=1.0.9,\
io.openliberty.jakarta.validation.3.0;version=latest,\
io.openliberty.jakarta.jstl.2.0;version=latest,\
io.openliberty.jakarta.pages.3.0;version=latest,\
io.openliberty.jakarta.tags.3.0;version=latest,\
io.openliberty.jakarta.pages.3.1;version=latest,\
io.openliberty.jakarta.servlet.6.0;version=latest, \
io.openliberty.jakarta.websocket.2.1;version=latest, \
com.ibm.ws.org.osgi.annotation.versioning;version=latest
2 changes: 1 addition & 1 deletion dev/io.openliberty.jakarta.jsonb.2.0/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ instrument.disabled: true
publish.wlp.jar.suffix: dev/api/spec

-buildpath: \
jakarta.json.bind:jakarta.json.bind-api;version="[2.0.0,2.1.0)"
jakarta.json.bind:jakarta.json.bind-api;version=2.0.0;strategy=exact
2 changes: 1 addition & 1 deletion dev/io.openliberty.jakarta.jsonb.3.0/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ instrument.disabled: true
publish.wlp.jar.suffix: dev/api/spec

-buildpath: \
jakarta.json.bind:jakarta.json.bind-api;version="[3.0.0,3.1.0)"
jakarta.json.bind:jakarta.json.bind-api;version=3.0.0;strategy=exact
2 changes: 1 addition & 1 deletion dev/io.openliberty.jakarta.mail.2.0/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ instrument.disabled: true
publish.wlp.jar.suffix: dev/api/spec

-buildpath: \
jakarta.mail:jakarta.mail-api;version="[2.0.0,2.1.0)", \
jakarta.mail:jakarta.mail-api;version=2.0.0;strategy=exact, \
io.openliberty.jakarta.activation.2.0;version=latest

6 changes: 3 additions & 3 deletions dev/io.openliberty.jakarta.messaging.3.0/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
# Contributors:
# IBM Corporation - initial API and implementation
#*******************************************************************************
-include= jar:${fileuri;${repo;jakarta.jms:jakarta.jms-api;[3.0.0,3.1.0)}}!/META-INF/MANIFEST.MF,bnd.overrides
-include= jar:${fileuri;${repo;jakarta.jms:jakarta.jms-api;3.0.0;EXACT}}!/META-INF/MANIFEST.MF,bnd.overrides

-includeresource: \
@${repo;jakarta.jms:jakarta.jms-api;[3.0.0,3.1.0)}!/!META-INF/maven/*
@${repo;jakarta.jms:jakarta.jms-api;3.0.0;EXACT}!/!META-INF/maven/*

-buildpath: jakarta.jms:jakarta.jms-api;version="[3.0.0,3.1.0)"
-buildpath: jakarta.jms:jakarta.jms-api;version=3.0.0;strategy=exact
2 changes: 1 addition & 1 deletion dev/io.openliberty.jakarta.pages.3.0/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ instrument.disabled: true
publish.wlp.jar.suffix: dev/api/spec

-buildpath: \
jakarta.servlet.jsp:jakarta.servlet.jsp-api;version="[3.0.0,3.1.0)"
jakarta.servlet.jsp:jakarta.servlet.jsp-api;version=3.0.0;strategy=exact
4 changes: 2 additions & 2 deletions dev/io.openliberty.jakarta.pages.tld.3.0/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bVersion=1.0
-nouses=true

Bundle-SymbolicName: io.openliberty.jakarta.pages.tld.3.0
Bundle-Description: Jakarta Standard Tag Library, version 2.0
Bundle-Description: Jakarta Standard Tag Library, version 3.0

Import-Package: \
!com.oracle.wls.shaded.org.apache.xml.serialize,\
Expand All @@ -33,7 +33,7 @@ Export-Package: \
org.apache.taglibs.standard.tag.rt.sql;version="2.0.0", \
org.apache.taglibs.standard.tag.rt.xml;version="2.0.0"

-includeresource: @${repo;org.glassfish.web:jakarta.servlet.jsp.jstl;2.0}!/!com/oracle/wls/shaded/*
-includeresource: @${repo;org.glassfish.web:jakarta.servlet.jsp.jstl;2.0;EXACT}!/!com/oracle/wls/shaded/*

instrument.disabled: true

Expand Down
2 changes: 1 addition & 1 deletion dev/io.openliberty.jakarta.restfulWS.3.0/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ instrument.disabled: true
publish.wlp.jar.suffix: dev/api/spec

-buildpath: \
jakarta.ws.rs:jakarta.ws.rs-api;version="[3.0.0,3.1.0)"
jakarta.ws.rs:jakarta.ws.rs-api;version=3.0.0;strategy=exact
2 changes: 1 addition & 1 deletion dev/io.openliberty.jakarta.security.2.0/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ publish.wlp.jar.suffix: dev/api/spec
io.openliberty.jakarta.authentication.2.0;version=latest, \
com.ibm.ws.org.osgi.annotation.versioning;version=latest, \
io.openliberty.jakarta.servlet.5.0;version=latest, \
jakarta.security.enterprise:jakarta.security.enterprise-api;version="[2.0.0,2.1.0)"
jakarta.security.enterprise:jakarta.security.enterprise-api;version=2.0.0;strategy=exact
2 changes: 1 addition & 1 deletion dev/io.openliberty.jakarta.security.3.0/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ publish.wlp.jar.suffix: dev/api/spec
com.ibm.ws.org.osgi.annotation.versioning;version=latest, \
io.openliberty.jakarta.servlet.6.0;version=latest, \
io.openliberty.jakarta.jsonp.2.1;version=latest, \
jakarta.security.enterprise:jakarta.security.enterprise-api;version="[3.0.0,3.1.0)"
jakarta.security.enterprise:jakarta.security.enterprise-api;version=3.0.0;strategy=exact
2 changes: 1 addition & 1 deletion dev/io.openliberty.jakarta.servlet.5.0/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ instrument.disabled: true
publish.wlp.jar.suffix: dev/api/spec

-buildpath: \
jakarta.servlet:jakarta.servlet-api;version=5.0.0
jakarta.servlet:jakarta.servlet-api;version=5.0.0;strategy=exact
4 changes: 2 additions & 2 deletions dev/io.openliberty.jakarta.servlet.6.0/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ Export-Package: \
jakarta.servlet.resources;thread-context=true;version="6.0.0"

Include-Resource: \
@${repo;jakarta.servlet:jakarta.servlet-api;[6.0.0,6.1.0)}!/META-INF/NOTICE
@${repo;jakarta.servlet:jakarta.servlet-api;6.0.0;EXACT}!/META-INF/NOTICE

instrument.disabled: true

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

-buildpath: \
jakarta.servlet:jakarta.servlet-api;version="[6.0.0,6.1.0)"
jakarta.servlet:jakarta.servlet-api;version=6.0.0;strategy=exact
2 changes: 1 addition & 1 deletion dev/io.openliberty.jakarta.soap.2.0/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ instrument.disabled: true
publish.wlp.jar.suffix: dev/api/spec

-buildpath: \
jakarta.xml.soap:jakarta.xml.soap-api;version=2.0.0
jakarta.xml.soap:jakarta.xml.soap-api;version=2.0.0;strategy=exact
6 changes: 3 additions & 3 deletions dev/io.openliberty.jakarta.websocket.2.0/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Export-Package: \
jakarta.websocket.server; version="2.0.0"

Include-Resource: \
@${repo;jakarta.websocket:jakarta.websocket-api;[2.0.0,2.1.0)}!/META-INF/LICENSE, \
@${repo;jakarta.websocket:jakarta.websocket-api;[2.0.0,2.1.0)}!/META-INF/NOTICE
@${repo;jakarta.websocket:jakarta.websocket-api;2.0.0;EXACT}!/META-INF/LICENSE, \
@${repo;jakarta.websocket:jakarta.websocket-api;2.0.0;EXACT}!/META-INF/NOTICE

instrument.disabled: true

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

-buildpath: \
jakarta.websocket:jakarta.websocket-api;version="[2.0.0,2.1.0)"
jakarta.websocket:jakarta.websocket-api;version=2.0.0;strategy=exact
2 changes: 1 addition & 1 deletion dev/io.openliberty.jakarta.xmlWS.3.0/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ instrument.disabled: true
publish.wlp.jar.suffix: dev/api/spec

-buildpath: \
jakarta.xml.ws:jakarta.xml.ws-api;version="[3.0.0,3.1.0)"
jakarta.xml.ws:jakarta.xml.ws-api;version=3.0.0;strategy=exact
2 changes: 1 addition & 1 deletion dev/io.openliberty.jakarta/authentication.3.0.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Export-Package: \
jakarta.security.auth.message.module;version="3.0.0"

-includeresource: \
@${repo;jakarta.authentication:jakarta.authentication-api;[3.0.0,3.1.0)}!/!(META-INF/maven/*|module-info.class)
@${repo;jakarta.authentication:jakarta.authentication-api;3.0.0;EXACT}!/!(META-INF/maven/*|module-info.class)
2 changes: 1 addition & 1 deletion dev/io.openliberty.jakarta/authorization.2.1.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Bundle-SymbolicName: io.openliberty.jakarta.authorization.2.1; singleton:=true
Export-Package: jakarta.security.jacc;version=2.1.0

-includeresource: \
@${repo;jakarta.authorization:jakarta.authorization-api;[2.1.0,2.2.0)}!/!(META-INF/maven/*|module-info.class)
@${repo;jakarta.authorization:jakarta.authorization-api;2.1.0;EXACT}!/!(META-INF/maven/*|module-info.class)
2 changes: 1 addition & 1 deletion dev/io.openliberty.jakarta/connector.2.1.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Import-Package: \
*

-includeresource: \
@${repo;jakarta.resource:jakarta.resource-api;[2.1.0,2.2.0)}!/!(META-INF/maven/*|module-info.class)
@${repo;jakarta.resource:jakarta.resource-api;2.1.0;EXACT}!/!(META-INF/maven/*|module-info.class)
2 changes: 1 addition & 1 deletion dev/io.openliberty.jakarta/mail.2.1.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Import-Package: jakarta.activation;version="[2.1,3)", \
*

-includeresource: \
@${repo;jakarta.mail:jakarta.mail-api;[2.1.0,2.2.0)}!/!(META-INF/maven/*|module-info.class)
@${repo;jakarta.mail:jakarta.mail-api;2.1.0;EXACT}!/!(META-INF/maven/*|module-info.class)
2 changes: 1 addition & 1 deletion dev/io.openliberty.jakarta/messaging.3.1.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Specification-Version: 3.1
Export-Package: jakarta.jms;version="3.1.0"

-includeresource: \
@${repo;jakarta.jms:jakarta.jms-api;[3.1.0,3.2.0)}!/!(META-INF/maven/*|module-info.class)
@${repo;jakarta.jms:jakarta.jms-api;3.1.0;EXACT}!/!(META-INF/maven/*|module-info.class)
2 changes: 1 addition & 1 deletion dev/io.openliberty.jakarta/pages.3.1.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Import-Package: \
org.xml.sax.helpers; resolution:=optional

-includeresource: \
@${repo;jakarta.servlet.jsp:jakarta.servlet.jsp-api;[3.1.0,3.2.0)}!/!(META-INF/maven/*|module-info.class)
@${repo;jakarta.servlet.jsp:jakarta.servlet.jsp-api;3.1.0;EXACT}!/!(META-INF/maven/*|module-info.class)
4 changes: 2 additions & 2 deletions dev/io.openliberty.jakarta/restfulWS.3.1.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Import-Package: !jakarta.xml.bind.annotation,\
!jakarta.xml.bind.annotation.adapters,\
*

DynamicImport-Package: jakarta.xml.bind.annotation;version="[3.0,5.0)",\
jakarta.xml.bind.annotation.adapters;version="[3.0,5.0)"
DynamicImport-Package: jakarta.xml.bind.annotation;version="[4.0,5.0)",\
jakarta.xml.bind.annotation.adapters;version="[4.0,5.0)"

-includeresource: \
@${repo;jakarta.ws.rs:jakarta.ws.rs-api;3.1.0;EXACT}!/!(META-INF/maven/*|module-info.class)
2 changes: 1 addition & 1 deletion dev/io.openliberty.jakarta/soap.3.0.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Export-Package: jakarta.xml.soap.*; version="3.0"
Import-Package: *

-includeresource: \
@${repo;jakarta.xml.soap:jakarta.xml.soap-api;[3.0.0,3.1.0)}!/!(META-INF/maven/*|module-info.class)
@${repo;jakarta.xml.soap:jakarta.xml.soap-api;3.0.0;EXACT}!/!(META-INF/maven/*|module-info.class)
10 changes: 5 additions & 5 deletions dev/io.openliberty.jakarta/tags.3.0.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Bundle-SymbolicName: io.openliberty.jakarta.tags.3.0; singleton:=true
Bundle-Description: Jakarta Standard Tag Library, version 3.0

Export-Package: \
jakarta.servlet.jsp.jstl.core,\
jakarta.servlet.jsp.jstl.fmt,\
jakarta.servlet.jsp.jstl.sql,\
jakarta.servlet.jsp.jstl.tlv
jakarta.servlet.jsp.jstl.core;version=3.0.0,\
jakarta.servlet.jsp.jstl.fmt;version=3.0.0,\
jakarta.servlet.jsp.jstl.sql;version=3.0.0,\
jakarta.servlet.jsp.jstl.tlv;version=3.0.0

Import-Package: jakarta.servlet.jsp.*;version="[3.0.0,4.0.0)", \
jakarta.servlet.*; version="[6.0.0,7.0.0)", \
Expand All @@ -35,4 +35,4 @@ Import-Package: jakarta.servlet.jsp.*;version="[3.0.0,4.0.0)", \
jakarta.el; version="[5.0.0,6.0.0)"

-includeresource: \
@${repo;jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api;[3.0.0,3.1.0)}!/!(META-INF/maven/*|module-info.class)
@${repo;jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api;3.0.0;EXACT}!/!(META-INF/maven/*|module-info.class)
4 changes: 2 additions & 2 deletions dev/io.openliberty.jakarta/websocket.2.1.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Export-Package: \
jakarta.websocket.server; version="2.1.0"

-includeresource: \
@${repo;jakarta.websocket:jakarta.websocket-api;[2.1.0,2.2.0)}!/!(META-INF/maven/*|module-info.class), \
@${repo;jakarta.websocket:jakarta.websocket-client-api;[2.1.0,2.2.0)}!/!(META-INF/maven/*|module-info.class)
@${repo;jakarta.websocket:jakarta.websocket-api;2.1.0;EXACT}!/!(META-INF/maven/*|module-info.class), \
@${repo;jakarta.websocket:jakarta.websocket-client-api;2.1.0;EXACT}!/!(META-INF/maven/*|module-info.class)

4 changes: 2 additions & 2 deletions dev/io.openliberty.jakarta/xmlWS.4.0.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Bundle-SymbolicName: io.openliberty.jakarta.xmlWS.4.0; singleton:=true
Export-Package: jakarta.jws.*;version="4.0.0", \
jakarta.xml.ws.*; version="4.0.0"

Import-Package: jakarta.xml.bind.*; version="[3.0,5)", \
Import-Package: jakarta.xml.bind.*; version="[4.0,5)", \
*

-includeresource: \
@${repo;jakarta.xml.ws:jakarta.xml.ws-api;[4.0.0,4.1.0)}!/!(META-INF/maven/*|module-info.class)
@${repo;jakarta.xml.ws:jakarta.xml.ws-api;4.0.0;EXACT}!/!(META-INF/maven/*|module-info.class)
4 changes: 2 additions & 2 deletions dev/io.openliberty.jakartaee10.internal_fat/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ tested.features:\
io.openliberty.jakarta.annotation.2.1;version=latest,\
io.openliberty.jakarta.cdi.4.0;version=latest,\
io.openliberty.jakarta.enterpriseBeans.4.0;version=latest,\
io.openliberty.jakarta.restfulWS.3.0;version=latest,\
io.openliberty.jakarta.restfulWS.3.1;version=latest,\
io.openliberty.jakarta.faces.4.0;version=latest,\
io.openliberty.jakarta.jsonb.3.0;version=latest,\
io.openliberty.jakarta.jsonp.2.1;version=latest,\
io.openliberty.jakarta.persistence.3.1;version=latest,\
io.openliberty.jakarta.security.2.0;version=latest,\
io.openliberty.jakarta.security.3.0;version=latest,\
io.openliberty.jakarta.servlet.6.0;version=latest,\
io.openliberty.jakarta.transaction.2.0;version=latest,\
io.openliberty.jakarta.validation.3.0;version=latest,\
Expand Down
Loading

0 comments on commit 028ed73

Please sign in to comment.