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

Inspections for @*EndpointConfig, @*ClientConfig and @*ServerConfig annotations #10

Closed
6 tasks done
picimako opened this issue Nov 20, 2023 · 1 comment
Closed
6 tasks done
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@picimako
Copy link
Owner

picimako commented Nov 20, 2023

Summary

There are a handful of @*EndpointConfig / @*ClientConfig / @*ServerConfig annotations whose parser classes throw exceptions if the annotation configuration is not valid. In order to signal those invalid configurations, an inspection could be useful.

Tasks

  • Add one or more inspections for the validating the following annotations:
    • @JmsEndpointConfig
    • @JmsSyncEndpointConfig
    • @KafkaEndpointConfig
    • @HttpClientConfig
    • @HttpServerConfig
    • @WebServiceClientConfig
@picimako picimako added the enhancement New feature or request label Nov 20, 2023
@picimako picimako added this to the v1.0.4 milestone Nov 20, 2023
@picimako picimako self-assigned this Nov 20, 2023
@picimako
Copy link
Owner Author

Completed in v1.0.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant