01 java8 compatibility.patch | (download) |
subprojects/json-lib-core/src/main/java/org/kordamp/json/JsonConfig.java |
6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-) |
uses the renamed method multikeymap.removemultikey() introduced
in libcommons-collections3-java 3.2.1-7 to solve a compatibility issue with
Java 8.
|
skip_assertions_exclusions_ignoreDefaults.patch | (download) |
subprojects/json-lib-core/src/test/java/org/kordamp/json/AbstractJSONObjectStaticBuildersTestCase.java |
4 2 + 2 - 0 !
subprojects/json-lib-core/src/test/java/org/kordamp/json/TestJSONObject.java |
6 3 + 3 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-) |
skipping some assertions about behaviour when ignoring defaults. i
guess this is because of the ezmorph library in Debian, which is not the one
upstream is relying on.
|