From 99d1597756b3c688b4eca438a139b6a223c0b16b Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Sat, 27 Feb 2016 12:30:31 +0100 Subject: [PATCH] #155 - Upgraded to Spring Boot 1.4 M1. Switched to renamed Redis starter POM. Removed invalid @Transactional annotation from projections example in MongoDB. Added Mark Paluch as contributor in the root POM. --- .../projections/CustomerRepositoryIntegrationTest.java | 2 -- pom.xml | 9 ++++++--- redis/cluster-sentinel/pom.xml | 2 +- redis/cluster/pom.xml | 6 +++--- redis/example/pom.xml | 2 +- redis/pom.xml | 1 + redis/util/pom.xml | 8 ++++---- 7 files changed, 16 insertions(+), 14 deletions(-) diff --git a/mongodb/example/src/test/java/example/springdata/mongodb/projections/CustomerRepositoryIntegrationTest.java b/mongodb/example/src/test/java/example/springdata/mongodb/projections/CustomerRepositoryIntegrationTest.java index 5a4d7b20..66669ab8 100644 --- a/mongodb/example/src/test/java/example/springdata/mongodb/projections/CustomerRepositoryIntegrationTest.java +++ b/mongodb/example/src/test/java/example/springdata/mongodb/projections/CustomerRepositoryIntegrationTest.java @@ -29,7 +29,6 @@ import org.springframework.boot.test.SpringApplicationConfiguration; import org.springframework.context.annotation.Configuration; import org.springframework.data.projection.TargetAware; import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; -import org.springframework.transaction.annotation.Transactional; /** * Integration tests for {@link CustomerRepository} to show projection capabilities. @@ -38,7 +37,6 @@ import org.springframework.transaction.annotation.Transactional; */ @RunWith(SpringJUnit4ClassRunner.class) @SpringApplicationConfiguration -@Transactional public class CustomerRepositoryIntegrationTest { @Configuration diff --git a/pom.xml b/pom.xml index 130e15f4..57c8266f 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 1.3.2.RELEASE + 1.4.0.M1 @@ -35,8 +35,6 @@ 1.1.3 1.8 4.0.8 - 5.4.1 - Hopper-M1 @@ -61,6 +59,11 @@ Greg Turnquist gturnquist@pivotal.io + + mpaluch + Mark Paluch + mpaluch@pivotal.io + diff --git a/redis/cluster-sentinel/pom.xml b/redis/cluster-sentinel/pom.xml index 83ceecbd..239bfd97 100644 --- a/redis/cluster-sentinel/pom.xml +++ b/redis/cluster-sentinel/pom.xml @@ -16,7 +16,7 @@ org.springframework.boot - spring-boot-starter-redis + spring-boot-starter-data-redis ${project.groupId} diff --git a/redis/cluster/pom.xml b/redis/cluster/pom.xml index 35637e5b..bd620a31 100644 --- a/redis/cluster/pom.xml +++ b/redis/cluster/pom.xml @@ -16,9 +16,9 @@ org.springframework.boot - spring-boot-starter-redis + spring-boot-starter-data-redis - + ${project.groupId} spring-data-redis-example-utils @@ -31,7 +31,7 @@ spring-boot-configuration-processor true - + \ No newline at end of file diff --git a/redis/example/pom.xml b/redis/example/pom.xml index a0bff9c9..790993b3 100644 --- a/redis/example/pom.xml +++ b/redis/example/pom.xml @@ -16,7 +16,7 @@ org.springframework.boot - spring-boot-starter-redis + spring-boot-starter-data-redis diff --git a/redis/pom.xml b/redis/pom.xml index 220dfcaf..52f8a4a1 100644 --- a/redis/pom.xml +++ b/redis/pom.xml @@ -9,6 +9,7 @@ org.springframework.data.examples spring-data-examples 1.0.0.BUILD-SNAPSHOT + ../pom.xml Spring Data Redis - Examples diff --git a/redis/util/pom.xml b/redis/util/pom.xml index bb99a097..7d72cf68 100644 --- a/redis/util/pom.xml +++ b/redis/util/pom.xml @@ -2,9 +2,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - spring-data-redis-example-utils - Spring Data Redis - Example utilities - org.springframework.data.examples spring-data-redis-examples @@ -12,6 +9,9 @@ ../pom.xml + spring-data-redis-example-utils + Spring Data Redis - Example utilities + junit @@ -19,7 +19,7 @@ org.springframework.boot - spring-boot-starter-redis + spring-boot-starter-data-redis