#26 - Upgraded to Spring 4.3 and Spring Shell 1.2 RC1.

Removed @Autowired from constructors. Tweaked class setup with Lombok in a variety of places (using @FieldDefaults, @NonNull etc.).
This commit is contained in:
Oliver Gierke
2016-06-18 14:25:07 +02:00
parent 10e2e52bf0
commit 7cbb6606d3
17 changed files with 44 additions and 57 deletions

View File

@@ -15,6 +15,7 @@
<java.version>1.8</java.version>
<jar.mainclass>org.springframework.data.release.Application</jar.mainclass>
<spring-plugin.version>1.3.0.BUILD-SNAPSHOT</spring-plugin.version>
<spring.version>4.3.0.RELEASE</spring.version>
</properties>
<dependencies>
@@ -52,7 +53,7 @@
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell</artifactId>
<version>1.2.0.M1</version>
<version>1.2.0.RC1</version>
</dependency>
<dependency>