Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency org.json:json to v20240303 #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.json:json 20080701 -> 20240303 age adoption passing confidence

Release Notes

douglascrockford/JSON-java (org.json:json)

v20240303

Compare Source

Pull Request Description
#​875 20240303-pre-release-updates
#​874 Deployment and Pipeline action updates
#​869 Revert recent obj long get long changes
#​860 Added missing Javadocs for Java 21
#​858 cleanup-after-commit for #​854 and #​856
#​856 add ability for custom delimiters

v20240205

Compare Source

Pull Request Description
#​855 Fix JSONArrayTest testRecursiveDepthArrayFor1000Levels() 
#​846 Cleanup warnings and merge new unit tests
#​845 improved annotation search performance
#​835 Delete redundant .toString() call in README
#​832 Add a config flag to disable whitespace trimming
#​831 Refactor NumberConversionUtil and toString() of CookieList & XML Classes
#​830 Upgrade json-path's version to 2.4.0 to avoid dependency conflict
#​828 Fixed flaky tests in XMLTest.java
#​824 Ignore tests that fail due to resource differences
#​823 JSON parsing self reference object and array
#​820 Close XML tag explicitly for empty tags with configuration
#​815 Ensure java 6 compatable 
#​814 Refactor duplicate code for stringToNumber() in JSONObject, JSONArray, and XML
#​812 docs: use syntax highlighting
#​808 Fix compiler warnings
#​806 Add new deployment pipeline
#​803 ci: test with Java 21 
#​801 Updates the pipeline to validate that packaging a jar works properly
#​798 fix: flakiness in org.json.junit.XMLTest#testIndentComplicatedJsonObjectWithArrayAndWithConfig
#​794 XML optLong/getLong equivalent updates for string to number conversion.

v20231013

Compare Source

Pull Request Description
#​793 Reverted #​761
#​792 update the docs for release 2023101
#​783 optLong vs getLong inconsistencies
#​782 Fix XMLTest.testIndentComplicatedJsonObjectWithArrayAndWithConfig() for Windows
#​779 add validity check for JSONObject constructors
#​778 Fix XMLTest.testIndentComplicatedJsonObjectWithArrayAndWithConfig() for Windows
#​776 Update [JUnit to version 4.13.2
#​774 Removing unneeded synchronization
#​773 Add optJSONArray method to JSONObject with a default value
#​772 Disallow nested objects and arrays as keys in objects
#​779 Unit test cleanup
#​769 Addressed Java 17 compile warnings
#​764 Update CodeQL action version
#​761 Add module-info
#​759 JSON parsing should detect embedded 
#​753 Updated new object methods
#​752 Fixes possible unit test bug when compiling/testing on Windows

v20230618

Compare Source

Pull Request Description
#​749 Prep for release 20230618
#​740 Fixed Flaky Tests Caused by JSON permutations
#​734 Fixed Flaky Tests Caused by JSON permutations
#​733 JSONTokener implemented java.io.Closeable
#​731 Removing commented out code in JSONObject optDouble()
#​729 Refactor ParserConfiguration class hierarchy

v20230227

Compare Source

Pull Request Description
#​723 Protect JSONML from stack overflow exceptions caused by recursion
#​720 Limit the XML nesting depth for CVE-2022-45688
#​711 Revert pull 707 - interviewbit spam
#​704 Move javadoc comments above the interface definition to make it visible
#​703 Update Releases.md for JSONObject(Map): Throws NPE if key is null
#​696 Update JSONPointerTest for NonDex compatibility
#​694 Pretty print XML
#​692 Example.md syntax highlight and indentation
#​691 Create unit tests for various number formats

v20220924

Compare Source

Pull Request Description
#​688 Update copyright to Public Domain
#​687 Fix a typo
#​685 JSONObject map type unit tests
#​684 Remove v7 build from pipeline
#​682 JSONString similarity
#​675 https://github.com/stleary/JSON-java/pull/675

v20220320

Compare Source

Pull Request Description
#​660 Wrap StackOverflow with JSONException

