Skip to content

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Apr 23, 2025

In RESTEasy Classic, even when an interface is annotated with @RegisterRestClient, the interface is not considered a REST Client if it has implementations.
It is not consistent with Quarkus REST and is annoying when you have both the client and the server parts in the same application.

It was reported by a user here: https://quarkusio.zulipchat.com/#narrow/channel/187030-users/topic/Synthetic.20bean.20generation.20for.20.40RestClient/with/513892718 .

And I think the intention is pretty clear when you have an explicit @RegisterRestClient annotation.

In RESTEasy Classic, even when an interface is annotated with
@RegisterRestClient, the interface is not considered a REST Client if it
has implementations.
It is not consistent with Quarkus REST and is annoying when you have
both the client and the server parts in the same application.
Copy link

quarkus-bot bot commented Apr 23, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit aab7682.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

@gsmet gsmet merged commit 7a5b69c into quarkusio:main Apr 24, 2025
30 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.23 - main milestone Apr 24, 2025
@gsmet gsmet modified the milestones: 3.23 - main, 3.22.1 Apr 29, 2025
@jmartisk jmartisk modified the milestones: 3.22.1, 3.20.2 Jun 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants