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

used @WithAnnotations to narrow down the generic type used. #491

Conversation

mulderbaba
Copy link
Contributor

We have 2 extensions on board within our codebase, ServerSentEventCdiExtension and JMSCDIExtension. With Weld 2.x these warning occur when we handle generic types in ProcessAnnotatedType.
They need to be narrowed down by using the @WithAnnotations annotation, as advised in the warning message. I first did some tricks with weld:exclude but didn't turned out good so moved
over by modifying the extensions' code.

@payara-ci
Copy link
Contributor

Can one of the admins verify this patch?

@smillidge
Copy link
Contributor

Payara test please

@payara-ci
Copy link
Contributor

All tests have passed

smillidge added a commit that referenced this pull request Nov 3, 2015
…ng-deployment

used @WithAnnotations to narrow down the generic type used.
@smillidge smillidge merged commit c150eea into payara:master Nov 3, 2015
@mulderbaba mulderbaba deleted the PAYARA-346-WELD-warnings-during-deployment branch November 13, 2015 15:47
MeroRai pushed a commit to MeroRai/Payara that referenced this pull request Oct 10, 2018
…ayara#491)

PAYARA-3109 OpenAPI doesn't support if schema type is array - 5.183.maintenance
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.

None yet

3 participants