jakartaee / jakartaee/jsonb-api

Support java.beans.Transient?

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.