javaee / json-processing-spec

Legacy JSON Processing spec. Please use the link below to find the current JSON P project
https://github.com/jakartaee/jsonp-api
Other
8 stars 3 forks source link

Replace JsonFeature/JsonConfiguration with Properties #44

Closed glassfishrobot closed 11 years ago

glassfishrobot commented 11 years ago

Brian Goetz's feedback

"I think JsonFeature is a mistake. You'll be playing whack-a-mole forever, and the spec will lag behind implementations with respect to features. Trying to capture all these strongly typed in the API is a recipe for chasing our tail."

Affected Versions

[1.0-pr]

glassfishrobot commented 11 years ago

Reported by jitu

glassfishrobot commented 11 years ago

jitu said: Removed JsonConfiguration/JsonFeature

Added Map<String, ?> as configuration as per discussion.

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JSON_PROCESSING_SPEC-44

glassfishrobot commented 11 years ago

Marked as fixed on Wednesday, January 23rd 2013, 4:56:25 pm