Skip to content

Commit

Permalink
Fix #120 (need exports, not only opens, for main java package for…
Browse files Browse the repository at this point in the history
… json provider)
  • Loading branch information
cowtowncoder committed Jan 9, 2020
1 parent da54acc commit 1ac06f6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion json/src/moditect/module-info.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Generated 02-Apr-2019 using Moditect maven plugin
// Originally generated using Moditect maven plugin
module com.fasterxml.jackson.jaxrs.json {
exports com.fasterxml.jackson.jaxrs.json;
exports com.fasterxml.jackson.jaxrs.json.annotation;

// 13-Nov-2019: [jaxrs-providers#119]: CXF, RESTEasy, OpenAPI require reflective access
Expand Down
5 changes: 4 additions & 1 deletion release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,12 @@ Marius Lewerenz (mlewe@github)
Lukáš Petrovický (triceo@github)

* Reported #114: module-info.java references legacy javax.ws.rs.api
(2.10.1)
* Reported #120: Incorrect export of `com.fasterxml.jackson.jaxrs.json` for JSON provider
(2.10.3)

Marc Magon (GedMarc@github)

* Contributed #119: CXF, RESTEasy, and OpenAPI require reflective access to the package
(2.10.2)

5 changes: 5 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Sub-modules:
=== Releases ===
------------------------------------------------------------------------

2.10.3 (not yet released)

#120: Incorrect export of `com.fasterxml.jackson.jaxrs.json` for JSON provider
(reported by Lukáš P)

2.10.2 (05-Jan-2020)

#121: Allow multiple implementations of ws.rs
Expand Down

0 comments on commit 1ac06f6

Please sign in to comment.