-
Notifications
You must be signed in to change notification settings - Fork 91
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
Ignore synthetic JAX-RS resource classes by default #1096
Ignore synthetic JAX-RS resource classes by default #1096
Conversation
1a20954
to
70e6cfe
Compare
70e6cfe
to
f3a6b25
Compare
I think the problem is for some synthetic classes we do not want this. Like panache-rest, where the server side is generated ? Not sure if that applies here, can you double check ? |
Ah, maybe that's where checking for |
ok are we already doing that ? Maybe add a test for that scenario ? (class without @RegisterRestClient) |
We are not, due to some previous issues. I'm checking what a Panache REST resource looks like as well. |
Ok cool |
@phillip-kruger updated, please have another look. We need a way to put the source code for the test index in the project. Maybe we should add another module that is a test dependency of the others that builds a Quarkus app? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
…rye#1096 Fixes smallrye#1098 Signed-off-by: Michael Edgar <michael@xlate.io>
…rye#1096 Fixes smallrye#1098 Signed-off-by: Michael Edgar <michael@xlate.io>
…rye#1096 Fixes smallrye#1098 Signed-off-by: Michael Edgar <michael@xlate.io>
…rye#1096 Fixes smallrye#1098 Signed-off-by: Michael Edgar <michael@xlate.io>
…rye#1096 Fixes smallrye#1098 Signed-off-by: Michael Edgar <michael@xlate.io>
…rye#1096 Fixes smallrye#1098 Signed-off-by: Michael Edgar <michael@xlate.io>
…rye#1096 Fixes smallrye#1098 Signed-off-by: Michael Edgar <michael@xlate.io>
Make testsuite/data a Quarkus app, include indexed classes from #1096
Fixes #1095