Commit Graph

45343 Commits (619a0f3b350d0438cb444c5828ef0d533723f6be)
 

Author SHA1 Message Date
Phillip Webb ce5e145afa Add Libraries.NONE static final 11 years ago
Phillip Webb 0b7256e7f9 Fix compile failure on JDK 6 11 years ago
Phillip Webb 00fc04c01e Simplify OnBeanCondition
Merge OnMissingBeanCondition into OnBeanCondition and simplify code.
Polish on bean conditions
11 years ago
Phillip Webb 82320b3525 Simplify OnWebApplicationCondition
Merge OnNotWebApplicationCondition into OnWebApplicationCondition and
simplify code.
11 years ago
Phillip Webb 7525eb31f1 Simplify OnClassCondition
Merge OnMissingClassCondition into OnClassCondition and simplify code.
11 years ago
Phillip Webb cf655945aa Polish 11 years ago
Dave Syer 7bea9dd973 Massage MVC test a bit
* Use *Tests as classname
* Fixed broken test in suite where ID is not always "1"
11 years ago
Biju Kunjummen 31af68a915 Added a Spring MVC test for the Sample MessageController 11 years ago
Dave Syer 0e798a32aa Fix issue with new format of VCAP_APPLICATION 11 years ago
Dave Syer 08e679753d Add CLA link to CONTRIBUTING.md 11 years ago
Dave Syer 2ba1bd9dbb Fix security dependency in README 11 years ago
Dave Syer a2fe8a0e89 Actuator README accuracy 11 years ago
Dave Syer f645b03939 Fix pom in actuator README 11 years ago
Phillip Webb d8eadfddff Limit Servlet Listener registration
Limit Servlet Listener registration to the specific supported types.

Issue: #54112999
11 years ago
Phillip Webb f25b9e109f Remove trailing whitespace from bash script 11 years ago
Dave Syer 42bb793155 Add ServletContextListener to embedded web app
* User can add @Bean of type EventListener (e.g.
ServletContextListener)

[Fixes #54112999] [bs-254]
11 years ago
Dave Syer 3b9df63f73 Add bash completion for spring command
* Added src/main/content/bash_completion.d/spring
* Also made all commands alias to "--<self>" so
"--help" is a synonym for "help" (for instance). This
helps with the completion generation.

[Fixes #54827292]
11 years ago
Phillip Webb f5bae04714 Ignore websocket sample for now 11 years ago
Phillip Webb b5e81ff42d Fix broken test dependencies 11 years ago
Phillip Webb eb69732fbb Reinstate integration tests 11 years ago
Phillip Webb 8a33c39f0b Polish AutoConfigurationSorter 11 years ago
Dave Syer 0d19b2d9fa Revert change to placeholders in config file initializer 11 years ago
Rob Winch f40758c13d Update README link text to be M1
Previously the link text for the download of 0.5.0.M1 was labeled as a
SNAPSHOT.

This commit updates the link text to be the correct version.
11 years ago
Dave Syer 521174754e Add default /error view for HTML clients
* Add integration tests for /error view
* Add "error" @Bean as default view for HTML

Users may see side effects because now there will be
a ContentNegotiatingViewResolver by default for the
first time in a vanilla Actuator app. Should be
interesting.

[Fixes #54597932] [bs-273] Circular view reference for /error
11 years ago
Dave Syer 62f08bb4ec Tweak travis again 11 years ago
Dave Syer 33658c2933 Add @AutoConfigureBefore and simple implementation
[#54597932] [bs-273] Circular view reference for /error
11 years ago
Phillip Webb 91a56f7bb7 Merge pull request #13 from jotomo/patch-1
# By Johannes Mockenhaupt
# Via Johannes Mockenhaupt
* patch-1:
  Fix broken links to samples.
11 years ago
Johannes Mockenhaupt c3a7dbb192 Fix broken links to samples. 11 years ago
Phillip Webb 1b370b54b6 Update README.md brew instructions 11 years ago
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