jakartaee / jakartaee/jsonb-api
Support java.beans.Transient?
- Dominant language
- Java
- Stars
- 95
- Forks
- 41
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 35
Description
@onacit commented on [Fri Jul 24 2020](https://github.com/eclipse-ee4j/yasson/issues/441)
I know this is not what an implementation should concern.
But someone please issue to any spec guy for supporting the `java.beans.Transient`.
I know `JsonbTransient` works for that.
```java
// should not be serialized/deserialized
//@jakarta.json.bind.annotation.JsonbTransient
@java.beans.Transient
public String getSomeHuh() {
return some + ", huh?";
}
private String some;
```
Contributor guide
Research direction
Start with the issue's comparison between java.beans.Transient and JsonbTransient, then determine the required API and specification scope before locating implementation or tests. Done means the agreed behavior for java.beans.Transient is specified and verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100