Skip to content

Hints and quick fixes

Compare
Choose a tag to compare
@AlexFalappa AlexFalappa released this 31 Oct 11:09
· 223 commits to master since this release
  • Java editor hints:
    • Warning and fix on use of @ConfigurationProperties annotation without spring-boot-configuration-processor dependency
    • Warning and fixes on import of annotations/interfaces of Spring MVC/Spring Data without relevant dependencies
  • Quick fixes:
    • Removal of deprecated,unknown or duplicate properties
    • Substitution of deprecated properties with replacement (if present in metadata)
  • Error highlighting in configuration properties editor:
    • Added highlighting for deprecated properties according to their level in metadata
    • Relaxed configuration properties name variants are recognized
  • Upgrade to Spring Boot 1.5.8
  • List of closed issues