Skip to content

Commit a49aa3a

Browse files
committed
manual merge of moditect addition (since pom.xml is non-mergeable)
1 parent 9323505 commit a49aa3a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,14 @@
167167
<optimize>true</optimize>
168168
</configuration>
169169
</plugin>
170-
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
170+
171+
<!-- 02-Nov-2020, tatu: Add JDK9+ module info with Moditect -->
172+
<plugin>
173+
<groupId>org.moditect</groupId>
174+
<artifactId>moditect-maven-plugin</artifactId>
175+
</plugin>
176+
177+
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
171178
<plugin>
172179
<groupId>de.jjohannes</groupId>
173180
<artifactId>gradle-module-metadata-maven-plugin</artifactId>

release-notes/VERSION-2.x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Co-maintainers:
1818

1919
#322 Added extension methods to SimpleModule addSerializer and addDeserializer to support KClass arguments that
2020
register the serializer/deserializer for both the java type and java class.
21+
#385: Add Moditect, source module info, to allow Kotlin module usage with Java Module system
2122
- Add Gradle Module Metadata (https://blog.gradle.org/alignment-with-gradle-module-metadata)
2223

2324
2.11.3 (02-Oct-2020)

0 commit comments

Comments
 (0)