Skip to content

Commit

Permalink
Update release notes, README wrt #151 (split in 2 modules)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 8, 2023
1 parent 0bf377c commit bffd6b5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ And if necessary, more if future revisions also prove incompatible.

Version 2.4 was considered the first stable version of the module.

## Two modules (with Jackson 2.15)

Starting with upcoming Jackson 2.15, this repository contains TWO versions of the module:

1. Old JSON Schema module `com.fasterxml.jackson.module:jackson-module-jsonSchema` (since 2.0)
2. New JSON Schema module `com.fasterxml.jackson.module:jackson-module-jsonSchema-jakarta` (2.15+)

depending on whether system needs to work with "old" `javax`/`JAXB` APIs (first module) or newer "Jakarta" APIs.

## Future plans (lack thereof)

Due to lack of support by community, this module is NOT planned to be supported beyond
Expand Down
6 changes: 6 additions & 0 deletions release-notes/CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,9 @@ Sean Staley (seanstaley@github)

#119: `dependencies` property should not be an Array but Object
(2.9.0)

Réda Housni Alaoui (reda-alaoui@github)

#151: Support jakarta EE 9: split into 2 modules, old `jackson-module-jsonSchema`
and new `jackson-module-jsonSchema-jakarta`
(2.15.0)
4 changes: 3 additions & 1 deletion release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Project: jackson-module-jsonSchema

2.15.0 (not yet released)

-
#151: Support jakarta EE 9: split into 2 modules, old `jackson-module-jsonSchema`
and new `jackson-module-jsonSchema-jakarta`
(contributed by Réda H-A)

2.14.2 (28-Jan-2023)
2.14.1 (21-Nov-2022)
Expand Down

0 comments on commit bffd6b5

Please sign in to comment.