Spring Boot
- Invalid @ConfigurationProperties
Reports invalid prefixes defined in the @ConfigurationProperties annotations:.
- Invalid Spring Boot application setup
Reports @SpringBootApplication in the default package and redundant @EnableAutoConfiguration or @ComponentScan annotations.
- Invalid YAML configuration
Reports unresolved and deprecated configuration keys and invalid values in Spring Boot application .yaml configuration files, which can lead to runtime errors.
- Invalid additional-spring-configuration-metadata.json
Reports missing and deprecated properties, unresolved references, and invalid values in the additional-spring-configuration-metadata.json configuration file.
- Invalid properties configuration
Reports unresolved and deprecated configuration keys and invalid values in Spring Boot application .properties configuration files, which can lead to runtime errors.
- Suspicious Hooks.onOperatorDebug() usage
Reports the usage of Hooks.onOperatorDebug() when ReactorDebugAgent.init() is called.