Commit Graph

27 Commits

Author SHA1 Message Date
panos-kakos cf858a1493 Java 27490 (#15217)
* [JAVA-27490] Set java.version of JDK 9+ profile to JDK 17

* [JAVA-27490] Removed java.version from modules

* [JAVA-27490] Commented modules that are failing

* [JAVA-27490] Clean up

* [JAVA-27490] Clean up
2023-12-05 10:43:20 +05:30
anuragkumawat e076a171ee JAVA-26736 Upgrade jackson to latest version 2023-11-30 22:54:02 +05:30
panos-kakos af8cd8080f [JAVA-25958] Upgraded jackson-dataformat-xml version to 2.15.2 2023-10-07 01:28:02 +03:00
Dhawal Kapil 17e24fc87e JAVA-23379 Fixed test as per JDK 17 (#14484)
* JAVA-23379 Fixed test as per JDK 17

* JAVA-23379 Made SimpleDateFormat local specific
2023-07-26 15:33:04 +05:30
Tapan Avasthi 668b8f0b77 BAEL-6293: Add builder pattern for ObjectMapper creation (#14112)
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2023-05-27 08:44:01 -05:00
panos-kakos 3433704800 [JAVA-20456] Upgraded jackson version (#13871) 2023-05-02 09:56:50 +03:00
ACHRAF TAITAI d964c3d1eb A Guide to @JsonIncludeProperties Annotation in Jackson (#13808) 2023-04-13 14:11:17 +02:00
Loredana Crusoveanu c4c6d470e8 Merge pull request #13790 from dkapil/task/JAVA-19536_ij
JAVA-19536 Formatting of pom.xml
2023-04-10 10:24:02 +03:00
Azhwani b280691134 BAEL-6311: Applying @JsonValue on fields in Jackson (#13749)
Co-authored-by: Luis Javier Peris Morillo <javierperis@gmail.com>
2023-04-09 10:26:01 +02:00
Dhawal Kapil e297f43f17 JAVA-19536 Formatting of pom.xml 2023-04-07 22:32:01 +05:30
Bipin kumar 9e5fe2d7ac Java-14972: changes made for adding new example using field annoted @… (#13746)
* Java-19389: changes made for adding new example using field annoted @jsonValue

* Java-14972: Changes made for renaming the test methods and removing commented code

* dev-14972 : Changes made for incorporating review comments

* dev-14972: changes made for adding GeneralBean class and test cases of jsonValue against the GeneralBean class
2023-04-05 21:56:04 +05:30
Krzysiek f22f99bf1f JAVA-8436: Remove AssertJ depenendency from the child modules - part 3 2021-11-18 12:48:35 +01:00
chaos2418 64a134f05e JAVA-1665: updated parent-java's junit and surefire configurations 2021-11-03 09:03:23 +05:30
Dhawal Kapil 1ab0a19d25 Java 3590 (#11367) (#11380)
* Java 3590 (#11367)

* JAVA-3590: updating junit-jupiter dependency in the main pom.xml

* resolving unnecessary mockito stubbings exception

* adding junit-bom in dependency management

* fixing tests which were not getting discovered

* Revert "fixing tests which were not getting discovered"

This reverts commit 2e9ed8df42eb96f7e0929167aabbc2ddd374a263.

* fixing tests in ninja, open-liberty and spring-ejb

* removing junit4 dependency and replacing it with junit-vintage-engine

* removing junit4 dependency and replacing it with junit-vintage-engine in testing-modules, maven-modules and aws-lambda

* removing junit dependency and replacing it with junit-vintage-engine

* removing junit and replacing it with junit-vintage-engine

* fixing tests that were not getting discovered due to old version of junit:junit

* updated failsafe plugin configuration to skip integration tests in blade

* fixing tests that were not getting discovered due to old version of junit:junit

* fixing tests in libraries and libraries-2 modules

Co-authored-by: chaos2418 <>

* Java 3590 - fixing integration tests in restx and spring-5-webflux (#11382)

* JAVA-3590: updating junit-jupiter dependency in the main pom.xml

* resolving unnecessary mockito stubbings exception

* adding junit-bom in dependency management

* fixing tests which were not getting discovered

* Revert "fixing tests which were not getting discovered"

This reverts commit 2e9ed8df42eb96f7e0929167aabbc2ddd374a263.

* fixing tests in ninja, open-liberty and spring-ejb

* removing junit4 dependency and replacing it with junit-vintage-engine

* removing junit4 dependency and replacing it with junit-vintage-engine in testing-modules, maven-modules and aws-lambda

* removing junit dependency and replacing it with junit-vintage-engine

* removing junit and replacing it with junit-vintage-engine

* fixing tests that were not getting discovered due to old version of junit:junit

* updated failsafe plugin configuration to skip integration tests in blade

* fixing tests that were not getting discovered due to old version of junit:junit

* fixing tests in libraries and libraries-2 modules

* fixing integration tests in restx and spring-5-webflux

Co-authored-by: chaos2418 <>

Co-authored-by: chaos2418 <92030908+chaos2418@users.noreply.github.com>
2021-10-29 09:37:04 +05:30
sampadawagde 753434526a JAVA-5223: Fix formatting of POMs (Part 7) 2021-05-08 13:11:36 +05:30
Krzysztof Woyke 0ae1bfedde JAVA-4931: Cleanup surefire config. Part 2. 2021-03-29 18:57:35 +02:00
Loredana Crusoveanu 7ab2f437ee Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
Loredana Crusoveanu df56c4d2d1 Update README.md 2020-01-26 18:50:09 +02:00
mikr 4f5d7a6631 BAEL-21496 Move Jackson Simple Module 2020-01-26 16:14:45 +01:00
catalin-burcea c8f16ee116 [BAEL-13511] - Create jackson-modules parent for all related modules 2019-12-19 13:34:50 +02:00
catalin-burcea 153a3923f0 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
catalin-burcea 01c2fc6e3a [BAEL-19676] - Move articles out of jackson part 3 2019-12-02 11:44:19 +02:00
catalin-burcea 3d35439fb5 [BAEL-19675] - Move articles out of jackson part 2 2019-11-26 12:28:18 +02:00
Josh Cummings cbb2916c60 Merge pull request #8234 from dkapil/task/BAEL-18777_j
BAEL-18777 POM Properties Cleanup
2019-11-23 12:48:57 -07:00
Dhawal Kapil 2137f71568 BAEL-18777 POM Properties Cleanup
- Properties cleanup of projects starting with j
2019-11-23 20:13:34 +05:30
catalin-burcea 6eb57f91eb [BAEL-19673] - Move articles out of jackson part 1 2019-11-22 14:52:42 +02:00
amit2103 a840e3505c [BAEL-14274] - Reverted the rename of EventWithFormat to Event 2019-10-27 19:52:36 +05:30