Skip to content

Commit fb5ad1b

Browse files
committed
Trying to implement #1380: remove use of Moditect plug-in for 3.0
1 parent 8157570 commit fb5ad1b

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,6 @@ tools.jackson.core.*;version=${project.version}
117117
<artifactId>replacer</artifactId>
118118
</plugin>
119119

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>
127120
<!-- 03-Nov-2020, tatu: Add LICENSE from main level -->
128121
<plugin>
129122
<groupId>org.codehaus.mojo</groupId>

release-notes/VERSION

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ JSON library.
4949
allocation default implementation (in 3.0)
5050
#1364: JSTEP-6: rename `JsonLocation` as `TokenStreamLocation`
5151
#1378: Rename `JsonParser.getText()` as `.getString()` [JSTEP-6]
52+
#1380: Change 3.0 to use `module-info.java` directly, remove use of Moditect
5253
- Rename `JsonGenerator.Feature.AUTO_CLOSE_JSON_CONTENT` as `AUTO_CLOSE_CONTENT`
5354
- Add `TreeCodec.nullNode()`, `TreeNode.isNull()` methods
5455
- Change the way `JsonLocation.NA` is included in exception messages
File renamed without changes.

0 commit comments

Comments
 (0)