From 87f91d8afc7ad9bb22af3137467672878c888dfc Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 2 Apr 2014 10:06:25 +0200 Subject: [PATCH] Upgraded to Spring Boot GA and Spring Data MongoDB 1.5 M1. --- .../springdata/jpa/auditing/AuditorAwareImpl.java | 5 +---- mongodb/pom.xml | 9 +-------- pom.xml | 5 ++--- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/jpa/spring-data-jpa-example/src/main/java/example/springdata/jpa/auditing/AuditorAwareImpl.java b/jpa/spring-data-jpa-example/src/main/java/example/springdata/jpa/auditing/AuditorAwareImpl.java index e5f67522..38138ffb 100644 --- a/jpa/spring-data-jpa-example/src/main/java/example/springdata/jpa/auditing/AuditorAwareImpl.java +++ b/jpa/spring-data-jpa-example/src/main/java/example/springdata/jpa/auditing/AuditorAwareImpl.java @@ -21,14 +21,11 @@ import org.springframework.data.domain.AuditorAware; * Dummy implementation of {@link AuditorAware}. It will return the configured {@link AuditableUser} as auditor on every * call to {@link #getCurrentAuditor()}. Normally you would access the applications security subsystem to return the * current user. - *

- * TODO: change back to {@code AuditorAware} after SD Commons 1.7 RC1 as generic autowiring with Spring 4 - * will work with that version again. * * @author Oliver Gierke * @author Thomas Darimont */ -public class AuditorAwareImpl implements AuditorAware { +public class AuditorAwareImpl implements AuditorAware { private AuditableUser auditor; diff --git a/mongodb/pom.xml b/mongodb/pom.xml index 515d5447..5940878d 100644 --- a/mongodb/pom.xml +++ b/mongodb/pom.xml @@ -13,7 +13,7 @@ - 1.5.0.BUILD-SNAPSHOT + 1.5.0.M1 @@ -65,12 +65,5 @@ - - - - spring-libs-snapshot - http://repo.spring.io/libs-snapshot - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index 885dbf0c..29ef9c1c 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 1.0.0.RC4 + 1.0.0.RELEASE @@ -22,8 +22,7 @@ - 4.0.2.RELEASE - 3.3.1 + 3.3.2 1.1.1 UTF-8