Skip to content

Commit

Permalink
Module-Info Enhancements - JAX-RS updates for Jakarta Release version
Browse files Browse the repository at this point in the history
Zero impact on backwards compatibility
FasterXML/jackson-databind#2910
  • Loading branch information
GedMarc authored and cowtowncoder committed Nov 10, 2020
1 parent 91446e8 commit d4f31e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions json/src/moditect/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,15 @@

requires com.fasterxml.jackson.jaxrs.base;

//oracle location
requires static javax.ws.rs.api;
//oracle location
requires static java.ws.rs;
//jakarta initial location - 2.x
requires static javax.ws.rs;
//jakarta 3.x final location - https://github.com/jboss/jboss-jakarta-jaxrs-api_spec
requires static jakarta.ws.rs;
//jakarta 3.x final location - https://github.com/eclipse-ee4j/jaxrs-api
requires static jakarta.ws.rs.api;

provides javax.ws.rs.ext.MessageBodyReader with
Expand Down

0 comments on commit d4f31e4

Please sign in to comment.