v20211205

Compare Source

Pull Request Description
#​651 IdentityHashSet for JSONObject cycle detection
#​646 XMLParserConfiguration defined json arrays option
#​645 Handle circular references in Java beans
#​640 Unit tests for multiple backslashes in JSONPointer
#​637 Reorganized README.md
#​634 Update README with Unix examples
#​631 Refactor JSONPointerTest
#​626 Add CODE_OF_CONDUCT.md
#​622 Clean up readme.md
#​621 Clean up comments
#​617 JSONObject.similar() numeric compare bug fix
#​613 JsonObject.similar() number entry check bug fix
#​610 optJSONObject() add default value
#​607 Add Security.md policy page
#​606 Clean up comments, add suppressWarning annotation
#​604 Fixed incorrect cast getting float from array
#​601 Added Examples.md for new users
#​594 JSONStringer.java: fix max nesting level in javadoc

v20210307

Compare Source

Pull Request Description
#​575 Fix similar compare numbers
#​577 Added clear() methods to JSONObject and JSONArray
#​581 Use built-in Gradle shorthand notation for Maven Central repository
#​583 Checked the length of key for checker framework
#​588 JSONPointer should not process reverse solidus or double-quote chars in tokens

NOTE:

#​588 is a potentially breaking change to JSONPointer. Embedded double quote and backslash chars are now handled differently (they are basically ignored by the JSONPointer parser). If this causes problems to your project, post an issue on the JSON-Java GitHub page.

v20201115

Compare Source

Pull Request Description
#​515 Merge tests and pom and code
#​519 Gradle support
#​521 Updates Cookie class to be more generic in attribute parsing and emit
#​524 JSONArray does not have constructor to allocate the specified initial capacity
#​525 Unit test fixes
#​526 Comment out some broken unit tests
#​527 Fixes for Unit tests and supports GitHub Actions
#​529 Added putAll(Collection) and putAll(Array) methods
#​532 Verifies BigDecimal support does not have a regression
#​538 Explain local builds in the readme, fix a couple of typos
#​539 Bring Junit tests to Java 1.6 compatibility
#​540 Added type conversion support
#​542 Fix xml hex entity parse
#​543 Refactor XMLConfiguration to use Builder Pattern
#​549 Update readme.md
#​552 Updates for JSONArray.putAll methods
#​570 Readme - fix spelling and usage, per Grammarly

v20200518

Compare Source

Pull Request Description
#​502 Update JSONTokener text in README
#​499 Add copyright to some files
#​495 Refactor typos from code
#​494 Replace JSONObject constructor string arrays with var args
#​492 Clarify output of JSONArray toList()
#​486 Standardize some exception messages
#​485 Fix EOF error when Meta tag isn't closed at end of input.
#​483 Update README.md to point to latest released jar
#​481 Clarify exception when parser reads JSON
#​475 Make private methods static where possible
#​474 Replaces an internally used inefficient StringBuffer class

v20190722

Compare Source

Pull Request Description
#​467 add configuration for xsi:nil="true" conversion to null
#​452 Adds check for EOF
#​440 Corrections to BigDecimal consistency
#​432 Update README.md
#​421 add isEmpty and isNotEmpty methods
#​417 fix double ctor in JSONWriter
#​412 Initial implementation of XMLParserConfig object for flexible XML Parsing
#​407 Fix for invalid processing of trailing / for JSON Pointer
#​406 Adds annotations to customize field names during Bean serialization

v20180813

Compare Source

Pull Request | Description
---- | ----
#​405 | Update javadoc to match actual exceptions thrown. BREAKING CHANGE: JSONObject(Map) now throws an exception if any of a map keys are null. |
#​403 | Ignore Intellij Idea project files
#​400 | XML toJSONObject(Reader reader)

v20180130

Compare Source

Pull Request | Description
------------ | -------------
#​392| Remove wrong apostrophe
#​381 | Adding maven badge to readme
#​380 | Fix for false positives in similar functions
#​375 | fixes wrapped exceptions
#​373 | Fixes Unclosed json array stack overflow

