jakartaee / jakartaee/jsonb-api
@ConstructorProperties should be supported
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 95
- Forks
- 41
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 35
Description
Implementations of the specification should support the Annotation „@ConstructorProperties“,
when there is no @JsonCreator annotation.
-) It is build into Java SE and does not introduce additional dependencies.
-) Convention over code: Serialization of immutable value objects without any (others) annotations.
-) It is supported by Jackson
-) It works well with project Lombok
Some links:
https://docs.oracle.com/javase/7/docs/api/java/beans/ConstructorProperties.html
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named. Start by reading the Java SE ConstructorProperties documentation and the linked Jackson discussion, then locate the JSON-B constructor or creator handling; done means immutable value objects using @ConstructorProperties are supported when @JsonCreator is absent, without an added dependency.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100