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 #2152

Closed
wants to merge 2 commits into from
Closed

fix TCK issue #2152

wants to merge 2 commits into from

Conversation

mskacelik
Copy link
Contributor

@mskacelik mskacelik commented Jul 25, 2024

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...

@mskacelik mskacelik requested a review from a team as a code owner July 29, 2024 10:47
repository: quarkusio/quarkus
ref: main
repository: mskacelik/quarkus
ref: srgql-tck-fix
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you name it srgql-2.9.1 or something? It's quite likely that we will need to add more changes to that branch...

@mskacelik mskacelik closed this Jul 31, 2024
@mskacelik mskacelik deleted the srgql-tck-fix branch July 31, 2024 06:58
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