Skip to content

Commit 37767b3

Browse files
committed
Merge branch '2.13' into 2.14
2 parents d31e801 + 971796f commit 37767b3

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
4646
Baseline compatibility:
4747
48-
* Jackson 2.13 compatible with Android SDK 19 and up
48+
* Jackson 2.13 compatible with Android SDK 24 and up
4949
* Jackson 2.14 compatible with Android SDK 26 and up
5050
5151
-->
@@ -242,6 +242,16 @@
242242
<artifactId>gummy-bears-api-${version.android.sdk}</artifactId>
243243
<version>${version.android.sdk.signature}</version>
244244
</signature>
245+
<ignores>
246+
<!-- These are only accessed (safely) via "Java7SupportImpl.java" so ignore
247+
-->
248+
<ignore>java.beans.ConstructorProperties</ignore>
249+
<ignore>java.beans.Transient</ignore>
250+
<ignore>java.nio.file.FileSystemNotFoundException</ignore>
251+
<ignore>java.nio.file.Path</ignore>
252+
<ignore>java.nio.file.Paths</ignore>
253+
<ignore>java.nio.file.spi.FileSystemProvider</ignore>
254+
</ignores>
245255
</configuration>
246256
</plugin>
247257

release-notes/VERSION-2.x

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ Project: jackson-databind
7979
#3633: Expose `translate()` method of standard `PropertyNamingStrategy` implementations
8080
(requested by Joachim D)
8181

82+
2.13.5 (not yet released)
83+
84+
#3659: Improve testing (likely via CI) to try to ensure compatibility with
85+
specific Android SDKs
86+
8287
2.13.4.2 (13-Oct-2022)
8388

8489
#3627: Gradle module metadata for `2.13.4.1` references non-existent

0 commit comments

Comments
 (0)