Commit Graph

  • e33f463179 Merge pull request #581 from valfirst/patch-1 Sean Leary 2021-01-10 18:35:31 -06:00
  • e77a77e841 Use built-in Gradle shorthand notation for Maven Central repository Valery Yatsynovich 2020-12-29 14:16:46 +03:00
  • 26f48484fd Merge pull request #577 from stranck/master Sean Leary 2020-12-07 16:54:18 -06:00
  • efad1d73a7 Added UnitTests Stranck 2020-12-04 04:09:19 +01:00
  • c7130d577a Oops Stranck 2020-12-04 01:09:18 +01:00
  • d85eea53bb Update JSONArray.java Stranck 2020-12-04 01:07:29 +01:00
  • 57ad94ef5e Added clear() methods to JSONObject and JSONArray Stranck 2020-12-04 00:49:21 +01:00
  • a57eff26d5 Merge pull request #575 from johnjaylward/fix-similar-compare-numbers Sean Leary 2020-11-22 15:23:03 -06:00
  • 68883b9ff8 update number handling to use new helper method for consistency. John J. Aylward 2020-11-19 19:10:08 -05:00
  • 11e6b1af7e fixes issue #573 by added specific compare of numeric types John J. Aylward 2020-11-19 18:24:56 -05:00
  • e4b76d6588 Add test to demonstrate the issue. See #573 John J. Aylward 2020-11-19 18:18:27 -05:00
  • 3a8193bea4 upgrade junit version John J. Aylward 2020-11-19 18:18:02 -05:00
  • 6bf2692a94 Update README.md Sean Leary 2020-11-15 16:09:50 -06:00
  • fdde43cd3b Update README.md Sean Leary 2020-11-15 12:48:51 -06:00
  • 6b779f8ca7 Merge pull request #570 from stleary/update-readme Sean Leary 2020-10-23 23:05:38 -05:00
  • 59b7a7adff fix spelling and usage, per Grammarly stleary 2020-10-16 08:58:04 -05:00
  • 7abd89b4bc Merge pull request #540 from kumar529/master Sean Leary 2020-09-17 07:37:31 -05:00
  • 56d4130a86 Added shallow copy for config map Rahul Kumar 2020-09-06 11:17:10 +05:30
  • ed9658d5cb Corrected Javadoc Rahul Kumar 2020-09-04 16:51:55 +05:30
  • 310f18fcdc Addressed comment Rahul Kumar 2020-09-03 11:17:10 +05:30
  • 900a8cc945 Removed changes from depricated method Rahul Kumar 2020-08-06 07:29:32 +05:30
  • 0a8091c954 Added documentation Rahul Kumar 2020-08-05 22:25:45 +05:30
  • 61c1a882d6 Added configuration support for type conversion using Map Rahul Kumar 2020-08-03 08:54:59 +05:30
  • 250f74ef4d Added type conversion support Rahul Kumar 2020-07-19 18:51:14 +05:30
  • 5541a6d91d Merge pull request #552 from johnjaylward/JSONArrayCopyConstructor Sean Leary 2020-08-01 09:19:29 -05:00
  • d30ecad7f8 Update README for best practices when using putAll on JSONArray John J. Aylward 2020-07-30 10:13:01 -04:00
  • f35194bc1d Updates the addAll methods to have optional wrapping. John J. Aylward 2020-07-30 09:51:24 -04:00
  • 5d828d2c0b update comments and increase speed of merging JSONArray objects John J. Aylward 2020-07-29 16:13:54 -04:00
  • c175a9eb62 remove clone John J. Aylward 2020-07-29 15:30:02 -04:00
  • 3c9573cc3d update some javadoc John J. Aylward 2020-07-27 11:54:20 -04:00
  • f37c2d67c5 Update for JSONArray.putAll methods John J. Aylward 2020-07-27 11:39:55 -04:00
  • 6351fa63aa Merge pull request #549 from stleary/rewrite-readme Sean Leary 2020-07-28 23:48:01 -05:00
  • 870fa03a19 Merge pull request #529 from ethauvin/master Sean Leary 2020-07-25 12:45:44 -05:00
  • 555f712a8c Update README.md Sean Leary 2020-07-25 12:41:03 -05:00
  • db2d1714de Update README.md Sean Leary 2020-07-25 12:40:41 -05:00
  • 650f52501a Update README.md Sean Leary 2020-07-25 12:36:53 -05:00
  • 896674ae36 Update README.md Sean Leary 2020-07-25 12:35:58 -05:00
  • 8f0c3b0bf8 Update README.md Sean Leary 2020-07-25 12:35:12 -05:00
  • 0de8d0d2e0 Update README.md Sean Leary 2020-07-25 12:34:01 -05:00
  • 46fe58e912 Update README.md Sean Leary 2020-07-25 12:31:20 -05:00
  • 26cd17687f Update README.md Sean Leary 2020-07-25 12:31:02 -05:00
  • 879fba3f7f rewrite - first commit stleary 2020-07-25 12:27:20 -05:00
  • 98cd8ef8b2 fix CI build error stleary 2020-07-24 03:24:41 -05:00
  • 78528102d0 Merge pull request #543 from johnjaylward/RefactorXmlConfiguration Sean Leary 2020-07-24 02:49:28 -05:00
  • 0e34d8d383 Merge pull request #539 from stleary/unit-tests-1.6 Sean Leary 2020-07-24 02:48:38 -05:00
  • 880402120c Merge pull request #542 from johnjaylward/fixXmlHexEntityParse Sean Leary 2020-07-23 11:02:14 -05:00
  • d10725dc92 Merge pull request #538 from stleary/readme-local-build Sean Leary 2020-07-23 11:00:25 -05:00
  • 0d13e56064 Added tests for consecutive calls to putAll. Erik C. Thauvin 2020-07-21 23:09:28 -07:00
  • f1d354ce7b Increase array list capacity in addAll(collection) method to ensure it can hold additional elements. Erik C. Thauvin 2020-07-21 17:35:32 -07:00
  • 86e136afc9 Increase array list capacity in addAll method to ensure it can hold additional elements. Erik C. Thauvin 2020-07-21 17:11:24 -07:00
  • 4f1c8b2d6f formatting John J. Aylward 2020-07-21 11:30:35 -04:00
  • 5a31f9ef5f Refs #541 Updates XML configuration to use a builder pattern instead of constructors with many parameters John J. Aylward 2020-07-21 11:08:40 -04:00
  • c136668f23 remove new lines from test file text blocks to prevent issues with the parsing compare on different operating systems John J. Aylward 2020-07-20 18:58:00 -04:00
  • e18f42becc fixes #537 corrects case-sensitive entity unescape John J. Aylward 2020-07-20 18:38:35 -04:00
  • e0a6c2ef34 refs #537 Show error when unescaping all-caps entity directly John J. Aylward 2020-07-20 18:36:52 -04:00
  • c98da43184 Refs #537 Add test cases to verify no issue John J. Aylward 2020-07-20 18:25:51 -04:00
  • 734f182242 Update error messages to use the built in assertEquals John J. Aylward 2020-07-20 18:25:22 -04:00
  • c63e78bbc7 initial commit stleary 2020-07-18 17:14:39 -05:00
  • db6ca7fbf3 even more formatting stleary 2020-07-18 13:11:13 -05:00
  • 9a3e7dd7c4 more formatting stleary 2020-07-18 13:08:38 -05:00
  • 79ff79ed70 initial commit stleary 2020-07-18 13:05:55 -05:00
  • d14c7b9127 formatting stleary 2020-07-18 13:02:51 -05:00
  • de4395dc5e initial commit stleary 2020-07-18 12:59:34 -05:00
  • 6ddaa13c1e Merge pull request #532 from johnjaylward/CheckBigDecimalSupport Sean Leary 2020-06-25 17:02:18 -05:00
  • f9908a6adb adds comment on test case to document why it was added. John J. Aylward 2020-06-25 11:50:59 -04:00
  • ba6c4089ea fixes #531 John J. Aylward 2020-06-25 11:42:07 -04:00
  • aa0a5a7245 Added putAll(Collection) and putAll(Array) methods. Erik C. Thauvin 2020-06-16 14:55:16 -07:00
  • 9de97438ac Merge pull request #524 from viveksacademia4git/i516-JSONArray-ConstructParam-InitCapacity Sean Leary 2020-06-12 10:48:21 -05:00
  • 601114ee29 Merge pull request #527 from johnjaylward/GithubAction Sean Leary 2020-06-05 18:39:48 -05:00
  • c11c006e88 fix tests to not depend on HashSet key order John J. Aylward 2020-06-03 19:03:38 -04:00
  • 96bf788515 update pipline to use matrix configuration John J. Aylward 2020-06-03 18:29:29 -04:00
  • f4261add91 Create pipeline.yml viveksacademia4git 2020-06-03 11:58:28 +02:00
  • dced1b4a44 Merge pull request #526 from stleary/broken-unit-tests Sean Leary 2020-06-03 21:25:50 -05:00
  • cf00d2f265 initial commit stleary 2020-06-03 21:12:19 -05:00
  • 95c6373122 Merge pull request #525 from johnjaylward/unitTestFixes Sean Leary 2020-06-03 19:49:06 -05:00
  • b6ed0d4178 fix failing test case in Java1.7 John J. Aylward 2020-06-03 19:13:24 -04:00
  • 75f656fd07 revert changes to build.gradle John J. Aylward 2020-06-03 17:59:04 -04:00
  • 4b84ba2f66 Changes to make the Gradle work viveksacademia4git 2020-06-03 17:10:38 +02:00
  • d088cf014e Development for stleary#516 completed with rebased repository vivek 2020-06-03 11:46:48 +02:00
  • 19bb6fd606 Merge pull request #453 from johnjaylward/UseBigDecimalDefaultParse Sean Leary 2020-06-01 14:03:04 -05:00
  • fee6ddb922 Merge pull request #521 from johnjaylward/CookieFlagSupport Sean Leary 2020-05-29 09:59:27 -05:00
  • 5a32114792 Unified license for both src and test Sean Leary 2020-05-27 08:23:09 -05:00
  • 56d33b8061 changes number parsing to use BigDecimal as the backing type John J. Aylward 2018-12-10 13:19:31 -05:00
  • 6029dece41 ensure key names are consistent when parsing the cookie string since cookie-keys are not case sensitive, but json-keys are. John J. Aylward 2020-05-26 09:11:10 -04:00
  • d334b58f45 Made more corrections to Cookie.ToString. John J. Aylward 2020-05-26 08:30:25 -04:00
  • b4a75c7bf8 Updates Cookie class to be a more generic in attribute parsing and emit. This is so the library can age better as new attributes are added to RFC revisions. John J. Aylward 2020-05-22 16:45:54 -04:00
  • 956bdfa5b7 Merge pull request #519 from stleary/gradle-support Sean Leary 2020-05-23 10:20:32 -05:00
  • 8546e68e20 update readme stleary 2020-05-22 11:44:21 -05:00
  • 0832d1d873 gradle support stleary 2020-05-22 11:24:20 -05:00
  • 2b0a8838ef gradle support stleary 2020-05-22 11:17:44 -05:00
  • 1da2b984cd Update README.md Sean Leary 2020-05-22 10:50:04 -05:00
  • 78901383a4 Update README.md Sean Leary 2020-05-22 10:41:55 -05:00
  • 3737c987a2 Merge pull request #515 from BGehrels/merge-tests-and-pom-and-code Sean Leary 2020-05-22 10:40:48 -05:00
  • 8e5b516f2b Update README.md Sean Leary 2020-05-17 22:41:27 -05:00
  • 82202dbf65 Added Jar plugin version to get rid of a warning Benjamin Gehrels 2020-04-30 12:20:48 +02:00
  • 89d4681e41 Added information on how to release to the pom Benjamin Gehrels 2020-04-29 21:02:52 +02:00
  • 1265897f4e Merge remote-tracking branch 'tests/master' into upstream Benjamin Gehrels 2020-04-29 20:26:05 +02:00
  • 74e4932cfc Transform the repository into standard maven format and merge the pom.xml of the release repo Benjamin Gehrels 2020-04-29 19:24:44 +02:00
  • f07ddd93e5 Merge pull request #96 from Alanscut/bean-test Sean Leary 2019-12-30 12:31:58 -06:00
  • 08719d4b3a Apply suggestions from code review Alan Wang 2019-12-30 09:51:08 +08:00