-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Milestone
Comments
@gsmet make sure to make the issue title clearer as it's what we push in the changelog. |
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
One of the issue is that at the moment, if we have:
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.
The text was updated successfully, but these errors were encountered: