Commit Graph

  • d520210ea2 Added one more example to XMLTest clarifyCurrentBehavior() Sean Leary 2024-02-25 10:45:34 -06:00
  • f38452a00c add a comment explaining the ordering Simulant 2024-02-25 09:47:40 +01:00
  • 4f456d9432 #863 fix changed behaviour of changing order in writeValue with JSONString Simulant 2024-02-25 09:42:06 +01:00
  • 898288810f add unit tests to clarify current behavior for JSONObject and XML Sean Leary 2024-02-24 21:07:12 -06:00
  • d878c38d40 #863 reorder instanceof checks by assumed frequency Simulant 2024-02-24 22:36:14 +01:00
  • e2194bc190 #863 undo wrong optimisation, fixing failing test Simulant 2024-02-24 21:35:29 +01:00
  • d672b44a25 #863 add StringBuilderWriter unit test Simulant 2024-02-24 21:29:28 +01:00
  • 06778bd2d9 #863 compute initial capacity for StringBuilderWriter Simulant 2024-02-24 21:21:06 +01:00
  • 771c82c4eb backing out recent changes to optLong, getLong. See #868 Sean Leary 2024-02-24 13:07:51 -06:00
  • 6660e40915 #863 increase compiler stack size on build pipeline Simulant 2024-02-23 22:02:35 +01:00
  • 0ff635c456 #863 improve formatting Simulant 2024-02-23 21:56:40 +01:00
  • 7c7a98da71 #863 use StringBuilderWriter to toString methods Simulant 2024-02-23 21:48:25 +01:00
  • d36066cf82
    Merge pull request #860 from jscrdev/fixed-javadocs2 Sean Leary 2024-02-22 20:18:34 -06:00
  • af8cb376c2 Add tests (+ fix bugs) & missing javadoc XIAYM-gh 2024-02-19 18:58:25 +08:00
  • c1107fa987 pipeline-updates: Java 11 intermittent fail - try separate build Sean Leary 2024-02-18 16:17:41 -06:00
  • cd631d970e pipeline-updates: Java 11 intermittent fail - try an earlier release (there is no later release Sean Leary 2024-02-18 15:54:29 -06:00
  • f0289413d6 pipeline-updates: Java 11 intermittent fail - try increasing stack size Sean Leary 2024-02-18 15:45:13 -06:00
  • b4b39bb441 pipeline-updates: Java 11 intermittent test failures, try not running in parallel Sean Leary 2024-02-18 15:29:44 -06:00
  • 6dc1ed0a02
    Merge branch 'stleary:master' into master XIAYM 2024-02-18 11:07:09 +08:00
  • 86253211c2 Added missing Javadocs for Java 21 Valentyn Kolesnikov 2024-02-18 04:20:33 +02:00
  • 77c899d325
    Merge pull request #858 from stleary/cleanup-after-commit Sean Leary 2024-02-17 16:23:51 -06:00
  • b314611230
    Merge branch 'stleary:master' into master XIAYM 2024-02-15 09:51:56 +08:00
  • cb2c8d3962 Revert some unnecessary changes (mentioned in #840) XIAYM-gh 2024-02-14 17:53:58 +08:00
  • f164b8c597 cleanup-after-commit reverted pom.xml version 8 change and tabs in cdl. Updated JavaDocs in cdl Sean Leary 2024-02-13 20:08:54 -06:00
  • 6358b7f681
    Merge pull request #854 from jscrdev/fixed-javadocs Sean Leary 2024-02-13 09:05:48 -06:00
  • 21a9fae7b0 Try making java 6 & old version javadoc generator compatible XIAYM-gh 2024-02-13 22:33:30 +08:00
  • 8550175556
    Merge pull request #856 from michael-ameri/custom-delimiter Sean Leary 2024-02-13 08:21:43 -06:00
  • 10514e48cb Implemented custom duplicate key handling - Supports: throw an exception (by default), ignore, overwrite & merge into a JSONArray - With tests, 4/4 passed. XIAYM-gh 2024-02-13 18:56:10 +08:00
  • 72214f1b43 add ability for custom delimiters mameri 2024-02-09 11:52:18 +01:00
  • 99c84fdf3a Enhanced documentation for Java classes Valentyn Kolesnikov 2024-02-02 09:07:48 +02:00
  • 010e83b925
    Update RELEASES.md for release 20240205 20240205 Sean Leary 2024-02-05 20:44:18 -06:00
  • 9865dbbebe
    Update pom.xml for release 20240205 Sean Leary 2024-02-05 20:23:59 -06:00
  • 4548696c8d
    Update README.md for release 20240205 Sean Leary 2024-02-05 20:22:23 -06:00
  • f0308a3475
    Merge pull request #855 from stleary/Fix-stack-overflow-failures Sean Leary 2024-02-05 14:18:20 -06:00
  • 19dec1bb5f Fixing JSONArrayTest testRecursiveDepthArrayFor1000Levels() Sean Leary 2024-02-02 13:11:37 -06:00
  • f2d20988de
    Merge pull request #832 from keatontaylor10/feature-disable-whitespace-trim Sean Leary 2024-01-26 19:40:36 -06:00
  • 7915d8518f
    Merge branch 'stleary:master' into feature-disable-whitespace-trim Keaton 2024-01-18 09:17:26 +02:00
  • 55b824d4c4
    Merge pull request #846 from stleary/cleanup-and-merge-tests Sean Leary 2024-01-04 08:52:02 -06:00
  • ac7806d060
    Merge pull request #845 from seppl831/fix-annotation-search-performance Sean Leary 2024-01-01 11:43:15 -06:00
  • 86bb0a1a02 cleanup-and-merge-tests: pull in unit tests from #809 Sean Leary 2023-12-30 17:00:02 -06:00
  • 5ddb8c3d35 cleanup-and-merge-tests: fix warnings, set gradlew permissions, enable unchecked warnings in maven Sean Leary 2023-12-30 16:30:19 -06:00
  • 23ac2e7bca improved annotation search performance Thomas Gress 2023-12-29 12:28:24 +01:00
  • d7819a4fa2
    Merge pull request #823 from sk02241994/issue_743 Sean Leary 2023-12-27 05:28:17 -06:00
  • 7701f21839 Adding comments sk02241994 2023-12-24 11:02:47 +05:30
  • ffd48afa42 Review comments sk02241994 2023-12-23 10:53:54 +05:30
  • abea194120 Adding JSONParserConfiguration for configuring the depth of nested maps sk02241994 2023-12-22 15:44:33 +05:30
  • dcac3bc18e Adding test case for nested json with depth of 999, 1000, 1001 sk02241994 2023-11-28 10:29:30 +05:30
  • 6d811607dd Resolving issue #743 - Recursive depth issue found in JSONObject - Recursive depth issue found in JSONArray sk02241994 2023-11-03 19:54:23 +05:30
  • 4d6de8c00a Remove unused constructor and add comment above other constructor Keaton Taylor 2023-12-13 14:04:05 +02:00
  • 6dba7220e1
    Merge pull request #835 from LaFriska/branch1 Sean Leary 2023-12-07 08:20:34 -06:00
  • d4521696a9
    Merge pull request #831 from adityap27/refactor Sean Leary 2023-12-03 10:18:22 -06:00
  • e430db40aa Update XMLParserConfiguration to not be static and add a comment about the use of shouldTrimWhiteSpace Keaton Taylor 2023-11-30 10:05:08 +02:00
  • 7cbeb35498 deleted redundant .toString() call in README test method Sysout LaFriska 2023-11-28 17:39:46 -05:00
  • aba82d9cc4 isNumericChar() - switch comparison order Aditya Purohit 2023-11-28 02:56:10 +00:00
  • 9ee10fdfc8 Merge remote-tracking branch 'origin/master' into feature-disable-whitespace-trim Keaton Taylor 2023-11-27 11:15:49 +02:00
  • 4a468d163a
    Merge branch 'stleary:master' into refactor Aditya Purohit 2023-11-26 20:16:53 -04:00
  • 92991770ca
    Merge pull request #830 from HappyHacker123/upgrade_json_path Sean Leary 2023-11-25 13:51:07 -06:00
  • 09f35372d4 Update clone() method so that default constructor does not need to be changed Keaton Taylor 2023-11-22 11:14:50 +02:00
  • 30f5b2de79 Add a config flag to disable whitespace trimming Keaton Taylor 2023-11-20 12:11:47 +02:00
  • 7f1cb8bf62 refactor: decompose condition of digit checks by using extra method 'isNumericChar(...)' in NumberConversionUtil. Aditya Purohit 2023-11-19 09:51:44 -04:00
  • 75419e3f25 refactor: introduce explaining variable 'indentationSuffix' in XML.toString() Aditya Purohit 2023-11-19 09:21:05 -04:00
  • 097a401f3f refactor: rename variable boolean 'b' to 'isEndOfPair' in CookieList.toString() Aditya Purohit 2023-11-19 09:11:32 -04:00
  • 5c4a7a1b1f
    Merge pull request #828 from harshith2000/Fix-flaky-tests Sean Leary 2023-11-17 11:51:00 -06:00
  • b5f9febfe9 Upgrade json-path's version to 2.4 to avoid dependency conflict. HappyHacker123 2023-11-17 21:31:06 +08:00
  • 1a61af8255 Fixed flaky tests in XMLTest.java Saiharshith Karuneegar Ramesh 2023-11-13 13:25:30 -06:00
  • 11c29c366d
    Merge pull request #824 from johnjaylward/fix821 Sean Leary 2023-11-10 11:27:18 -06:00
  • a3742acf74 Fixes #821 add ignore annotation to tests that may fail due to differences in machine resources and can't be controlled via the tests John J. Aylward 2023-11-06 17:48:18 -05:00
  • 783d298f99
    Merge pull request #814 from rudrajyotib/issue813 Sean Leary 2023-10-31 17:40:17 -05:00
  • 6c1bc0660a
    Merge pull request #820 from rudrajyotib/issue748 Sean Leary 2023-10-31 17:38:45 -05:00
  • 8ec822c575 #748 - PR comments - follow convention of configuration builder. rudrajyoti biswas 2023-10-28 07:36:31 +05:30
  • 1ceb70b525 #813 - PR comments - alignments rudrajyoti biswas 2023-10-28 07:09:37 +05:30
  • c05d7058ff #748 - javadoc updated for methods. rudrajyoti biswas 2023-10-27 17:17:20 +05:30
  • 07a358449a Merge branch 'master' into issue813 rudrajyoti biswas 2023-10-27 17:09:01 +05:30
  • 7fe2fd95a5 Merge branch 'master' into issue748 rudrajyoti biswas 2023-10-27 17:07:46 +05:30
  • b5b9f636ff
    Merge pull request #815 from johnjaylward/ensure_1-6_compat Sean Leary 2023-10-25 13:53:23 -05:00
  • c6ec2f0e4c #748 - close XML tag explicitly for empty tags with configuration. rudrajyoti biswas 2023-10-25 23:23:00 +05:30
  • 1a2108efa2
    Merge pull request #812 from yeikel/patch-1 Sean Leary 2023-10-25 09:58:30 -05:00
  • caadcba30e
    Merge pull request #794 from rudrajyotib/master Sean Leary 2023-10-25 09:55:13 -05:00
  • ea842b437c remove unneeded matrix build typ for java 1.6 John J. Aylward 2023-10-23 17:11:55 -04:00
  • a2a8240d0d upload jar files to GitHub release John J. Aylward 2023-10-23 16:18:23 -04:00
  • 1ab11d0802 ensure java 6 compatable John J. Aylward 2023-10-23 14:50:21 -04:00
  • 5539722c69 #813 - address PR review comment - brought down visibility. rudrajyoti biswas 2023-10-23 23:03:35 +05:30
  • 98b79ae7bf #813 - moved number conversion related common changes to utility static method. rudrajyoti biswas 2023-10-23 19:16:25 +05:30
  • 04a4c5a3ec
    Merge branch 'stleary:master' into master Rudrajyoti Biswas 2023-10-21 12:29:31 +00:00
  • 6007165c17
    docs: use syntax highlighting Yeikel 2023-10-21 00:10:42 -04:00
  • 411f71137b
    Merge pull request #803 from yeikel/patch-2 Sean Leary 2023-10-20 07:37:32 -05:00
  • e9117dbe5c
    Merge branch 'master' into patch-2 Sean Leary 2023-10-20 07:33:03 -05:00
  • 7a85b514a9
    Merge pull request #808 from theKnightsOfRohan/fix-build-messages Sean Leary 2023-10-20 07:32:07 -05:00
  • 82c8f486c5
    Merge pull request #806 from johnjaylward/deploymentPipeline Sean Leary 2023-10-20 07:31:12 -05:00
  • 006b29bda3
    Merge branch 'master' into deploymentPipeline Sean Leary 2023-10-20 07:28:44 -05:00
  • 996d3a5fad
    Merge pull request #801 from johnjaylward/updateActionsForDeploy Sean Leary 2023-10-20 07:26:41 -05:00
  • de745e9c81
    ci: test with Java 21 Yeikel 2023-10-16 12:38:42 -04:00
  • 2374766018 #790 - Update XML with changes for string to number conversion. For now the code remains duplicated in JSON and XML parsers. Unit test cases updated to comply with number expectations. rudrajyoti biswas 2023-10-19 14:07:53 +05:30
  • 1d0775cce7 Revert changes with feature and refactor together. rudrajyoti biswas 2023-10-19 10:28:11 +05:30
  • d677a99f4e
    Merge pull request #798 from hofi1/bugfix/fix-XML-flacky-test Sean Leary 2023-10-17 13:52:29 -05:00
  • e6d37c469d
    Merge pull request #788 from hofi1/bugfix/fix-JSON-flakiness Sean Leary 2023-10-17 13:51:40 -05:00
  • f074bed732 fix(ParserConfiguration): add <T> params to docs theKnightsOfRohan 2023-10-16 17:48:03 -07:00
  • e8f125fb6e update workflow to use GPG John J. Aylward 2023-10-16 18:22:22 -04:00
  • ed183e6142 remove deprecated parent pom per Sonatype docs John J. Aylward 2023-10-16 18:22:08 -04:00
  • a86786a5f5 Add snapshot repository John J. Aylward 2023-10-16 18:03:39 -04:00