forked from pool/woodstox-core
124 lines
5.0 KiB
Plaintext
124 lines
5.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Mar 28 06:05:06 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Rewrite to use Ant to build. This prevents potential cycles with
|
|
upcoming Maven 4
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 20 15:23:15 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
%patchN
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 9 15:01:26 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 23 12:48:41 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Added patches:
|
|
* 0001-Allow-building-against-OSGi-APIs-newer-than-R4.patch
|
|
+ port to latest OSGi APIs
|
|
* 0002-Patch-out-optional-support-for-msv-and-relax-schema-.patch
|
|
+ drop requirements unmaintained optional dependencies: msv and
|
|
relaxng
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 25 13:14:55 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Update to upstream version 6.2.8
|
|
* Fixes:
|
|
+ #121: Fix issues outlined by "lgtm.com"'s static analysis
|
|
+ #136: 'com.ctc.wstx.evt' is not exported in 'module-info.java'
|
|
+ #132: 'copyEventFromReader()' Processing Instruction event bug
|
|
+ A few LGTM.com fixes
|
|
+ #125: 'ArrayIndexOutOfBoundsException' for UTF-32 encoded data
|
|
+ #127: Invalid attributes producing extra null characters
|
|
during DTD validation
|
|
+ #123: NPE for content that only has XML declaration and
|
|
unknown encoding
|
|
+ #124: ArrayIndexOutOfBoundsException for 4-byte UTF-8
|
|
character at end of CDATA
|
|
+ #122: Expected either attr limit (2147483647) >=
|
|
currAttrSize (0) OR >= outBuf.length (96)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 23 11:36:02 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Build with java source and target levels 8
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 4 17:15:20 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Upgrade to upstream version 6.2.3
|
|
* Fixes:
|
|
+ #125: 'ArrayIndexOutOfBoundsException' for UTF-32 encoded
|
|
data
|
|
+ #127: Invalid attributes producing extra null characters
|
|
during DTD validation
|
|
+ #123: NPE for content that only has XML declaration and
|
|
unknown encoding
|
|
+ #124: ArrayIndexOutOfBoundsException for 4-byte UTF-8
|
|
character at end of CDATA
|
|
+ #122: Expected either attr limit (2147483647) >=
|
|
currAttrSize (0) OR >= outBuf.length (96)
|
|
+ #117: Problem with 'Stax2ByteArraySource', encodings other
|
|
than UTF-8
|
|
+ #112: Max attributes per element limit only loosely enforced
|
|
+ #107: Sub-optimal exception with 'WstxOutputProperties
|
|
.P_OUTPUT_VALIDATE_NAMES'
|
|
+ #108: Repairing 'XMLStreamWriter' tries to bind 'xml'
|
|
namespace URI
|
|
+ #103: Issue caused by MSV shading
|
|
+ #104: 'NullPointerException' in 'DTDValidator
|
|
.validateElementEnd()' for element undefined in DTD
|
|
+ #105: W3CSchemaFactory constructor incorrectly references
|
|
relaxng
|
|
- Removed patch:
|
|
* 0001-Allow-building-against-OSGi-APIs-newer-than-R4.patch
|
|
+ Not needed with this version
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 31 06:35:08 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Upgrade to upstream version 6.1.1
|
|
* Fixes:
|
|
+ Fix for #96 (see below) had an issue leading to
|
|
non-functioning RelaxNG, W3C Schema validation
|
|
+ #96: woodstox-core.jar 6.0.2 uses JDK-11 removed internal
|
|
APIs
|
|
+ #88: Missing closing quote for attribute values during in
|
|
Validating output mode
|
|
+ #93: Stax2 'maxAttributeSize' limit is only vaguely
|
|
respected
|
|
+ #97: 'copyEventFromReader()' 'ArrayIndexOutOfBoundsException'
|
|
+ #85: OSGi dependency on relaxng should be 'optional'
|
|
+ #82: Recycled buffers in XMLStreamWriter are colliding between
|
|
multiple writer instances when used in an Akka stream
|
|
+ #78: Shade MSV dependency
|
|
+ Add 'module-info.class' for Java 9+ module system
|
|
+ #58: Reading comment comments after Root Element closed
|
|
sometimes throws 'NullPointerException'
|
|
+ #61: Add support for 'XMLConstants.FEATURE_SECURE_PROCESSING'
|
|
via SAX/Stax factories
|
|
+ #74: Infinite loop in BijectiveNsMap#addGeneratedMapping when
|
|
ctxt.getNamespaceURI(prefix) returns an empty String
|
|
- Removed patch:
|
|
* 0001-stax2-api.patch
|
|
+ Not needed any more with this version
|
|
- Added patch:
|
|
* 0001-Allow-building-against-OSGi-APIs-newer-than-R4.patch
|
|
+ Migrate build from felix-osgi-core to osgi-core
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 5 11:49:07 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Ensure neutrality of description.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 4 05:23:00 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Initial packaging of woodstox-core 5.2.0
|