Skip to content

Commit

Permalink
Start work on #2726 (add in jackson-databind)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 23, 2020
1 parent 5004a21 commit 5ba72df
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>

<parent>
Expand Down Expand Up @@ -196,7 +201,12 @@
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
</plugin>
</plugins>

<plugin>
<groupId>de.jjohannes</groupId>
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
</plugin>
</plugins>
</build>

<profiles>
Expand Down
4 changes: 4 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -1129,3 +1129,7 @@ David Bidorff (bidorffOL@github)
* Reported, contributed fix for #2719: `FAIL_ON_IGNORED_PROPERTIES` does not throw
on `READONLY` properties with an explicit name
(2.12.0)

Jendrik Johannes (jjohannes@github)
* Contributed #2726: Add Gradle Module Metadata for version alignment with Gradle 6
(2.12.0)
3 changes: 2 additions & 1 deletion release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ Project: jackson-databind
#2719: `FAIL_ON_IGNORED_PROPERTIES` does not throw on `READONLY` properties with
an explicit name
(reported, fix contributed by David B)
#2726: Add Gradle Module Metadata for version alignment with Gradle 6
(contributed by Jendrik J)
#2732: Allow `JsonNode` auto-convert into `ArrayNode` if duplicates found (for XML)
#2733: Allow values of "untyped" auto-convert into `List` if duplicates found (for XML)
- Add `BeanDeserializerBase.isCaseInsensitive()`
- Some refactoring of `CollectionDeserializer` to solve CSV array handling issues
- Add Gradle Module Metadata for version alignment with Gradle 6

2.11.1 (not yet released)

Expand Down

0 comments on commit 5ba72df

Please sign in to comment.