Commit Graph

26 Commits

Author SHA1 Message Date
sampadawagde 5e02fd897a JAVA-8370: Split or move json module 2021-12-06 18:53:41 +05:30
Krzysiek f22f99bf1f JAVA-8436: Remove AssertJ depenendency from the child modules - part 3 2021-11-18 12:48:35 +01:00
chaos2418 e27eb5b8eb JAVA-1672: removing redundant junit declarations 2021-11-05 14:31:19 +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
johnA1331 3647443986 Update README.md 2021-09-15 22:01:49 +08:00
vaibhav007jain e45023ec07 BAEL-5071 (#11171)
* commited initial code for hexagonal architecture

* Deleting to check in again

* Deleing to check in again

* Push first code for Hexagonal Architecture

* final code with UT for JSON to Java conversion

* removed hexagonal-architecture code from last commit

* BEL-5071 updated README

* BAEL-5071: Undo README changes and added a nested object in the JSON example.

* BAEL-5071: fixed whitespace/indentation in JsonToJavaClassConversion.java

Co-authored-by: Vaibhav Jain <vaibhav.ashokjain@vodafone.com>
2021-09-09 20:05:29 -05:00
freelansam 32dde5b5d1 JAVA-6475: Fix formatting of POMs (#11087)
* JAVA-6475: Fix formatting of POMs

* correct build error
2021-08-03 00:27:15 +05:30
Bhabani Prasad Patel 0c656299d0 Code commit for BAEL-4992 (#10952)
* code commit for BAEL-4992

* tab/space change for pom.xml
2021-06-24 12:10:37 -07:00
sampadawagde 1a53db30c9 JAVA-5223: Fix formatting of POMs (Part 8) 2021-05-09 16:26:44 +05:30
Krzysztof Woyke d8c26b6adb JAVA-3586: Get rid of the overriden commons-lang3.version property 2021-01-04 23:01:41 +01:00
Loredana Crusoveanu 11818a04a3 Merge pull request #10029 from Maiklins/Java-2136-update-jackson-version-in-main-pom
Java-2136 update jackson version in main pom
2020-09-30 10:53:54 +03:00
Karsten Silz 65833e0a6b Moved code from "json" module. 2020-09-21 20:38:46 +01:00
mikr 6927cc7237 Java-2136 Use Jackson version from main pom in all other applicable modules 2020-09-14 13:11:59 +02:00
johnA1331 7ea6808a50 Update README.md 2020-08-20 17:49:05 +08:00
Jonathan Cook d8d5d6ae50 Merge pull request #9830 from mdhtr/mdhtr/BAEL-1488_json-ld
BAEL-1488: JSON-LD
2020-08-07 10:58:11 +02:00
mdhtr f3740c95c3 Make fields private and use getters/setters/constructors instead 2020-08-05 18:53:22 +02:00
Jonathan Cook 1e0b6ded84 Merge pull request #9557 from mdhtr/mdhtr/BAEL-1488_json-ld
BAEL-1488: JSON-LD
2020-08-02 10:49:40 +02:00
mdhtr f83f670bf7 Format inline JSON objects by hand 2020-07-26 09:44:17 +02:00
mdhtr e3999c9112 Changes based on editor review
- extract Person classes from test classes
- shorten test name of one test
- fix one warning
2020-07-26 09:38:00 +02:00
mdhtr 64dc02f18f Examples for the second version of the article 2020-07-13 00:24:14 +02:00
Loredana Crusoveanu 7ab2f437ee Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
mdhtr 57dcc48b92 Examples for the first version of the article 2020-06-22 16:26:42 +02:00
johnA1331 d46ed5c784 Update README.md 2020-03-18 12:20:03 +08:00
Graham Cox 4131d1ebbd Moved the Moshi examples to json-2 (#8898) 2020-03-17 07:30:46 -07:00
johnA1331 0f685afedf Update README.md 2020-02-10 14:32:08 +08:00
rdevarakonda f46ea65783 BAEL-3458 | Jsoniter parsing API examples (#8508) 2020-01-23 16:19:54 +00:00