Commit Graph

105 Commits (53078c320e3273bc5ac567dd6d4852962b9111aa)
 

Author SHA1 Message Date
Dave Syer 53078c320e [bs-118], [bs-119]: add UI builder features
* MessageSource created automatically (location
spring.messages.basename:messages)
* Thymeleaf configured automatically to look for
templates in classpath:/templates
* Added static resource handlers for classpath:/static
and classpath:/

[Fixes #49832165] [bs-118] Support for thymeleaf templates
12 years ago
Dave Syer ceea71fc38 [bs-53] Fix class loading problem with Log in a Condition 12 years ago
Dave Syer 71c0fdd22d Add service wrappers as main theme 12 years ago
Dave Syer ad3076784d [bs-53] Aid for users debugging auto-configuration failures
Add logging to Condition implementations.

[Fixes #48389533]
12 years ago
Dave Syer 6fb8ae3d3b Add brief description of resource filtering 12 years ago
Dave Syer ef5c8aa304 [bs-115] Add EmbeddedServletContainerCustomizer as a callback
* All instances are called before the container is started in
 a bean post processor
* Users still have to be careful because the customizer is
called very early in the ApplicationContext lifecycle (e.g.
might have to do a lookup for some dependencies instead of
@Autowired)

[Fixes #49671463] User-hook for customizing embedded servlet container
12 years ago
Dave Syer 56865ab260 Fix integration sample (no web dependencies) 12 years ago
Dave Syer eb2adc0b99 More fixes for @Configuration processing 12 years ago
Dave Syer ad19edf03b Fix bug introduced by Spring @Configuration processing 12 years ago
Dave Syer fc8240ac88 Fix ordering problem with validator being null 12 years ago
Dave Syer e24ffa7e64 Fix samples to include integration as a submodule 12 years ago
Dave Syer 202dae3213 Fix missing version for spring-core 12 years ago
Dave Syer 13cb224b0a [bs-113] Remove dependency on slf4j for core jars
Also added explicit version for starter dependencies.

[Fixes #49588267]
12 years ago
Dave Syer 9f4eb6befc Re-instate README 12 years ago
Dave Syer 5aeb3fe6ca Remove dependency on slf4j for core jars
[Fixes #49588267]
12 years ago
Dave Syer 21d55b231d [bs-108] Feature documentation: just a list and brief description
[Fixes #49502657]
12 years ago
Dave Syer c65a224f4d [bs-85] Change name of groovy sample script 12 years ago
Dave Syer c0148b4536 Skip deployment for samples 12 years ago
Dave Syer a0e51d06ea [bs-111] Extract TraceFilterConfiguration into separate file
We want the traces to be collected for the main app, but reported
in the management app, so the confi has to be separate.

[#49578819]
12 years ago
Dave Syer ceab9b9b33 [bs-111] Extract trace logging from Security config
It's not really a security feature (just logging request headers),
so better to put it in the main actuator autoconfig.

[Fixes #49578819] [bs-111] Unresolvable cycle when separating management.port
12 years ago
Dave Syer bff41d51ff [bs-108] Feature documentation: just a list and brief description
[#49502657]
12 years ago
Dave Syer 7800ebbdc7 Make management.port default to server.port 12 years ago
Dave Syer e1c3dae8a1 Restore README for Actuator 12 years ago
Dave Syer 018ee3e8b2 Add real dependencies to starter projects 12 years ago
Phillip Webb c8f37a95c9 [bs-18] Unhack direct field access
Remove reflection hacks from ConfigurationPropertiesBindingConfiguration
following updates to Spring 4.0
12 years ago
Phillip Webb 0bc2b5673c Use Spring 4.0 now that bootstrap branch is merged 12 years ago
Phillip Webb 7624b6a9f6 Include jcl-over-slf4j with autoconfigure 12 years ago
Phillip Webb 44947b13a8 Polish calling of ExitCodeGenerators 12 years ago
Phillip Webb 589ef1868d Update hardcoded bootstrap references to 0.5.0 12 years ago
Phillip Webb a0fb085102 Refactor to work with Spring 4.0
Refactor code to work with Spring 4.0 M1
12 years ago
Phillip Webb a8d6b435a4 Minor Javadoc polish 12 years ago
Phillip Webb 88a1c1de41 Fix broken ServerPropertiesTests on OSX
Fixed ServerPropertiesTests to use InetAddress.getByName("127.0.0.1")
instead of InetAddress.getLocalHost().
12 years ago
Phillip Webb 4743d1803c Update JavaLoggerConfigurer to use AC ClassLoader
Update JavaLoggerConfigurer to use the ApplicationContext classloader
rather then the default classloader. Also refactored to introduce
LoggingSystem enum to act as a strategy for the specific logging
systems.
12 years ago
Phillip Webb 10c33db612 Update m2e eclipse plugin for Kepler 12 years ago
Phillip Webb e7a67ba2a8 Use commons-logging for bootstrap dependencies
Update main bootstrap modules to use Apache commons-logging rather than
SLF4J.
12 years ago
Phillip Webb 2f3b30e49f Example pom.xml Javadoc config for Java 8
Include commented out config showing how the maven build Javadoc
section can be modified to work with Java 8.
12 years ago
Phillip Webb cafded9e7e Polish JavaDoc 12 years ago
Dave Syer c2058f0d8c Add UTF-8 encoding configuration to spring-bootstrap-starters POM
[Fixes #49507163]
12 years ago
Dave Syer 8bfe07c730 Use HttpStatus in ErrorPage 12 years ago
Dave Syer dc30add6c5 Move orphaned test case 12 years ago
Dave Syer 4a292bd93f [bs-97] Support adding management endpoints to a different network
* ManagementProperties and ServerProperties now support an address property
* For example set management.port=9001,management.address=127.0.0.1 to listen
on port 9001 but only for connections from the localhost

[Fixes #49395783]
12 years ago
Dave Syer a7118c2ff2 Fix wrong version in starters parent pom 12 years ago
Dave Syer 8231377113 [bs-85] Move round and rename some actuator packages
[#49047535]
12 years ago
Dave Syer a5810af882 Add mvn deployment gumf 12 years ago
Dave Syer 694a1dd408 Bump version to 0.5.0.BUILD-SNAPSHOT 12 years ago
Dave Syer c19c483ab8 Add deployment metadata 12 years ago
Dave Syer 59287f1d89 Add bootstrap profile with repositories 12 years ago
Dave Syer b897f35cad [bs-85] New name for production-ready features = "actuator"
[#49047535]
12 years ago
Dave Syer eb7bc64e75 [bs-86] New name for "applications" - "starters"
[#49047569]
12 years ago
Dave Syer 376ae63fc5 Fix scope of bootstrap core dependency 12 years ago