Skip to content

Commit

Permalink
OLGH20804: Review comments updates OpenLiberty#2
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Grassel <jgrassel@us.ibm.com>
  • Loading branch information
jgrassel committed Apr 27, 2022
1 parent a896864 commit aa8d2b4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dev/com.ibm.ws.jpa.container.v31/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Bundle-Name: JPA 3.1 Container Runtime
Bundle-SymbolicName: com.ibm.ws.jpa.container.v31
Bundle-Description: JPA 3.1 Container Runtime; version=${bVersion}

javac.source: 11
javac.target: 11

Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=11))"

WS-TraceGroup: JPA

Private-Package: \
Expand All @@ -29,8 +34,7 @@ Private-Package: \
io.openliberty.jakarta.persistence.3.1;version=latest,\
com.ibm.wsspi.org.osgi.core;version=latest,\
com.ibm.wsspi.org.osgi.service.component.annotations;version=latest,\
com.ibm.tx.core;version=latest,\
com.ibm.ws.tx.embeddable;version=latest,\
com.ibm.tx.jta.jakarta;version=latest,\
com.ibm.ws.logging.core;version=latest,\
com.ibm.ws.container.service;version=latest,\
io.openliberty.jakarta.transaction.2.0;version=latest
5 changes: 5 additions & 0 deletions dev/io.openliberty.jakarta.persistence.api.3.1/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ Require-Bundle: io.openliberty.org.eclipse.persistence-3.1
jakarta.persistence.spi; \
jpa="3.1"; version="3.1.0"

javac.source: 11
javac.target: 11

Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=11))"

5 changes: 5 additions & 0 deletions dev/io.openliberty.org.eclipse.persistence-3.1/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Bundle-SymbolicName: io.openliberty.org.eclipse.persistence-3.1; singleton:=true

Bundle-Activator: io.openliberty.jakarta.persistence.internal.JakartaPersistenceActivator

javac.source: 11
javac.target: 11

Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=11))"

Import-Package: \
com.ibm.ws.threadContext, \
com.ibm.ws.runtime.metadata, \
Expand Down
1 change: 1 addition & 0 deletions dev/io.openliberty.persistence.3.1.thirdparty/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Specification-Version: ${eclVersion}

javac.source: 11
javac.target: 11
Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=11))"

Export-Package: \
org.eclipse.persistence.javax.persistence.osgi;version="${eclPackageVersion}", \
Expand Down

0 comments on commit aa8d2b4

Please sign in to comment.