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 readme for 20151123 release #175

Merged
merged 1 commit into from
Nov 24, 2015
Merged

Update readme for 20151123 release #175

merged 1 commit into from
Nov 24, 2015

Conversation

stleary
Copy link
Owner

@stleary stleary commented Nov 21, 2015

Proposing a new release on 23 Nov 2015. No input has been received on generics support after 3 weeks, so proceeding with GitHub and Maven releases. Please comment if you see anything that was missed or have any new concerns about the release. For more information on how releases are made on this project, see https://github.com/douglascrockford/JSON-java/wiki/How-to-make-a-new-JSON-java-release

Label: 20151123
Title: JSONObject and JSONArray initialization with generics
Text: Provide support for generic maps and lists. A use case was identified where the JSONObject and JSONArray constructors could not be used to initialize Map<String, String>
and Collection<String> objects. In this release, Map<?,?> and Collection<?> initialization is
supported.

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

stleary added a commit that referenced this pull request Nov 24, 2015
@stleary stleary merged commit 44275e3 into master Nov 24, 2015
@stleary stleary deleted the release-20151123 branch February 5, 2016 22:04
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.

1 participant