File tree 6 files changed +25
-3
lines changed
eclipse-collections/src/main/resources/META-INF
guava/src/main/resources/META-INF
hppc/src/main/resources/META-INF
pcollections/src/main/resources/META-INF
6 files changed +25
-3
lines changed Original file line number Diff line number Diff line change
1
+ This copy of Jackson JSON processor `jackson-datatype-eclipse-collections` module is licensed under the
2
+ Apache (Software) License, version 2.0 ("the License").
3
+ See the License for details about distribution rights, and the
4
+ specific rights regarding derivate works.
5
+
6
+ You may obtain a copy of the License at:
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
Original file line number Diff line number Diff line change
1
+ com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsModule
Original file line number Diff line number Diff line change
1
+ This copy of Jackson JSON processor `jackson-datatype-guava` module is licensed under the
2
+ Apache (Software) License, version 2.0 ("the License").
3
+ See the License for details about distribution rights, and the
4
+ specific rights regarding derivate works.
5
+
6
+ You may obtain a copy of the License at:
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
Original file line number Diff line number Diff line change 1
- This copy of Jackson JSON processor streaming parser/generator is licensed under the
1
+ This copy of Jackson JSON processor `jackson-datatype-hppc` module is licensed under the
2
2
Apache (Software) License, version 2.0 ("the License").
3
3
See the License for details about distribution rights, and the
4
4
specific rights regarding derivate works.
Original file line number Diff line number Diff line change 1
- This copy of Jackson JSON processor streaming parser/generator is licensed under the
1
+ This copy of Jackson JSON processor `jackson-datatype-pcollections` module is licensed under the
2
2
Apache (Software) License, version 2.0 ("the License").
3
3
See the License for details about distribution rights, and the
4
4
specific rights regarding derivate works.
Original file line number Diff line number Diff line change @@ -25,7 +25,12 @@ Active Maintainers:
25
25
- Add Gradle Module Metadata (https://blog.gradle.org/alignment-with-gradle-module-metadata)
26
26
- Update "preferred" Guava version to 21.0
27
27
28
- 2.11.3 (not yet released)
28
+ 2.11.4 (not yet released)
29
+
30
+ * Add missing "LICENSE" file for Guava- and Eclipse-collections modules
31
+ * Add missing SPI metadata for auto-detecti Eclipse-collections module
32
+
33
+ 2.11.3 (02-Oct-2020)
29
34
30
35
#71 (eclipse-collections) Can not deserialize concrete class instance inside nested
31
36
immutable eclipse-collection
You can’t perform that action at this time.
0 commit comments