Skip to content

Commit

Permalink
Update release notes wrt #1385, change module name to `tools.jackson.…
Browse files Browse the repository at this point in the history
…core.testutil`
  • Loading branch information
cowtowncoder committed Jan 14, 2025
1 parent 699f645 commit cce6b27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ JSON library.
#1364: JSTEP-6: rename `JsonLocation` as `TokenStreamLocation`
#1378: Rename `JsonParser.getText()` as `.getString()` [JSTEP-6]
#1380: Change 3.0 to use `module-info.java` directly (and not via Moditect)
#1385: Create `jackson-core-[VERSION]-tests.jar` to contain shared
test utility classes
- Rename `JsonGenerator.Feature.AUTO_CLOSE_JSON_CONTENT` as `AUTO_CLOSE_CONTENT`
- Add `TreeCodec.nullNode()`, `TreeNode.isNull()` methods
- Change the way `JsonLocation.NA` is included in exception messages
Expand Down
3 changes: 2 additions & 1 deletion src/test/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// jackson-core test Module descriptor: used both for tests and to
// to produce "test-jar" for other Jackson components to use
module tools.jackson.core.test {
module tools.jackson.core.testutil
{
// Additional test lib/framework dependencies
requires org.assertj.core;
requires org.junit.jupiter.api;
Expand Down

0 comments on commit cce6b27

Please sign in to comment.