Skip to content

Commit 5ba72df

Browse files
committed
Start work on #2726 (add in jackson-databind)
1 parent 5004a21 commit 5ba72df

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

pom.xml

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<!-- This module was also published with a richer model, Gradle metadata, -->
4+
<!-- which should be used instead. Do not delete the following line which -->
5+
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
6+
<!-- that they should prefer consuming it instead. -->
7+
<!-- do_not_remove: published-with-gradle-metadata -->
38
<modelVersion>4.0.0</modelVersion>
49

510
<parent>
@@ -196,7 +201,12 @@
196201
<groupId>org.moditect</groupId>
197202
<artifactId>moditect-maven-plugin</artifactId>
198203
</plugin>
199-
</plugins>
204+
205+
<plugin>
206+
<groupId>de.jjohannes</groupId>
207+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
208+
</plugin>
209+
</plugins>
200210
</build>
201211

202212
<profiles>

release-notes/CREDITS-2.x

+4
Original file line numberDiff line numberDiff line change
@@ -1129,3 +1129,7 @@ David Bidorff (bidorffOL@github)
11291129
* Reported, contributed fix for #2719: `FAIL_ON_IGNORED_PROPERTIES` does not throw
11301130
on `READONLY` properties with an explicit name
11311131
(2.12.0)
1132+
1133+
Jendrik Johannes (jjohannes@github)
1134+
* Contributed #2726: Add Gradle Module Metadata for version alignment with Gradle 6
1135+
(2.12.0)

release-notes/VERSION-2.x

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ Project: jackson-databind
2626
#2719: `FAIL_ON_IGNORED_PROPERTIES` does not throw on `READONLY` properties with
2727
an explicit name
2828
(reported, fix contributed by David B)
29+
#2726: Add Gradle Module Metadata for version alignment with Gradle 6
30+
(contributed by Jendrik J)
2931
#2732: Allow `JsonNode` auto-convert into `ArrayNode` if duplicates found (for XML)
3032
#2733: Allow values of "untyped" auto-convert into `List` if duplicates found (for XML)
3133
- Add `BeanDeserializerBase.isCaseInsensitive()`
3234
- Some refactoring of `CollectionDeserializer` to solve CSV array handling issues
33-
- Add Gradle Module Metadata for version alignment with Gradle 6
3435

3536
2.11.1 (not yet released)
3637

0 commit comments

Comments
 (0)