File tree 3 files changed +1
-7
lines changed
3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -117,13 +117,6 @@ tools.jackson.core.*;version=${project.version}
117
117
<artifactId >replacer</artifactId >
118
118
</plugin >
119
119
120
- <!-- 04-Mar-2019, tatu: Add rudimentary JDK9+ module info. To build with JDK 8
121
- will have to use `moduleInfoFile` as anything else requires JDK 9+
122
- -->
123
- <plugin >
124
- <groupId >org.moditect</groupId >
125
- <artifactId >moditect-maven-plugin</artifactId >
126
- </plugin >
127
120
<!-- 03-Nov-2020, tatu: Add LICENSE from main level -->
128
121
<plugin >
129
122
<groupId >org.codehaus.mojo</groupId >
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ JSON library.
49
49
allocation default implementation (in 3.0)
50
50
#1364: JSTEP-6: rename `JsonLocation` as `TokenStreamLocation`
51
51
#1378: Rename `JsonParser.getText()` as `.getString()` [JSTEP-6]
52
+ #1380: Change 3.0 to use `module-info.java` directly, remove use of Moditect
52
53
- Rename `JsonGenerator.Feature.AUTO_CLOSE_JSON_CONTENT` as `AUTO_CLOSE_CONTENT`
53
54
- Add `TreeCodec.nullNode()`, `TreeNode.isNull()` methods
54
55
- Change the way `JsonLocation.NA` is included in exception messages
File renamed without changes.
You can’t perform that action at this time.
0 commit comments