Commit Graph

29 Commits

Author SHA1 Message Date
kwoyke
45e008020c Java 11788 (#12204)
* JAVA-11788: Cleanup pom properties in core-java-modules

* JAVA-11788: Cleanup pom properties
2022-05-15 12:23:05 +05:30
Asjad J
029ea96686 Updated README.md
added link back to the article: https://www.baeldung.com/java-validate-json-string
2022-05-03 15:33:04 +05:00
Dmytry Kovalenko
1dccedcd1d [BAEL-5553] Check whether a string is valid JSON in Java (#12136)
* [BAEL-5553] Check whether a string is valid JSON in Java

* [BAEL-5553] Move implementation to json-2 package

* [BAEL-5553] Move mapper creation outside method
2022-05-02 21:41:24 +05:30
sampadawagde
d72788373a JAVA-8370: Split or move json module 2021-12-06 18:53:41 +05:30
Krzysiek
2c2f2dcf04 JAVA-8436: Remove AssertJ depenendency from the child modules - part 3 2021-11-18 12:48:35 +01:00
chaos2418
f13b9a96a4 JAVA-1672: removing redundant junit declarations 2021-11-05 14:31:19 +05:30
Dhawal Kapil
5f9befd0c4 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 2e9ed8df42.

* 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 2e9ed8df42.

* 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
db8e16e393 Update README.md 2021-09-15 22:01:49 +08:00
vaibhav007jain
cad3a18653 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
69a1db0eb0 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
045ba9ee4f 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
d10d934493 JAVA-5223: Fix formatting of POMs (Part 8) 2021-05-09 16:26:44 +05:30
Krzysztof Woyke
b13ae16104 JAVA-3586: Get rid of the overriden commons-lang3.version property 2021-01-04 23:01:41 +01:00
Loredana Crusoveanu
3fb80e088c 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
0407843a30 Moved code from "json" module. 2020-09-21 20:38:46 +01:00
mikr
688bc54bce Java-2136 Use Jackson version from main pom in all other applicable modules 2020-09-14 13:11:59 +02:00
johnA1331
f11db40311 Update README.md 2020-08-20 17:49:05 +08:00
Jonathan Cook
dd3e41dc6b Merge pull request #9830 from mdhtr/mdhtr/BAEL-1488_json-ld
BAEL-1488: JSON-LD
2020-08-07 10:58:11 +02:00
mdhtr
386c838a94 Make fields private and use getters/setters/constructors instead 2020-08-05 18:53:22 +02:00
Jonathan Cook
a0017401bc Merge pull request #9557 from mdhtr/mdhtr/BAEL-1488_json-ld
BAEL-1488: JSON-LD
2020-08-02 10:49:40 +02:00
mdhtr
08d1db8df1 Format inline JSON objects by hand 2020-07-26 09:44:17 +02:00
mdhtr
f3ec17ca3f 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
3611e36e8b Examples for the second version of the article 2020-07-13 00:24:14 +02:00
Loredana Crusoveanu
485b4e3e99 Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
mdhtr
55ef4198a7 Examples for the first version of the article 2020-06-22 16:26:42 +02:00
johnA1331
e9bd17397e Update README.md 2020-03-18 12:20:03 +08:00
Graham Cox
4552593df2 Moved the Moshi examples to json-2 (#8898) 2020-03-17 07:30:46 -07:00
johnA1331
2d8f75a518 Update README.md 2020-02-10 14:32:08 +08:00
rdevarakonda
6ae0be5a9e BAEL-3458 | Jsoniter parsing API examples (#8508) 2020-01-23 16:19:54 +00:00