v20171018

Compare Source

Pull Request | Description
------------ | -------------
#​362 | Fixes XML Unescaping
#​360 | Creating a JSONObject from a string that contains a duplicate key (any level) throws a JSONException that includes location
#​357 | Update javadoc according to issue #​356
#​354 | Updates for populateMap based on discussion in #​279 and #​264
#​352 | Error message position fixes
#​348 | Capacity improvements for internal structures
#​347 | A comment added to explain the use of HashMap
#​345 | Adds JSONException for write value errors
#​341 | Optimize loops
#​337 | Optimizes opt* functions
#​336 | Numeric enhancements, Refactoring, Fix spelling

v20170516

Compare Source

Pull Request | Description
------------ | -------------
#​324 | Allow user to invoke query and optQuery ,with a JSONPointer
#​317 | make sure locale independent data is not upper/lowercased incorrectly
#​304 | Update README
#​292 | Provides "#" string evaluation support for JSON Pointer
#​288 | Bug fixes for XML Encoding and Decoding
#​274 | Fix for number output bug.
#​271 | Update enum support to be more fully featured.

v20160810

Compare Source

Pull request Description
#​261 Revert "reduces the use of unnecessary exceptions"

v20160807

Compare Source

Pull Request Description
https://github.com/stleary/JSON-java/pull/253 Optional type conversion for XML reading
https://github.com/stleary/JSON-java/pull/249 Reduce the use of unnecessary exceptions
https://github.com/stleary/JSON-java/pull/246 Add License file
https://github.com/stleary/JSON-java/pull/242 Update readme
https://github.com/stleary/JSON-java/pull/236 Make nextString throw a JSONException instead of a NumberFormatException
https://github.com/stleary/JSON-java/pull/234 JSONPointer fix
https://github.com/stleary/JSON-java/pull/226 fix to compile with 1.6.0_45
https://github.com/stleary/JSON-java/pull/2222 JSON Pointer implementation
https://github.com/stleary/JSON-java/pull/2199 Added CSV change to CDL.java
https://github.com/stleary/JSON-java/pull/2033 Adds JSONArray toList method and JSONObject toMap method

v20160212: Java 1.6 compatibility

Compare Source

Extending backwards compatibility to Java 1.6. The unit tests [https://github.com/stleary/JSON-Java-unit-test] still require Java 1.8. Includes the following commits:

Pull Request Description
https://github.com/stleary/JSON-java/pull/195 Java 1.6 compatibility
https://github.com/stleary/JSON-java/pull/188 Fix negative zero
https://github.com/stleary/JSON-java/pull/186 Update README with number information
https://github.com/stleary/JSON-java/pull/185 change to public: write(writer, indentfactor, indent)
https://github.com/stleary/JSON-java/pull/180 Remove executable bit
https://github.com/stleary/JSON-java/pull/179 Update JavaDoc for JSONObject Constructors

v20151123: JSONObject and JSONArray initialization with generics

Compare Source

Support initializing a JSONObject with Map<?,?> and JSONArray with Collection<?>.
Includes the following commits:

Pull request Description
#​168 Update Readme for Maven release
#​160 Fixe possible NullPointerException
#​159 Properly override Exception class
#​153 JSONObject and JSONArray initialization

v20150729: Update Maven central repository with recent code changes

Code changes since the most recent Maven release (2014111):

Existing feature enhancements Pull request
New methods for Enum type https://github.com/douglascrockford/JSON-java/pull/140
BigDecimal and BigInteger methods https://github.com/douglascrockford/JSON-java/pull/135
Iterable JSONArray https://github.com/douglascrockford/JSON-java/pull/132
Remove compiler cast warnings https://github.com/douglascrockford/JSON-java/pull/122
JavaDoc fix in CDL https://github.com/douglascrockford/JSON-java/pull/120
Fix for JSONML.toString() https://github.com/douglascrockford/JSON-java/pull/118
Fix for JSONArray.toString() (direct commit) stleary/JSON-java@d6ba318

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants