Skip to content

Commit 09bcffd

Browse files
authored
CU-86b3ctxht Fix MxParseUtils find by API (#142)
* deprecate the API returning streams * deprecate the API returning streams * fix gson dependency * changelog to snapshot * code rabbit suggestion * enhance logging and test
1 parent 68e6043 commit 09bcffd

File tree

6 files changed

+415
-204
lines changed

6 files changed

+415
-204
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Prowide ISO 20022 - CHANGELOG
2-
2+
3+
#### 9.5.6 - SNAPSHOT
4+
* Changed the `MxParseUtils` findByTags and findByPath methods to return the element values instead of the XML stream object
5+
36
#### 9.5.5 - January 2025
47
* (PW-2113) `MxParseUtils` added a method to extract the enclosed MT from a multi-format MX message
58
* (PW-2113) `MxParseUtils` added methods to extract comments from XML string

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ dependencies {
315315
// included build (keep in sync with the latest Prowide Core version)
316316
api 'com.prowidesoftware:pw-swift-core:SRU2024-9.5.5'
317317
implementation 'org.apache.commons:commons-lang3:3.17.0'
318-
implementation 'com.google.code.gson:gson:2.11'
318+
implementation 'com.google.code.gson:gson:2.11.0'
319319
}
320320

321321
// repo for publishing

0 commit comments

Comments
 (0)