Commit Graph

  • 7a33afa722 Add support for custom banner Dave Syer 2014-04-30 16:30:54 +01:00
  • 537b0c3ff3 Use enum for MessageCodesResolver format Dave Syer 2014-04-30 15:58:46 +01:00
  • 1cbef02236 Add messagecode resolver format based on application property Marcel Overdijk 2014-04-28 21:00:07 +02:00
  • e26e06d5dd Fix build Stephane Nicoll 2014-04-30 16:39:39 +02:00
  • 689eb3e148 Add URLs from parent classloader in executable jar Dave Syer 2014-04-30 15:19:24 +01:00
  • a66fc3030e Add more runtime metrics like information about heap, class loading and threads to the metrics infrastructure Christian Dupuis 2014-04-30 15:22:09 +02:00
  • a09722272e Minor improvement in simple sample test Fermin Gallego 2014-04-27 18:31:43 +02:00
  • da5eae3ca5 Make loader Windows compatible Artem Bilan 2014-04-30 11:56:04 +03:00
  • 030f00c36d Convert actuator-ui sample to FreeMarker Dave Syer 2014-04-30 13:04:19 +01:00
  • 50190a4de7 Add support for HikariDataSource Dave Syer 2014-04-30 09:49:35 +01:00
  • f46d281b22 Upgrade to Reactor 1.1 Dave Syer 2014-04-30 11:26:57 +01:00
  • a27be338c6 Replace column name using reserved keyword Stephane Nicoll 2014-04-30 10:51:08 +02:00
  • 2596634c88 Polish spring-boot-starter-data-gemfire's pom Andy Wilkinson 2014-04-29 20:24:59 +01:00
  • 7c91176186 Add FreeMarker support Andy Wilkinson 2014-04-29 17:46:55 +01:00
  • 1143f6dbb1 @WebApplication->@WebAppConfiguration Dave Syer 2014-04-29 15:26:37 +01:00
  • ef4e83a879 Move ErrorController to autoconfig Dave Syer 2014-04-28 10:26:54 +01:00
  • 27580e726f Add generic error handling to BasicErrorController Dave Syer 2014-04-11 16:46:09 +01:00
  • 4474b104b6 Remove remnants of Couchbase starter Andy Wilkinson 2014-04-29 11:12:10 +01:00
  • 8390df2b0d Upgrade to Groovy 2.3.0-rc-2 Andy Wilkinson 2014-04-29 10:45:22 +01:00
  • b6cd2c970c Use Jedis rather than Lettuce as preferred Redis client Andy Wilkinson 2014-04-28 11:49:28 +01:00
  • b20262c1a7 Backout couchbase changes Dave Syer 2014-04-28 12:21:58 +01:00
  • 59a1b39ef8 Revert JDK8 travis change (seem to be failing) Dave Syer 2014-04-28 11:01:45 +01:00
  • e433eb20a6 Align couchbase more with other data-* support Dave Syer 2014-04-28 10:50:43 +01:00
  • 02d6879b52 Polish dependencies pom Andy Wilkinson 2014-04-28 09:23:19 +01:00
  • 8136e43e88 Fix ordering in starters pom Dave Syer 2014-04-28 08:52:37 +01:00
  • e77b5e8b94 remove obsolete EmbeddedServletContainer.NONE Ivan Sopov 2014-04-27 20:01:58 +04:00
  • 4fb6e7ec42 Fix versions and repository declarations Dave Syer 2014-04-28 08:22:28 +01:00
  • 34cbe1e60b Created a Spring Data GemFire Starter POM John Blum 2014-03-28 22:47:56 -07:00
  • 898698a681 Upgrade to Tomcat 7.0.53 (fixes gh-632) Dave Syer 2014-04-27 16:39:07 +01:00
  • a1d4d63dd1 Added spring-boot-starter-data-neo4j module. TimmyStorms 2014-04-04 16:47:17 +02:00
  • 174b654faf minor test fixes sopov.ivan 2014-04-25 17:50:59 +04:00
  • 72ff1dd175 fix for gh-732 - removing test-jar from build and publishing to repositories sopov.ivan 2014-04-25 17:19:22 +04:00
  • 42ca765e1a Remove test dependencies from spring-boot-starter-parent Dave Syer 2014-04-01 11:30:20 +01:00
  • 477b199cd6 Add ApplicationEventPublisher explicitly to security publisher Dave Syer 2014-04-26 12:15:30 +01:00
  • 6ac85c1759 Add username/password and MongoClientOptions to Mongo config Dave Syer 2014-04-26 12:07:11 +01:00
  • 6cf946ea3f Fix typo Stephane Nicoll 2014-04-26 11:40:44 +03:00
  • 81740a759d Upgrade to Groovy 2.3.0-rc-1 Andy Wilkinson 2014-04-25 18:05:01 +01:00
  • 5dabd7fb41 Rename MongoTemplateAutoConfiguration Phillip Webb 2014-04-25 15:49:34 +01:00
  • a7f5cbf7d0 Polish mongo changes Phillip Webb 2014-04-25 15:47:54 +01:00
  • 2adf30950e Polish couchbase support Phillip Webb 2014-04-25 15:23:03 +01:00
  • fba08e7811 Polish Phillip Webb 2014-04-25 15:07:16 +01:00
  • 1ae91a135c Polish MultipartConfigElement support Phillip Webb 2014-04-25 14:41:36 +01:00
  • 3e3d1e837b Merge pull request #736 from isopov/modifier-order Stephane Nicoll 2014-04-25 17:37:50 +03:00
  • 10d82e28ff minor - correcting modifiers order sopov.ivan 2014-04-25 18:20:09 +04:00
  • 12907e6b1b Merge branch '1.0.x' Phillip Webb 2014-04-25 14:03:14 +01:00
  • 94dd510b52 Merge GridFs with MongoTemplate configuration Dave Syer 2014-04-25 13:41:09 +01:00
  • f36f2024e2 Update GridFsTemplateAutoConfiguration.java Josh Long 2014-04-02 22:19:50 -07:00
  • 330c95d6ab Update GridFsTemplateAutoConfigurationTests.java Josh Long 2014-04-02 22:18:45 -07:00
  • 0d53b9d9fa adding initial GridFS integration. Josh Long 2014-04-02 22:16:12 -07:00
  • 4ffc95dc7f adding build on jdk8 to travis Ivan Sopov 2014-01-20 17:25:55 +02:00
  • 84b8966173 Add couchbase client dependencies Dave Syer 2014-04-25 12:27:19 +01:00
  • de60c65e5b Fix couchbase starter Dave Syer 2014-04-25 12:22:04 +01:00
  • bb7efa870d Remove unnecessary .gitignore Dave Syer 2014-04-25 12:06:37 +01:00
  • 78ce06ccc7 Add support for spring-data-couchbase Michael Nitschinger 2013-11-19 10:27:54 +01:00
  • c4ffe721c7 Fix JmsTemplate default pubSubDomain setting Stephane Nicoll 2014-04-25 11:29:52 +03:00
  • ae7098ae1d Add RepositoryRestMvcAutoConfiguration Rob Winch 2014-04-03 10:35:27 -05:00
  • 63f2d6ab15 Remove compiler warnings related to Batch upgrade Dave Syer 2014-04-25 10:59:52 +01:00
  • 3173646635 Fix another test from gh-708 Dave Syer 2014-04-25 10:57:12 +01:00
  • 26c5a3edb2 Import Spring Data release train BOM instead of individual modules. Oliver Gierke 2014-04-11 12:53:11 +02:00
  • 33499e3d81 Merge pull request #728 from snicoll/dep-mgt Phillip Webb 2014-04-25 10:19:39 +01:00
  • 0b5600a99e Add spring-boot-autoconfigure to starter parent Stephane Nicoll 2014-04-25 09:48:41 +03:00
  • 275cf6e6d2 Fixup starter parent following release Phillip Webb 2014-04-25 10:17:52 +01:00
  • d597cc3387 Fix test broken in gh-708 Dave Syer 2014-04-25 10:16:19 +01:00
  • 6ad7257baf Add auto-configuration for @EnableHypermediaSupport Roy Clarkson 2014-04-16 10:15:15 -05:00
  • e8e59ea657 MultipartConfigElement autoconfig support. Josh Long 2014-04-22 00:48:26 +05:30
  • 5be3f1d57f Update spring-boot-starter-parent version Dave Syer 2014-04-25 09:06:56 +01:00
  • 64a835e91a Move master to 1.1.0.BUILD-SNAPSHOT Phillip Webb 2014-04-24 12:45:20 +01:00
  • 20510aef20 Fixup starter parent following release Phillip Webb 2014-04-24 11:55:28 +01:00
  • 8f640c549f Correct copy-paste error in log4j config snippet Dave Syer 2014-04-24 11:28:48 +01:00
  • d3954a1703 Next development version Spring Buildmaster 2014-04-24 02:24:28 -07:00
  • c714359b25 Upgrade dependencies Phillip Webb 2014-04-24 09:46:58 +01:00
  • 6268322c76 Tighten up documentation on SSL and HTTPS Phillip Webb 2014-04-23 23:24:59 +01:00
  • 59496abf85 Add mvnDebug how-to Phillip Webb 2014-04-23 23:09:53 +01:00
  • 51c403b636 Document how to customize dependency versions Phillip Webb 2014-04-23 23:01:21 +01:00
  • b5b2fd2377 Add note explaining gradle ResolutionStrategy Phillip Webb 2014-04-23 22:42:10 +01:00
  • 63aa5457b0 Merge pull request #718 from scottfrederick/master Phillip Webb 2014-04-23 22:19:23 +01:00
  • 08a0c31105 Update Cloud Foundry deployment documentation Scott Frederick 2014-04-23 10:41:20 -05:00
  • d87f452a96 Upgrade Spring Batch dependency to 2.2.6 Phillip Webb 2014-04-23 22:08:25 +01:00
  • 51b0451ada Fix broken test due to random port change Phillip Webb 2014-04-23 20:10:30 +01:00
  • 4119ef5cf4 Use random ports for tests Phillip Webb 2014-04-23 19:10:25 +01:00
  • af33cc2b97 Use random port in spring-boot tests Stephane Nicoll 2014-03-31 14:00:13 +02:00
  • fca7a8dc96 Enforce Java 1.7 during the release Phillip Webb 2014-04-23 16:51:02 +01:00
  • f847ed2b1f Remove getEmbeddedServletContainers() Phillip Webb 2014-04-23 15:18:29 +01:00
  • fad5ce45db Polish Phillip Webb 2014-04-23 09:42:10 +01:00
  • 316cb87583 Create ApplicationPid and remove SystemUtils Phillip Webb 2014-04-23 10:45:05 +01:00
  • b291332cd4 Use CountDownLatch instead of Thread.sleep() Dave Syer 2014-04-23 10:13:17 +01:00
  • 3304dd1cc9 Add spring.datasource.separator (default ";") Dave Syer 2014-04-22 17:34:54 +01:00
  • 34604a9602 Add assertion about non-special resource Dave Syer 2014-04-22 09:25:45 +01:00
  • 80652007b5 RelaxedDataBinder handling for untyped map Patrick Radtke 2014-04-21 14:29:29 -07:00
  • a77fee9f18 Fix typo and use *PropertySource* instead *ProperySource* Hugo Flambo 2014-04-21 16:47:45 +02:00
  • f7c16764e6 Add setter for security.user.role Dave Syer 2014-04-21 14:42:34 +01:00
  • 0aa93036fa Fix secure method configuration global authentication Dave Syer 2014-04-20 10:18:04 -07:00
  • e4b8e174e8 Add test case for gh-699 Dave Syer 2014-04-20 10:00:34 -07:00
  • 359315568a Clarify handling and binding or YAML lists Dave Syer 2014-04-20 08:30:39 -07:00
  • f78f836fc0 Add fixedlocaleresolver based on application property Marcel Overdijk 2014-04-19 16:48:56 +02:00
  • 00b85e8c42 Ensure path starts with "/" in ErrorController Dave Syer 2014-04-19 19:21:45 -07:00
  • 506e57663a Relaxed <requireJavaVersion> configuration of the maven-enforcer-plugin Mattias Severson 2014-04-19 10:36:21 +02:00
  • 0ed1642989 Tweak autoconfigs in websocket support Dave Syer 2014-04-18 13:38:30 -07:00
  • ac16aa1757 Add SpringWebsocketCompilerAutoConfiguration Dave Syer 2014-04-18 13:23:01 -07:00
  • e72f8fa646 Add test for TestRestTemplate Dave Syer 2014-04-18 13:10:14 -07:00