jakartaee / jakartaee/jsonp-api
java.util.Date support in Map to JsonObject converter
Open
question
spec
- Dominant language
- Java
- Stars
- 160
- Forks
- 64
- Avg merge
- 4d 5h
- Merged PRs (30d)
- 4
Description
javax.json.Json #createObjectBuilder(Map map) methods throws error :
` Type class java.util.Date is not supported.`, If type of value is `java.util.Date` in input map.
Contributor guide
Research direction
Start at the createObjectBuilder(Map) entry point and trace how map values are converted, then inspect the existing tests for supported value types. The issue does not specify the intended JSON representation for java.util.Date, so confirm that behavior before making a change. Done should include a defined Date conversion and coverage for a Date-valued map entry.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100