spring-boot/spring-boot-samples
Andy Wilkinson 62ac51eead Upgrade to the Spring Data Dijkstra release train
In addition to the upgrade to Dijkstra (#743) Spring HATEOAS has been
upgraded to 0.11.0 (#801) and Mongo's Java driver has been upgraded to
2.12.1 (#689). In both cases this is the same version as is used by
Dijkstra RC1.

The new version of Mongo's Java driver changes the exception that's
thrown when Mongo isn't running and a connection attempt fails. The
Mongo sample has been updated accordingly.

RepositoryRestMvcAutoConfiguration has been updated to be configured
before JpaRepositoriesAutoConfiguration. This ensures that the
former's transitive import of SpringDataJacksonConfiguration takes
precedence over the latter's import of the same. This is necessary as
RepositoryRestMvcConfiguration requires a bean that's declared by
SpringDataJacksonConfiguration and, if JpaRepositoriesAutoConfiguration
is processed first, its conditions may cause the import
SpringDataJacksonConfiguration to be skipped causing instantiation
of RepositoryRestMvcConfiguration to fail.

Closes #689
Closes #743
2014-05-07 13:44:28 +01:00
..
spring-boot-sample-actuator Remove duplicate hibernate-validator dependency from pom 2014-05-06 12:38:53 +02:00
spring-boot-sample-actuator-log4j Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-actuator-noweb Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-actuator-ui Convert actuator-ui sample to FreeMarker 2014-04-30 13:04:19 +01:00
spring-boot-sample-amqp Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-aop Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-batch Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-data-gemfire Polish templates code 2014-04-30 21:36:09 +01:00
spring-boot-sample-data-jpa Make RunMojo fork a new process 2014-05-01 09:48:05 +01:00
spring-boot-sample-data-mongodb Upgrade to the Spring Data Dijkstra release train 2014-05-07 13:44:28 +01:00
spring-boot-sample-data-redis Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-data-rest Polish 2014-04-25 15:57:43 +01:00
spring-boot-sample-flyway Add JPA to flyway sample 2014-05-06 18:03:15 -07:00
spring-boot-sample-integration Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-jetty Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-liquibase Fix samples that need jdbc and don't import it 2014-05-02 15:15:39 +01:00
spring-boot-sample-profile Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-secure Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-servlet Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-simple Polish 2014-04-30 21:53:24 +01:00
spring-boot-sample-tomcat Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-tomcat-multi-connectors Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-traditional Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-web-freemarker Fix freemarker integration tests 2014-05-05 14:50:48 +02:00
spring-boot-sample-web-jsp Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-web-method-security Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-web-secure Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-web-static Update Boot version in gradle samples 2014-04-30 17:51:13 +01:00
spring-boot-sample-web-ui Make RunMojo fork a new process 2014-05-01 09:48:05 +01:00
spring-boot-sample-websocket Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-xml Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
pom.xml Add maven implicit plugin group ID 2014-05-02 23:03:31 +01:00