Commit Graph

455 Commits

Author SHA1 Message Date
Phillip Webb f4c129a063 Don't use snapshot repos for CLI test
Update SampleIntegrationTests to only use local maven repo when
running integration tests.
2013-08-06 01:22:59 -07:00
Phillip Webb e773db2401 Remove unused test resources 2013-08-06 00:22:02 -07:00
Phillip Webb 5189d9d3e6 Don't generate dependency reduced POM 2013-08-06 00:14:49 -07:00
Phillip Webb 80e254c4b6 Update spring-starter-parent src 2013-08-06 00:11:11 -07:00
Phillip Webb 3600533fad Add helper to set version 2013-08-06 00:07:27 -07:00
Phillip Webb d86bf66645 Add parent relativePath
Update sample applications to correctly refer to parent relativePath.
2013-08-06 00:02:31 -07:00
Phillip Webb 4e11ae1671 Documentation
Various updates to README.md files.
2013-08-05 22:36:22 -07:00
Phillip Webb 40a9176937 Restructure distribution content
Include LICENCE and INSTALL text files and ensure that .bat file is
not set with executable Unix file permissions.
2013-08-05 22:31:28 -07:00
Dave Syer d550a3e785 Add more detailed download and run instructinos 2013-08-06 06:15:04 +01:00
Rob Winch 3662a8b347 Fix README Quick Start Java Example
- Update pom.xml to be valid
 - Change to use milestone repository instead of snapshot
 - Add file name for SampleController.java
 - Correct EnableAutoConfiguration import
 - Add missing ;
2013-08-06 06:02:44 +01:00
ggerard 461f508cc6 Fix syntax error and package import error. 2013-08-05 18:30:04 -07:00
Phillip Webb 7c4c68ce90 Merge pull request #10 from dling/master
# By Daniel Ling
# Via Daniel Ling
* pull10:
  Fix code typos in README
2013-08-05 17:08:45 -07:00
Daniel Ling f725f7d068 Fix code typos in README 2013-08-06 01:56:51 +02:00
Phillip Webb 54cb7b39c9 Change assembly name to '-bin' and add tar.gz 2013-08-05 15:54:38 -07:00
Phillip Webb f08b283b08 Implement CLI --version command 2013-08-05 15:37:11 -07:00
Phillip Webb 02f0c2b639 Get the version to clean from the pom.xml 2013-08-05 15:33:57 -07:00
Phillip Webb aaebb3f3fb Improve Ivy resolution
Refactor GrapeEngineCustomizer to improve ivy resolution times by
failing early when resolution is known to fail.
2013-08-05 15:25:16 -07:00
Phillip Webb e5918b6756 Restore grapes cleaner 2013-08-05 14:53:19 -07:00
Phillip Webb be57881598 Exclude commons-logging from test dependencies 2013-08-05 14:26:12 -07:00
Greg Turnquist 8e8c7135d1 Add instructions on how to install with homebrew 2013-08-05 16:14:16 -05:00
Dave Syer 9e7c9121d5 Fix ordering of README 2013-08-05 21:56:17 +01:00
Phillip Webb 77455ec3dc Fix CLI test failures 2013-08-05 13:48:14 -07:00
Phillip Webb 4038b39496 Add OutputCapture test class 2013-08-05 13:48:14 -07:00
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.
2013-08-05 13:48:14 -07:00
Phillip Webb 7d3ac266e8 Fix GrapesCleaner to work with renamed artifacts 2013-08-05 13:48:14 -07:00
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.
2013-08-05 13:48:14 -07:00
Dave Syer c2c8144117 Add websocket sample 2013-08-05 21:40:33 +01:00
Dave Syer fa8b0b55e5 Add websocket starter 2013-08-05 17:32:18 +01:00
Dave Syer bfb843e1a0 Add logging initializer to tests 2013-08-05 17:32:18 +01:00
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
2013-08-05 08:51:39 -07:00
Dave Syer e99d2199d8 Attempt to sort out logging dependencies 2013-08-05 15:00:02 +01:00
Dave Syer 3922a7f526 Reinstate junit dependencies in starters 2013-08-05 12:43:24 +01:00
Dave Syer 22b1f25642 Remove hardcoded version in Banner 2013-08-05 11:00:33 +01:00
Dave Syer 34500632d4 Accept SPRING_HOME if already set 2013-08-05 11:00:24 +01:00
Dave Syer 2de91a8138 Fix travis build 2013-08-05 10:23:40 +01:00
Dave Syer 0359cb084a Fix up some links in README 2013-08-05 09:58:30 +01:00
Dave Syer 834b42c195 Try to debug the travis build 2013-08-05 07:21:25 +01:00
Phillip Webb 8a4b4bd155 Add spring.bat start script for Windows 2013-08-04 14:20:26 -07:00
Phillip Webb 8a19e48e21 Polish and simplify spring bash script 2013-08-04 14:20:03 -07:00
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.
2013-08-04 08:58:07 -07:00
Phillip Webb 94855bf4ec Correct directory permissions in dist zip 2013-08-04 07:21:22 -07:00
Dave Syer 55ed0bdf45 Fix problem locating spring home 2013-08-03 09:27:57 +01:00
Phillip Webb 45206d6050 Merge pull request #9 from olivergierke/master
# By Oliver Gierke
* pull9:
  Cleanups Spring Data JPA example.
2013-08-02 22:29:32 -07:00
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.
2013-08-02 22:29:07 -07:00
Phillip Webb c1344683ab Fixup sample links in README.md 2013-08-02 22:07:13 -07:00
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.
2013-08-02 21:58:24 -07:00
Dave Syer 789a5d978b Fix jar file name in alias 2013-08-02 15:01:20 +01:00
Dave Syer 27ebb52196 Add back dev profile 2013-08-02 14:57:08 +01:00
Dave Syer ee4b533539 Fix maven repo link 2013-08-02 14:56:45 +01:00
Dave Syer 859e6c2ea8 Add spring-test to parents for samples 2013-08-02 14:44:45 +01:00