Commit Graph

45 Commits

Author SHA1 Message Date
Kai Yuan
0fc265ad83 [deserializeEnumCaseInsensitve] Deserializing Enums in a Case-Insensitive Manner in Jackson (#12868) 2022-10-17 19:41:41 -05:00
collaboratewithakash
43c19144f8 Update README.md 2022-09-23 15:07:46 +05:30
collaboratewithakash
daf0b37295 Update README.md 2022-09-23 15:03:39 +05:30
freelansam
0583091fa2 JAVA-14673 - Fix formatting of POMs (#12722)
* JAVA-14673 - Fix formatting of POMs

* cleanup
2022-09-13 21:22:49 +05:30
Asjad J
9f0558ea7b Updated README.md
added link back to the article: https://www.baeldung.com/java-read-json-from-url
2022-08-25 16:50:48 +05:00
Ulisses Lima
17bef24ece BAEL-5657 - Reading JSON from a URL in Java (#12584)
* moving SpringBootPersistenceApplication class to its own package

* from com.baeldung to com.baeldung.logging to prevent it from loading
contexts from other applications.

* moving SpringBootPersistenceApplication class to its own package

* from com.baeldung to com.baeldung.logging to prevent it from loading
contexts from other applications.

* Spring Data MongoDB - Configure Connection

Ready for revision.

* fixed tests to reflect article changes

* BAEL-5657

* reverting BAEL-5657

* reverting BAEL-5657

* done

* reverting bael-5366

* revert bael-5366

* revert bael-3366

* including section 3

3. Using commons-io and org.json

* replacing tabs with spaces
2022-08-19 00:00:45 +02:00
sampadawagde
b1362343e7 JAVA-12729: rename jackson module 2022-07-29 19:32:11 +05:30
anuragkumawat
0b0b8ad4ca JAVA-12710 Look into XML Serialization and Deserialization with Jackson article 2022-06-23 21:06:31 +05:30
Asjad J
fdd496e8eb Updated README.md
added link back to the article: https://www.baeldung.com/jackson-deduction-based-polymorphism
2022-04-18 17:16:03 +05:00
Iulian Manda
659f7396cf BAEL-5115 Deduction-Based Polymorphism in Jackson 2.12 (#11732)
* BAEL-5115 Deduction-Based Polymorphism in Jackson 2.12

* Fix pmd

* Code review changes

* Improvements

* Code review

* Code review

* fix typo

* Rename package

* Apply formatter

* Add old deduction

* revert
2022-04-17 13:16:25 +02:00
johnA1331
e1edaf8f5c Update README.md 2021-12-01 16:18:13 +08:00
Yavuz Tas
49b8975ebc BAEL-5192 Code samples for the article (#11483)
* BAEL-5192 implement code samples

* BAEL-5192 simplify some methods

* BAEL-5192 remove duplicated test method

Co-authored-by: Yavuz Tas <ytas@vwd.com>
2021-11-25 10:45:26 -06:00
johnA1331
3bafe7774e Update README.md 2021-11-24 14:20:24 +08:00
priya-soni
810d7031a6 Bael 5191 json node get all keys (#11486)
* BAEL-5191-JsonNode-Get-All-Keys-From-A-Json-Structure

* Added test cases for GetAllKeysFromJSON class methods

* Updated test class name

* BAEL - 5191 - Updated exception handling
2021-11-21 08:26:38 -08:00
Loredana Crusoveanu
a0dbe854b7 Merge pull request #11470 from kwoyke/JAVA-8436
JAVA-8436: Manage AssertJ dependency in the main pom.xml
2021-11-19 16:56:22 +02:00
priya-soni
eda9dd0b7e BAEL-5191-JsonNode-Get-All-Keys-From-A-Json-Structure (#11451)
* BAEL-5191-JsonNode-Get-All-Keys-From-A-Json-Structure

* Added test cases for GetAllKeysFromJSON class methods

* Updated test class name
2021-11-18 14:04:38 -08:00
Krzysiek
2c2f2dcf04 JAVA-8436: Remove AssertJ depenendency from the child modules - part 3 2021-11-18 12:48:35 +01:00
johnA1331
59ac280c13 Update README.md 2021-11-04 00:52:00 +08:00
Loredana Crusoveanu
e2f8c963db Merge pull request #11397 from chaos2418/JAVA-1665
JAVA-1665: updated parent-java's junit and surefire configurations
2021-11-03 11:54:45 +02:00
vunamtien
62b2feadf4 BAEL-5193-Deserialize Snake Case With Jackson (#11341)
* BAEL-5193-deserialize-snake-case

* refactor

* refactor

Co-authored-by: tienvn4 <tienvn4@ghtk.co>
2021-11-03 09:22:59 +00:00
chaos2418
e29458d406 JAVA-1665: updated parent-java's junit and surefire configurations 2021-11-03 09:03:23 +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
kwoyke
0afc8e7f25 BAEL-5114: Do not use deprecated PropertyNamingStrategy class (#11371) 2021-10-27 20:56:46 +02:00
kwoyke
d5008b30d3 Merge pull request #11194 from freelansam/JAVA-6303
JAVA-6303: Update "Jackson Inheritance" article
2021-09-13 10:36:35 +02:00
sampadawagde
cf80832152 JAVA-6303: corrected formatting 2021-09-11 14:57:21 +05:30
sampadawagde
6cc8cd528b JAVA-6303: Update "Jackson Inheritance" article 2021-09-02 23:21:16 +05:30
mikr
a7adc55279 JAVA-3587 Update Jackson version in the main pom 2021-08-25 23:00:50 +02:00
sampadawagde
68ea55fc2c JAVA-5223: Fix formatting of POMs (Part 7) 2021-05-08 13:11:36 +05:30
Krzysztof Woyke
b18d260514 JAVA-4931: Cleanup surefire config. Part 2. 2021-03-29 18:57:35 +02:00
mikr
4b1f33b78b JAVA-4215 Fix issue in "Jackson Bidirectional Rels" article 2021-02-28 22:50:54 +01:00
johnA1331
97d990390b Update README.md 2021-01-14 00:13:45 +08:00
Kent@lhind.hp.g5
b87c12e7bb [BAEL-2547] jackson deserialization class-casting exception 2021-01-03 15:48:08 +01:00
johnA1331
b9b1fbeb29 Update README.md 2020-11-24 03:07:59 +08:00
mikr
8b60b2f84d Java-82 Fix test 2020-09-19 13:51:05 +02:00
mikr
d553e24995 Java-2136 Fix Unit tests + remove unnecessary println 2020-09-15 10:16:09 +02:00
Josh Cummings
a34d502b16 Merge pull request #9647 from amit2103/JAVA-2028
updated unit test cases so that build doesn't generate un-committed f…
2020-07-06 07:14:59 -06:00
amit.pandey
c0c8af7484 pom formatting - arrang tags as per standard order 2020-07-06 17:36:09 +05:30
amit.pandey
2303832f64 updated unit test cases so that build doesn't generate un-committed files 2020-07-06 13:57:22 +05:30
Josh Cummings
510f11991b Merge pull request #9535 from amit2103/JAVA-1830
Java 1830
2020-06-25 19:39:28 -06:00
patkorek
e577df9f18 BAEL-2495 fixing InvalidDefinitionException (#9272)
* BAEL-2495 fixing InvalidDefinitionException

* BAEL-2495 minor changes
2020-06-25 10:12:32 +01:00
amit.pandey
8c2fdd3c2c extract version into properties tag & moved common properties in parent 2020-06-20 23:32:32 +05:30
dupirefr
60ca65f78e [JAVA-1661] Upgraded JUnit and Maven Surefire Plugin versions of jackson-modules
* Upgraded Maven Surefire Plugin version to 2.22.2

* Upgraded JUnit version to 5.6.2
2020-06-13 11:50:22 +02:00
amit.pandey
53454088b0 sync source code with article 2020-04-12 00:01:36 +05:30
mikr
c586bab4dd BAEL-21496 Move Jackson Simple Module 2020-01-26 16:14:45 +01:00
catalin-burcea
acceca0e7e [BAEL-13511] - Create jackson-modules parent for all related modules 2019-12-19 13:34:50 +02:00