Commit Graph

10 Commits

Author SHA1 Message Date
Harry9656 535d9a97b4
[JAVA-31568] Upgrade org.json and json-path libraries 2024-03-11 21:16:11 +01:00
Harry9656 5136e7349b JAVA-27804: Remove explicit logging dependency (#15448) 2024-01-09 09:48:12 +02:00
panos-kakos 7d2fc1fe88 [JAVA-26773] (#15417)
* [JAVA-26773]

* [JAVA-26773]
2023-12-28 16:11:35 +01:00
Shahul Basha 94595ea000 BAEL-7016 (#15050)
* initial commit

* initial commit

* code cleanup

* code cleanup

* code cleanup

* code cleanup

* code review comments addressed

* pom version

* code review comments

* formatting updated

* updated as per code review comments
2023-11-21 08:20:44 +05:30
MohamedHelmyKassab 01bce216c4 This PR is related to the article BAEL-6878 (#15057)
* Update pom.xml

This commit aims to add additional required dependencies:

        <dependency>
            <groupId>org.apache.xmlbeans</groupId>
            <artifactId>xmlbeans</artifactId>
            <version>5.0.2</version>
        </dependency>
        <dependency>
            <groupId>org.apache.logging.log4j</groupId>
            <artifactId>log4j-core</artifactId>
            <version>2.12.4</version>
        </dependency>

* This commit is related to the article BAEL-6878

This commit aims to add the "log4j2.xml" file to the resources folder.

* This commit is related to the article BAEL-6878 

This commit aims to add a new test class named "XMLObjectToStringUnitTest" that suggests several approaches to convert XML objects to a Java string
2023-10-24 10:15:46 -07:00
Bipinkumar27 bfe133dbb3 JAVA-23094: changes made for updating jackson dependency 2023-08-09 09:10:50 +05:30
Bipin kumar cd747f077b Java 22625 S to Z (#14332)
* JAVA-22625: Changes made for module T to Z formatting the pom.xml

* JAVA-22625: Changes made for module S  to Z formatting the pom.xml
2023-06-30 16:38:28 +05:30
Abhinav Pandey d9027f6a1b BAEL-6509 - JSON to XML conversion in Java (#14050)
* BAEL-6509 - JSON to XML conversion

* BAEL-6509 - CRLF to LF
2023-05-27 21:08:50 +05:30
thibault.faure 145b782d4b BAEL-5671 code for the validate an XML file against an XSD file article 2022-07-10 22:56:20 +02:00
Kai Yuan d30c353d35 pretty-print xml in java (#11899)
* pretty-print xml in java

* simplified pom.xml
2022-03-12 13:09:18 -06:00