File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 45
45
46
46
Baseline compatibility:
47
47
48
- * Jackson 2.13 compatible with Android SDK 19 and up
48
+ * Jackson 2.13 compatible with Android SDK 24 and up
49
49
* Jackson 2.14 compatible with Android SDK 26 and up
50
50
51
51
-->
242
242
<artifactId >gummy-bears-api-${version.android.sdk}</artifactId >
243
243
<version >${version.android.sdk.signature} </version >
244
244
</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 >
245
255
</configuration >
246
256
</plugin >
247
257
Original file line number Diff line number Diff line change @@ -79,6 +79,11 @@ Project: jackson-databind
79
79
#3633 : Expose `translate()` method of standard `PropertyNamingStrategy` implementations
80
80
(requested by Joachim D)
81
81
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
+
82
87
2.13.4.2 (13 -Oct-2022 )
83
88
84
89
#3627 : Gradle module metadata for `2.13.4.1 ` references non-existent
You can’t perform that action at this time.
0 commit comments