Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also consider subclasses as being candidates to serialization in JAX-RS #445

Closed
gsmet opened this issue Jan 8, 2019 · 1 comment
Closed
Milestone

Comments

@gsmet
Copy link
Member

gsmet commented Jan 8, 2019

One of the issue is that at the moment, if we have:

@GET
@Produces("application/json")
ParentClass get() {
    return new ChildClass();
}

ChildClass won't be properly serialized to JSON.

I have a couple of fixes in a branch predating the big extension rework so I have to clean it up.

Logging an issue so that I don't forget about it.

@emmanuelbernard
Copy link
Member

@gsmet make sure to make the issue title clearer as it's what we push in the changelog.

@gsmet gsmet changed the title Fix a few low hanging fruits in JAX-RS and BV Also consider subclasses as being candidates to serialization in JAX-RS Jan 15, 2019
@cescoffier cescoffier added this to the 0.6.0 milestone Jan 18, 2019
maxandersen added a commit to maxandersen/quarkus that referenced this issue Apr 20, 2020
when committed then issues with label `kind/epic` will on
open/edit/labeling have
a section like:

```
<!-- EPIC:DATA
       #23 quarkusio#445 #44
-->
```

Expanded to a task list with link to issue + title header.

the checkbox will reflect wether open or closed at the time of
edit of the issue.
(we can potentially improve that in future)

Includes update to epic template and disables debug printing as
to speed things up a bit.
gytis pushed a commit to gytis/quarkus that referenced this issue Apr 22, 2020
when committed then issues with label `kind/epic` will on
open/edit/labeling have
a section like:

```
<!-- EPIC:DATA
       #23 quarkusio#445 #44
-->
```

Expanded to a task list with link to issue + title header.

the checkbox will reflect wether open or closed at the time of
edit of the issue.
(we can potentially improve that in future)

Includes update to epic template and disables debug printing as
to speed things up a bit.
maxandersen pushed a commit to maxandersen/quarkus that referenced this issue Nov 5, 2022
Bumps [picocli](https://github.com/remkop/picocli) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/remkop/picocli/releases)
- [Changelog](https://github.com/remkop/picocli/blob/master/RELEASE-NOTES.md)
- [Commits](remkop/picocli@v4.5.1...v4.5.2)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants