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

fix TCK issue #2153

Merged
merged 2 commits into from
Jul 31, 2024
Merged

fix TCK issue #2153

merged 2 commits into from
Jul 31, 2024

Conversation

mskacelik
Copy link
Contributor

fix:#2148

The problem was that getAnnotations(type) only looked for the most outer wrapper; for example, for type @A List<@b C>, it only returned A but not A, B. This was because I changed it in the fa02098 commit.

That said, I am not sure why the SRGQL TCK did not fail and Quarkus did...

I will delete the overridden configuration (outputs.json) on Quarkus when a new version of SRGQL is released...

/cc @jmartisk

@mskacelik mskacelik requested a review from a team as a code owner July 31, 2024 07:06
@jmartisk jmartisk merged commit 069c28d into smallrye:main Jul 31, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

2 participants