Commit Graph

45587 Commits (main)
 

Author SHA1 Message Date
Phillip Webb be57881598 Exclude commons-logging from test dependencies 11 years ago
Greg Turnquist 8e8c7135d1 Add instructions on how to install with homebrew 11 years ago
Dave Syer 9e7c9121d5 Fix ordering of README 11 years ago
Phillip Webb 77455ec3dc Fix CLI test failures 11 years ago
Phillip Webb 4038b39496 Add OutputCapture test class 11 years ago
Phillip Webb 174427881a Revert "Attempt to sort out logging dependencies"
This reverts commit e99d2199d8.

The main spring-boot project should not have compile scope dependencies
to any org.slf4j artifacts.
11 years ago
Phillip Webb 7d3ac266e8 Fix GrapesCleaner to work with renamed artifacts 11 years ago
Phillip Webb 05171f6a75 Inherit profile activation spring-snapshot-build
Inherit default profile activation for spring-snapshot-build in the
spring-boot-starter-parent from the spring-boot-parent.

Allow sample projects to work correctly in eclipse.
11 years ago
Dave Syer c2c8144117 Add websocket sample 11 years ago
Dave Syer fa8b0b55e5 Add websocket starter 11 years ago
Dave Syer bfb843e1a0 Add logging initializer to tests 11 years ago
Phillip Webb 6bb628adb4 Indicate downloading dependencies progress in CLI
Update CLI to show a "Downloading Dependencies..." message if the
initial dependency resolution takes more than 3 seconds. Whilst
downloading dots are appended to the message.

Issue: #54589094
11 years ago
Dave Syer e99d2199d8 Attempt to sort out logging dependencies 11 years ago
Dave Syer 3922a7f526 Reinstate junit dependencies in starters 11 years ago
Dave Syer 22b1f25642 Remove hardcoded version in Banner 11 years ago
Dave Syer 34500632d4 Accept SPRING_HOME if already set 11 years ago
Dave Syer 2de91a8138 Fix travis build 11 years ago
Dave Syer 0359cb084a Fix up some links in README 11 years ago
Dave Syer 834b42c195 Try to debug the travis build 11 years ago
Phillip Webb 8a4b4bd155 Add spring.bat start script for Windows 11 years ago
Phillip Webb 8a19e48e21 Polish and simplify spring bash script 11 years ago
Phillip Webb a9700c92f3 Fix a few problems with spring start script
Fixed a few issues with the spring start script, mainly around symlinks.
Test on OSX, Ubuntu and Windows (Cygwin) with and would symlinks.
11 years ago
Phillip Webb 94855bf4ec Correct directory permissions in dist zip 11 years ago
Dave Syer 55ed0bdf45 Fix problem locating spring home 11 years ago
Phillip Webb 45206d6050 Merge pull request #9 from olivergierke/master
# By Oliver Gierke
* pull9:
  Cleanups Spring Data JPA example.
11 years ago
Oliver Gierke d2def68602 Cleanups Spring Data JPA example.
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.
11 years ago
Phillip Webb c1344683ab Fixup sample links in README.md 11 years ago
Phillip Webb 1db22aca5c Rework POM structure
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.
11 years ago
Dave Syer 789a5d978b Fix jar file name in alias 11 years ago
Dave Syer 27ebb52196 Add back dev profile 11 years ago
Dave Syer ee4b533539 Fix maven repo link 11 years ago
Dave Syer 859e6c2ea8 Add spring-test to parents for samples 11 years ago
Dave Syer a51e064f56 Alias for spring-cli now uses wget 11 years ago
Dave Syer 413658fbca Change parent for tools poms 11 years ago
Dave Syer 24e766b4e5 Add travis build 11 years ago
Dave Syer 4bb5de02e7 Switch back to SNAPSHOT for dev 11 years ago
Dave Syer 638a31f5e3 Fix poms for a milestone release 11 years ago
Dave Syer 19a880dff6 Move tools modules under spring-boot-tools 11 years ago
Dave Syer 68e5a7e887 Bump version to 0.5.0.M1 11 years ago
Phillip Webb fda537d3b9 Polish 11 years ago
Phillip Webb e1c6860a41 Documentation 11 years ago
Phillip Webb 5a7236625b Do not use property placeholder in config names
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
11 years ago
Phillip Webb 448e3283bc Polish 11 years ago
Phillip Webb 6ada4553ae Change binding exceptionIfInvalid default to true
Issue: #54462302
11 years ago
Phillip Webb 88bc6c0b56 Update Javadoc following source logic change
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
11 years ago
Dave Syer 3fda19af58 Change semantics of spring.main.sources slightly
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]
11 years ago
Phillip Webb 25f31b6358 Polish RegistrationBean logic 11 years ago
Phillip Webb d835ee548d Documentation 11 years ago
Phillip Webb 57f62a5a20 Remove samples from main POM 11 years ago
Phillip Webb bd5e49fc84 Revert "Remove integration tests project"
Turns out the maven-plugin still causes issues.

This reverts commit 1ccdf2f6cf.
11 years ago