From 7003eb22145a43aa01884fe271586ccc6fee5dd990906905ba49d3d5acde9522 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 21 May 2024 14:03:05 +0000 Subject: [PATCH] Accepting request 1175554 from home:urbic:branches:Java:packages - Update to v1.101 * Updated azure-pipelines.yml * Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 * Improved Json class * Resolved duplicate entries within the Json class * Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.1 to 4.8.4.0 * Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 * Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0 - Update to v1.100 * Updated codeql.yml * Updated scorecard.yml * Fixed idea warnings for class Xml * Fixed idea warnings for class Json * Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 * Included Java 22 for continuous integration - Update to v1.99 * Corrected UTF-8 character * Added new mode XmlToJsonMode.REPLACE_MINUS_WITH_AT * Added new mode XmlToJsonMode.REPLACE_EMPTY_TAG_WITH_NULL_AND_MINUS_WITH_AT * Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 * Upgraded to JUnit 5.10.2 * Created codeql.yml * Enhanced parsing of XML attributes * spring-web was updated to version 6.1.4 - Update to v1.98 * Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2 * Updated copyright headers to 2024 * Enhanced source formatting * Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.2.2 to 3.2.5 * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 * Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.2.0 to 4.8.3.0 * Updated Spring Boot to version 3.2.2 - Update to v1.97 * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 * Bump org.apache.maven.plugins:maven-compiler-plugin * Excluded Java versions 19 and 20 from continuous integration * Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2 - Update to v1.96 * Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2 * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.2 * Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to 4.8.1.0 - Update to v1.95 * Improved creation of ArrayList and LinkedHashMap * Added methods U.propertiesToMap(properties) and U.mapToProperties(map) - Update to v1.94 * Enhanced GitHub workflows and included Java 21 * Added U.associateBy(iterable, func) - Update to v1.93 * Substituted the customized Optional with java.util.Optional * Updated junit * Improved json parser tests - Update to v1.92 * The interfaces have been relocated within the Underscore class * XML attribute parser has been enhanced - Initial packaging with v1.91 OBS-URL: https://build.opensuse.org/request/show/1175554 OBS-URL: https://build.opensuse.org/package/show/Java:packages/underscore-java?expand=0&rev=2 --- underscore-java-1.101.tar.gz | 3 ++ underscore-java-1.93.tar.gz | 3 -- underscore-java.changes | 69 +++++++++++++++++++++++++++++++++++- underscore-java.spec | 4 +-- 4 files changed, 73 insertions(+), 6 deletions(-) create mode 100644 underscore-java-1.101.tar.gz delete mode 100644 underscore-java-1.93.tar.gz diff --git a/underscore-java-1.101.tar.gz b/underscore-java-1.101.tar.gz new file mode 100644 index 0000000..cd90d47 --- /dev/null +++ b/underscore-java-1.101.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101701dcd3c63aa99095d4924ff8e3bf81c57f866ce092a0d4c792473daa5c75 +size 171452 diff --git a/underscore-java-1.93.tar.gz b/underscore-java-1.93.tar.gz deleted file mode 100644 index a91b34c..0000000 --- a/underscore-java-1.93.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ddc49d0b56c18bf59486caad5703ab632f6ccb5beba474fb73c9e36e23c5b58 -size 168575 diff --git a/underscore-java.changes b/underscore-java.changes index 0bfb6e9..8c80419 100644 --- a/underscore-java.changes +++ b/underscore-java.changes @@ -1,7 +1,74 @@ +------------------------------------------------------------------- +Wed May 8 22:41:10 UTC 2024 - Anton Shvetz + +- Update to v1.101 + * Updated azure-pipelines.yml + * Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 + * Improved Json class + * Resolved duplicate entries within the Json class + * Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.1 to + 4.8.4.0 + * Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to + 3.4.0 + * Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to + 3.22.0 +- Update to v1.100 + * Updated codeql.yml + * Updated scorecard.yml + * Fixed idea warnings for class Xml + * Fixed idea warnings for class Json + * Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 + to 3.13.0 + * Included Java 22 for continuous integration +- Update to v1.99 + * Corrected UTF-8 character + * Added new mode XmlToJsonMode.REPLACE_MINUS_WITH_AT + * Added new mode + XmlToJsonMode.REPLACE_EMPTY_TAG_WITH_NULL_AND_MINUS_WITH_AT + * Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to + 4.8.3.1 + * Upgraded to JUnit 5.10.2 + * Created codeql.yml + * Enhanced parsing of XML attributes + * spring-web was updated to version 6.1.4 +- Update to v1.98 + * Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to + 3.3.2 + * Updated copyright headers to 2024 + * Enhanced source formatting + * Bump org.apache.maven.plugins:maven-surefire-report-plugin from + 3.2.2 to 3.2.5 + * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 + to 3.2.5 + * Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.2.0 to + 4.8.3.0 + * Updated Spring Boot to version 3.2.2 +- Update to v1.97 + * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 + to 3.2.3 + * Bump org.apache.maven.plugins:maven-compiler-plugin + * Excluded Java versions 19 and 20 from continuous integration + * Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to + 3.3.2 +- Update to v1.96 + * Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to + 3.21.2 + * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 + to 3.2.2 + * Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to + 4.8.1.0 +- Update to v1.95 + * Improved creation of ArrayList and LinkedHashMap + * Added methods U.propertiesToMap(properties) and + U.mapToProperties(map) +- Update to v1.94 + * Enhanced GitHub workflows and included Java 21 + * Added U.associateBy(iterable, func) + ------------------------------------------------------------------- Sun Sep 10 09:08:18 UTC 2023 - Anton Shvetz -- Update to v1.92 +- Update to v1.93 * Substituted the customized Optional with java.util.Optional * Updated junit * Improved json parser tests diff --git a/underscore-java.spec b/underscore-java.spec index 5878b71..77566d1 100644 --- a/underscore-java.spec +++ b/underscore-java.spec @@ -1,7 +1,7 @@ # # spec file for package underscore-java # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: underscore-java -Version: 1.93 +Version: 1.101 Release: 0 Summary: Java port of Underscore.js License: MIT