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

Micronaut: Detect and report duplicated endpoint URI paths. #7090

Merged

Conversation

dbalek
Copy link
Contributor

@dbalek dbalek commented Feb 21, 2024

Adding a support for detecting and reporting duplicated URI paths in HTTP endpoints. Currently, warnings are displayed (1) on the corresponding annotations (for the endpoint methods directly annotated with Get/Delete/Put/Post/... annotations) or (2) on the endpoint method name spans (for the endpoint methods annotated indirectly by implementing annotated methods from interfaces).
screenshot

@dbalek dbalek added LSP [ci] enable Language Server Protocol tests VSCode Extension [ci] enable VSCode Extension tests Micronaut [ci] enable enterprise job labels Feb 21, 2024
@dbalek dbalek added this to the NB22 milestone Feb 21, 2024
@dbalek dbalek self-assigned this Feb 21, 2024
@dbalek dbalek merged commit 5de8e61 into apache:master Feb 21, 2024
36 checks passed
@dbalek dbalek deleted the dbalek/micronaut-duplicate-endpoints-warnings branch February 21, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LSP [ci] enable Language Server Protocol tests Micronaut [ci] enable enterprise job VSCode Extension [ci] enable VSCode Extension tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants