Skip to content

Commit

Permalink
Remove xmlBinding-4.0 non-RI impl warnings for Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
neuwerk committed Aug 5, 2022
1 parent d4260eb commit fe901b4
Show file tree
Hide file tree
Showing 15 changed files with 178 additions and 836 deletions.
5 changes: 0 additions & 5 deletions dev/cnf/dependabot/check_this_in_if_it_changes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2536,11 +2536,6 @@
<artifactId>org.eclipse.persistence.core</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.core</artifactId>
<version>4.0.0-M3</version>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.jpa.jpql</artifactId>
Expand Down
1 change: 0 additions & 1 deletion dev/cnf/oss_dependencies.maven
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ org.eclipse.persistence:org.eclipse.persistence.antlr:2.7.10
org.eclipse.persistence:org.eclipse.persistence.asm:9.3.0
org.eclipse.persistence:org.eclipse.persistence.core:2.7.10
org.eclipse.persistence:org.eclipse.persistence.core:3.0.2
org.eclipse.persistence:org.eclipse.persistence.core:4.0.0-M3
org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.7.10
org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:3.0.2
org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor:2.7.10
Expand Down
7 changes: 5 additions & 2 deletions dev/io.openliberty.jakarta.xmlBinding.4.0/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="aQute.bnd.classpath.container"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>
9 changes: 3 additions & 6 deletions dev/io.openliberty.jakarta.xmlBinding.4.0/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=11))"

Bundle-SymbolicName: io.openliberty.jakarta.xmlBinding.4.0; singleton:=true

Export-Package: jakarta.xml.bind.*;thread-context=true;version="4.0", \
io.openliberty.jakarta.xmlBinding.*;version="4.0"
Export-Package: jakarta.xml.bind.*;thread-context=true;version="4.0"

Service-Component: \
io.openliberty.jakarta.xmlBinding._4_0_${replace;${bVersion};\\.;_}.ResourceProvider; \
Expand All @@ -39,11 +38,9 @@ DynamicImport-Package: \
org.glassfish.jaxb.*

Include-Resource:\
@${repo;jakarta.xml.bind:jakarta.xml.bind-api;4.0.0;EXACT}!/!(META-INF/maven/*|module-info.class), \
io/openliberty/jakarta=${bin}/io/openliberty/jakarta, \
jakarta/xml/bind=${bin}/jakarta/xml/bind
@${repo;jakarta.xml.bind:jakarta.xml.bind-api;4.0.0;EXACT}!/!(META-INF/maven/*|module-info.class)

instrument.classesExcludes: jakarta/**/*.class
instrument.disabled: true

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

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit fe901b4

Please sign in to comment.