Accepting request 1031124 from Java:packages

3.5.0

OBS-URL: https://build.opensuse.org/request/show/1031124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plexus-utils?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2022-10-25 11:59:17 +00:00 committed by Git OBS Bridge
commit 589d4ca382
5 changed files with 34 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2b2746149249af6150c9ea83ad4909b28ea31185de8f266e62893b9cd578741
size 432612

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:742c86601237b3d8a77eb0eb8fdf7ff981c916cd398d127d23b9da09be1efcbb
size 475315

View File

@ -11,7 +11,7 @@
<property name="project.groupId" value="org.codehaus.plexus"/>
<property name="project.fragment" value="utils"/>
<property name="project.artifactId" value="plexus-${project.fragment}"/>
<property name="project.version" value="3.3.1"/>
<property name="project.version" value="3.5.0"/>
<property name="project.name" value="Plexus Common Utilities"/>
<property name="project.description" value="A collection of various utility classes to ease working with strings, files, command lines, XML and more."/>
<property name="project.organization.name" value="Codehaus Plexus"/>

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Oct 25 11:01:11 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream version 3.5.0
* Changes of 3.5.0
+ Don't throw IOException when none is required
+ Always preserve dominant node value (even if empty)
+ Don't overwrite blank (but non-empty) dominant values during
mergeXpp3Dom
+ Deprecate isEmpty(String) and isNotEmpty(String) in favour of
same named
+ isEmpty(String) must not return false for whitespace-only
values
+ Get rid maven-plugin-testing-harness from dependency
* Changes of 3.4.2
+ Provides a CachingOuptutStream and a CachingWriter
+ Use (already) precalculated value
+ use github shared actions
+ MXParser fixes
+ Fix last modified time not being updated on linux
+ Fix regression and deprecate: FileUtils.fileAppend should
create file
+ Fix some testing XML files checkout with incorrect eol
+ Fixed regressions: #163 and #194
+ Don't ignore valid SCM files
* Change of 3.4.1
+ Fixes #163: Regression: encoding error when parsing a
ISO-8859-1 xml
-------------------------------------------------------------------
Wed May 11 14:05:52 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@ -17,7 +17,7 @@
Name: plexus-utils
Version: 3.3.1
Version: 3.5.0
Release: 0
Summary: Plexus Common Utilities
License: Apache-1.1 AND Apache-2.0 AND xpp AND BSD-3-Clause AND SUSE-Public-Domain