Details
-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
1.7.29
-
None
-
None
-
Spring Boot Java application with only:
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.2.2.RELEASE</version> </parent> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> </dependency> </dependencies>
in pom.xml
Spring Boot Java application with only: <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.2.2.RELEASE</version> </parent> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> </dependency> </dependencies> in pom.xml
Description
This question on StackOverflow led me here as I had very the same question.
That behaviour is kind of hidden - not described in JavaDoc.
I believe it would be good to have
error(format, throwable, parameters)
alternative (as throwable cannot be the last), which can call the existing one internally.
I created this improvement just to make it easier for developers.