- 05 Aug, 2013 7 commits
- 04 Aug, 2013 4 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Fixed a few issues with the spring start script, mainly around symlinks. Test on OSX, Ubuntu and Windows (Cygwin) with and would symlinks.
-
Phillip Webb authored
-
- 03 Aug, 2013 5 commits
-
-
Dave Syer authored
-
Phillip Webb authored
# By Oliver Gierke * pull9: Cleanups Spring Data JPA example.
-
Oliver Gierke authored
Various cleanups to the Spring Data JPA example, including: * Move repositories into service package and make them package private thus only expose the service interfaces to clients. * Merge HotelRepository and HotelSummaryRepository and make service implementations package protected. * Introduce integration test base class to bootstrap the app as SpringAppliation.run would. * Refactor central test case to rather use Spring MVC integration testing framework. * Add integration tests for repositories to execute query methods.
-
Phillip Webb authored
-
Phillip Webb authored
Rework main build POM to be an aggregator pom that does not inherit from any parent. Introduce new spring-boot-dependencies module to act as a parent for both spring-boot-starter-parent and spring-boot-parent.
-
- 02 Aug, 2013 15 commits
-
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update ConfigFileApplicationContextInitializer so that the names property defaults to `${spring.config.name},application`. This allows application.properties files to be loaded even when property placeholder expansion is not enabled. Issue: #54462910
-
Phillip Webb authored
-
- 01 Aug, 2013 7 commits
-
-
Phillip Webb authored
Issue: #54462302
-
Phillip Webb authored
Update Javadoc to indicate the sources are used in addition to those specified on construction. Also renamed member variables and fixed log output. Issue: #54185750
-
Dave Syer authored
Now the environment overrides aare **added** to the sources provided in SpringApplication.run(). This avoids some potential surprises where setSources() would have been silently ignored. [#54185750]
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Turns out the maven-plugin still causes issues. This reverts commit 1ccdf2f6.
-
- 31 Jul, 2013 2 commits
-
-
Dave Syer authored
-
Phillip Webb authored
Remove no longer required integration tests project. Samples can now be called as part of the build since the maven plugin is no longer an extension.
-