Skip to content

Commit

Permalink
JsonPlatformProvider JPMS refactor to reflect current flow
Browse files Browse the repository at this point in the history
Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
  • Loading branch information
rfelcman authored and lukasj committed Sep 9, 2022
1 parent 1db179c commit 297f3fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions bundles/eclipselink/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@

requires static com.sun.xml.bind.core;

uses org.eclipse.persistence.internal.databaseaccess.spi.JsonPlatformProvider;

exports org.eclipse.persistence.jpa.jpql;
exports org.eclipse.persistence.jpa.jpql.parser;
exports org.eclipse.persistence.jpa.jpql.utility.iterable;
Expand Down Expand Up @@ -293,6 +291,7 @@
exports org.eclipse.persistence.internal.xr.sxf;

uses org.eclipse.persistence.jpa.rs.PersistenceContextFactoryProvider;
uses org.eclipse.persistence.internal.databaseaccess.spi.JsonPlatformProvider;

provides jakarta.persistence.spi.PersistenceProvider with org.eclipse.persistence.jpa.PersistenceProvider;
provides jakarta.xml.bind.JAXBContextFactory with org.eclipse.persistence.jaxb.XMLBindingContextFactory;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
requires static jakarta.messaging;
requires static jakarta.resource;

uses org.eclipse.persistence.internal.databaseaccess.spi.JsonPlatformProvider;

exports org.eclipse.persistence;
exports org.eclipse.persistence.annotations;
exports org.eclipse.persistence.config;
Expand Down Expand Up @@ -214,4 +212,5 @@
org.eclipse.persistence.pgsql,
org.eclipse.persistence.oracle;

uses org.eclipse.persistence.internal.databaseaccess.spi.JsonPlatformProvider;
}

0 comments on commit 297f3fa

Please sign in to comment.