plexus-utils/plexus-utils.changes

99 lines
3.6 KiB
Plaintext

-------------------------------------------------------------------
Tue Apr 30 14:09:54 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream version 4.0.1
* New features and improvements
+ Add .gitignore to default excludes
+ downgrade plexus-xml from 4 to 3: keep Maven 3 compatibility
-------------------------------------------------------------------
Fri Apr 5 08:16:44 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream version 4.0.0
* Starting with version 4, XML classes (in
org.codehaus.plexus.util.xml and
org.codehaus.plexus.util.xml.pull) have been extracted to a
separate plexus-xml: if you need them, just use this new
artifact.
* Other changes:
+ Fix false difference detected with
CachingOutputStream/CachingWriter when streams are flushed
+ Dependency updates
+ Switch to junit 5
-------------------------------------------------------------------
Wed May 3 11:08:12 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream vesion 3.5.1
* Changes
+ Reading and writing files using Java NIO (#232)
+ Partial revert of "Support combine.self='remove'" to fix
MNG-7709 (#241)
+ Fix reading comments with UTF chars (fixes #238) (#240)
-------------------------------------------------------------------
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>
- Upgrade to upstream version 3.3.1
* Fix: Don't ignore valid SCM files
* the latest version supporting Java 8 still
-------------------------------------------------------------------
Wed Mar 23 23:53:16 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Build with java source and target levels 8
-------------------------------------------------------------------
Thu Nov 21 15:05:50 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream version 3.3.0
- Removed patch:
* 0001-Follow-symlinks-in-NioFiles.copy.patch
+ not needed with this version
-------------------------------------------------------------------
Tue Apr 9 16:52:48 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Remove reference to the parent pom since we are not building
using Maven.
-------------------------------------------------------------------
Sun Mar 3 18:20:04 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Describe package, not project.
-------------------------------------------------------------------
Sat Mar 2 13:21:35 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Initial package for plexus-utils 3.1.1
- Generate and customize ant build file