Commit Graph

614 Commits (a33425920be2305663de38208b09cb469fce8b27)
 

Author SHA1 Message Date
Dave Syer f502098065 Fix logging depdendencies in samples 11 years ago
Dave Syer 12f0d4d95e Rename ops package to actuate 11 years ago
Dave Syer e967c2d551 Add exception with more helpful error message.
[#54676948] Filter registered twice
11 years ago
Dave Syer a602ce3f10 Add travis-artifacts to build 11 years ago
Dave Syer 65bd9dac85 Fix double registration of Filter
A stupid typo lurking in EmbeddedWebApplicationContext meant
that a FilterRegistrationBean would register a Filter, and then
it would be registered again without the initializer.

[Fixes #54676948] Filter registered twice
11 years ago
Dave Syer 2ec953a2e8 Add rewrite filter as managed dependency 11 years ago
Dave Syer d2419a36fd Add server.tomcat.access_valve_enabled flag
Also introduced new strategy for customizing Tomcat Context
(TomcatContextCustomizer) - any that are added to the factory
will be applied before any other customizations in postProcessContext()

[Fixes #54670052] [bs-275] Make Tomcat access valve logs more accessible
11 years ago
Dave Syer dc812ddf17 Add notes on zip download 11 years ago
Phillip Webb c0aec14af1 Fix URLs in README.md 11 years ago
Phillip Webb f4c129a063 Don't use snapshot repos for CLI test
Update SampleIntegrationTests to only use local maven repo when
running integration tests.
11 years ago
Phillip Webb e773db2401 Remove unused test resources 11 years ago
Phillip Webb 5189d9d3e6 Don't generate dependency reduced POM 11 years ago
Phillip Webb 80e254c4b6 Update spring-starter-parent src 11 years ago
Phillip Webb 3600533fad Add helper to set version 11 years ago
Phillip Webb d86bf66645 Add parent relativePath
Update sample applications to correctly refer to parent relativePath.
11 years ago
Phillip Webb 4e11ae1671 Documentation
Various updates to README.md files.
11 years ago
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.
11 years ago
Dave Syer d550a3e785 Add more detailed download and run instructinos 11 years ago
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 ;
11 years ago
ggerard 461f508cc6 Fix syntax error and package import error. 11 years ago
Phillip Webb 7c4c68ce90 Merge pull request #10 from dling/master
# By Daniel Ling
# Via Daniel Ling
* pull10:
  Fix code typos in README
11 years ago
Daniel Ling f725f7d068 Fix code typos in README 11 years ago
Phillip Webb 54cb7b39c9 Change assembly name to '-bin' and add tar.gz 11 years ago
Phillip Webb f08b283b08 Implement CLI --version command 11 years ago
Phillip Webb 02f0c2b639 Get the version to clean from the pom.xml 11 years ago
Phillip Webb aaebb3f3fb Improve Ivy resolution
Refactor GrapeEngineCustomizer to improve ivy resolution times by
failing early when resolution is known to fail.
11 years ago
Phillip Webb e5918b6756 Restore grapes cleaner 11 years ago
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