jakartaee / jakartaee/jsonp-api

java.util.Date support in Map to JsonObject converter

Open
#99 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.