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

Improve @Tag support for JAX-RS sub-resources #1619

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

MikeEdgar
Copy link
Member

@MikeEdgar MikeEdgar commented Oct 20, 2023

Fixes #1618

@Tag order of priority:

  1. Directly on resource method
  2. On nearest subresource producer method (when operation is in a subresource)
  3. On nearest subresource class (when operation is in a subresource)
  4. On root resource class

@MikeEdgar MikeEdgar added this to the 3.7.0 milestone Oct 20, 2023
@MikeEdgar
Copy link
Member Author

FYI @jbuvv, @gquintana .

@MikeEdgar MikeEdgar force-pushed the issue-1618 branch 2 times, most recently from 17647ac to 4dc2a96 Compare October 22, 2023 10:56
@gquintana
Copy link

@MikeEdgar Awesome! Thanks a lot

@tag order of priority:

1. Directly on resource method
2. On nearest subresource producer method (when operation is in a
subresource)
3. On nearest subresource class (when operation is in a subresource)
4. On root resource class

Signed-off-by: Michael Edgar <michael@xlate.io>
@MikeEdgar MikeEdgar enabled auto-merge (squash) October 24, 2023 00:58
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@MikeEdgar MikeEdgar merged commit 11abd3b into smallrye:main Oct 24, 2023
8 checks passed
@MikeEdgar MikeEdgar deleted the issue-1618 branch October 26, 2023 23:21
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.

Subresource Paths are not grouped under Resource Tags
3 participants