Commit Graph

83 Commits

Author SHA1 Message Date
rcalago 57613dec3d
Update README.md 2024-03-27 09:57:41 +08:00
DiegoMarti2 4435123918
baeldung-articles : BAEL-7644 (#16211)
* baeldung-articles : BAEL-7644

Include null value in JSON serialization (Main)

* baeldung-articles : BAEL-7644

Include null value in JSON serialization (Test).
2024-03-25 15:07:55 -07:00
MohamedHelmyKassab b47fb18816
This PR is related to BAEL-6922 (#16171)
* Update pom.xml

* Add files via upload

* This commit is related to BAEL-6922

This commit aims to add a test class named ExcelToJsonUnitTest that provides ways to convert Excel to JSON in Java.

* Update ExcelToJsonUnitTest.java

* Update ExcelToJsonUnitTest.java
2024-03-19 10:06:41 -07:00
Bipin kumar ed0991ca5c
JAVA-32170_H_J: Changes made for Fix formatting of POMs H_J (#16114) 2024-03-17 12:49:56 +02:00
rcalago b219792826
Update README.md 2024-03-13 15:02:41 +08:00
Harry9656 535d9a97b4
[JAVA-31568] Upgrade org.json and json-path libraries 2024-03-11 21:16:11 +01:00
rcalago 78f98fc916
Update README.md 2024-03-09 06:10:02 +08:00
Rajat Garg e57e90754f
[BAEL-6393] Address review comments (#16052)
Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2024-03-05 10:23:12 -08:00
davidmartinezbarua 80bc3342ff
Merge pull request #15955 from parthiv39731/BAEL-7426
BAEL-7426, Gson TypeToken with Dynamic ArrayList Item Type
2024-02-28 11:01:41 -03:00
Rajat Garg 344e89b2ff
[BAEL-6393] Add support for JsonNode to ArrayNode conversion (#15963)
Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2024-02-26 09:12:23 -08:00
parthiv39731 e956db38df BAEL-7426, Gson TypeToken with Dynamic ArrayList Item Type 2024-02-23 22:35:48 +05:30
rcalago cd25f2748c
Update README.md 2024-02-17 06:34:40 +08:00
panos-kakos 20f151aad0
[JAVA-31186] Clean up some Jenkins warnings (#15890) 2024-02-16 13:29:18 +02:00
Mo Helmy 83e7736d7d
This PR is related to the article BAEL-6102 (#15878)
* Delete json-modules/json-conversion/src/main/java/com/baeldung/preventexpressingintasfloat directory

* Update PreventExpressingIntAsFloatUnitTest.java
2024-02-14 13:55:33 -08:00
Mo Helmy 73a9ed952b
This PR is related to the article BAEL-6102 (#15855)
* This commit is related to BAEL-6102

This commit aims to add a main class for the article "Preventing Gson from Expressing Integers as Floats".

* This commit is related to BAEL-6102

This commit aims to add a test class "PreventExpressingIntAsFloatUnitTest.java" for the article "Preventing Gson from Expressing Integers as Floats".
2024-02-12 09:44:31 -08:00
rcalago cf6ff0c5a5
Update README.md 2024-01-27 20:46:54 +08:00
rcalago a0e8ad0860
Update README.md 2024-01-19 11:14:37 +08:00
MohamedHelmyKassab 797f1e1737
This commit is related to BAEL-7331 (#15624)
This commit aims to add a new test class "DeprecatedJsonParserUnitTest".
2024-01-13 14:58:40 -08:00
Andrea Giulio Cerasoni 11f603074e Merge pull request #15407 from Diegom203/master
Update and rename JsonNodeToJsonObjectUnitTest.java to JsonNodeToObje…
2023-12-25 10:58:20 +01:00
DiegoMarti2 f3c579ffbe baeldung-articles : BAEL-7071
Commit for the article "Convert Byte Array to JSON and Vice Versa in Java" which adds the "ByteArrayToJsonAndViceVersaUnitTest" class to convert a byte array to JSON and vicе vеrsa in Java.
2023-12-18 15:38:39 +02:00
DiegoMarti2 576236e2fd Delete json-modules/json-conversion/src/test/java/com/baeldung/bytearraytojsonandviseverse directory 2023-12-18 15:37:26 +02:00
DiegoMarti2 b759277899 Update ByteArrayToJsonAndViseVerseUnitTest.java 2023-12-16 14:40:56 +02:00
DiegoMarti2 8ce31b54e9 baeldung-articles : BAEL-7071
Commit for the article "Convert Byte Array to JSON and Vice Versa in Java" which adds the "ByteArrayToJsonAndViseVerseUnitTest" class to convert a byte array to JSON and vicе vеrsa in Java.
2023-12-15 02:46:34 +02:00
Diegom203 edea043a7f Update JsonNodeToObjectNodeUnitTest.java 2023-12-12 15:26:47 +02:00
Diegom203 82cae6f0d4 Update and rename JsonNodeToJsonObjectUnitTest.java to JsonNodeToObjectNodeUnitTest.java 2023-12-12 15:25:24 +02:00
edizor 5600e16d48 Update README.md
[skip ci]
2023-12-07 22:20:24 +08:00
edizor 983c7190b9 Update README.md
[skip ci]
2023-12-07 22:03:42 +08:00
DiegoMarti2 e78928e376 Update JsonNodeToJsonObjectUnitTest.java 2023-11-27 14:15:25 +02:00
DiegoMarti2 2892810240 baeldung-articles: baeldung-articlesBAEL-7234
Commit to a new article (How to convert JsonNode to ObjectNode). Adding a test class (JsonNodeToJsonObjectUnitTest).
2023-11-26 11:55:41 +02:00
Lucian Snare d0a2127248 BAEL-7083: Gson class declares multiple fields (#15244)
* Add initial classes and tests for Gson multiple fields error

* Add test classes and exclusion strategy

* Add test cases

* Simplify example code
2023-11-25 09:35:19 -06:00
Alvin Austria e7574bdb90 Merge pull request #15204 from panos-kakos/JAVA-26714
[JAVA-26714]
2023-11-18 09:00:16 +01:00
Kasra Madadipouya cdc1d8001f Merge pull request #15202 from panos-kakos/JAVA-26739
[JAVA-26739] Upgraded json-path to latest version
2023-11-13 22:44:57 +01:00
panos-kakos 21eb70547f [JAVA-26719] Upgraded joda-time to latest version (#15189) 2023-11-13 12:00:45 +02:00
panos-kakos 39c2f49171 [JAVA-26714] Upgraded guava to latest version 2023-11-12 18:10:31 +02:00
panos-kakos ec251f847b [JAVA-26739] Upgraded json-path to latest version 2023-11-12 16:35:46 +02:00
Bipin kumar d1685c42bd JAVA-26001_D_M: Fix formatting of POMs for modules D to M (#14958) 2023-11-09 13:17:34 +02:00
panos-kakos 3ee56ca66e [JAVA-26735] Fixed test case 2023-11-04 11:12:34 +02:00
panos-kakos a324fc5c33 [JAVA-26735] Replaced deprecated API JsonParser 2023-11-03 23:52:59 +02:00
panos-kakos 0f6149ef8c [JAVA-26735] Upgraded gson library to 2.10.1 version 2023-11-03 23:31:49 +02:00
panos-kakos aa2af965ce [JAVA-15965] Upgraded json version to 20230618 2023-10-07 00:48:51 +03:00
edizor a851144929 Update README.md
[skip ci]
2023-09-01 19:56:31 +08:00
Abhinav Pandey 05ca686833 BAEL-6692 - converting json to map and comparing (#14630)
* BAEL-6692 - converting json to map and comparing

* BAEL-6692 - converting json to map and comparing

* BAEL-6692 - converting json to map and comparing
2023-08-30 21:50:22 +05:30
Bipin kumar 34580d1884 JAVA-24381:Changes made for fixing pom indentation for modules starts L to D (#14634) 2023-08-28 18:29:31 +03:00
edizor 502f35cff0 Create README.md
[skip ci]
2023-08-24 22:03:25 +08:00
edizor e3f95a7cf6 Update README.md
[skip ci]
2023-08-24 21:54:27 +08:00
Sam Gardner 418b65de46 Merge branch 'master' into BAEL-6818-check-value-exists-json-array 2023-08-22 10:05:00 +01:00
Sam Gardner 786796d6c0 BAEL-8618 order parent pom alphabetically 2023-08-22 10:00:40 +01:00
Chrys Exaucet 854f240059 BAEL-3325: Programmatic generation of JSON Schemas in Java (#14498)
* BAEL-3325: Programmatic Generation of JSON Schemas in Java

* BAEL-3325: fix typo

* BAEL-3325: rerun baeldung intellij formatter

* BAEL-3325: static imports
2023-08-22 09:03:14 +05:30
Sam Gardner dda2970e52 BAEL-6818 Use JUnit assertions 2023-08-16 12:02:58 +01:00
edizor 2b1efbc4ed Update README.md
[skip ci]
2023-08-09 20:08:27 +08:00