Skip to content

Reactive Goodies

Compare
Choose a tag to compare
@AlexFalappa AlexFalappa released this 05 Mar 17:59
· 187 commits to master since this release
  • Support for projects based on Spring Boot 2.x
  • Refined the Spring Initializr project wizard:
    • presents frequently used starter dependencies first
    • linked editing of some base project properties (i.e. artifactId linked to name and package)
  • New File templates for:
    • actuator endpoints
    • reactive @RestController annotated classes
    • reactive repository interfaces
    • reactive handler classes
    • classes implementing InfoContributor
    • classes implementing HealthIndicator
  • File templates for @Controller and @RestController annotated classes allow to generate error handling methods
  • New code templates:
    • in Java files for web request mapping annotations and webflux router functions beans
    • in configuration properties files for commonly used sets of properties
  • Changes in maven pom.xml management in the Spring Initializr project wizard:
    • Do not make spring-boot-devtools dependency optional by default (use the excludeDevtools option of the spring boot maven plugin to control inclusion of devtools in repackaged archive)
    • Do not set fork to true to spring-boot-maven-plugin configuration section (forking a jvm is automatic when needed)
  • Show deprecated configuration properties of level error by default (only effective if no previous plugin preferences found)
  • List of closed issues