Christian Dupuis
941c5560eb
Remove duplicate hibernate-validator dependency from pom
2014-05-06 12:38:53 +02:00
Dave Syer
27580e726f
Add generic error handling to BasicErrorController
...
Since Spring supports gobal error handling through
@ControllerAdvice, it is quite easy to set up more meta-data
about an exception for the BasicErrorController. You need
to be careful not to swallow Security exceptions, and probably
others (optionally) so this feature needs a bit more work.
See gh-538
2014-04-29 15:23:28 +01:00
Phillip Webb
64a835e91a
Move master to 1.1.0.BUILD-SNAPSHOT
2014-04-24 12:45:20 +01:00
Spring Buildmaster
d3954a1703
Next development version
2014-04-24 02:24:28 -07:00
Spring Buildmaster
a5864ebcd0
Next development version
2014-04-06 22:43:18 -07:00
Spring Buildmaster
15e9dbe98b
Next development version
2014-04-01 03:05:51 -07:00
Phillip Webb
1e68b7e0a9
Remove superfluous <packaging> tags from POMs
2014-04-01 02:07:43 -07:00
Phillip Webb
0af7f7e347
Add missing POM info
2014-04-01 02:07:42 -07:00
Phillip Webb
488b03387f
Polish POM formatting
2014-04-01 02:07:36 -07:00
Phillip Webb
6f9bb233ad
Revert "Next development version"
...
This reverts commit b67bb70ee3 .
2014-04-01 00:38:48 -07:00
Spring Buildmaster
b67bb70ee3
Next development version
2014-03-31 22:38:42 -07:00
Phillip Webb
ac4cdd33c3
Revert "Next development version"
...
This reverts commit 1d0eea12eb .
Returning to 1.0.0.BUILD-SNAPSHOT for an updated release.
2014-03-31 17:14:30 -07:00
Spring Buildmaster
1d0eea12eb
Next development version
2014-03-28 11:47:09 -07:00
Dave Syer
8491f8eb07
Simplify build config for actuator sample
2014-03-27 08:59:03 +00:00
Phillip Webb
47eb8180b3
Rename spring-boot-starter-shell -> remote-shell
...
Fixes gh-462
2014-03-21 09:05:56 -07:00
Phillip Webb
4024450c5f
Rename starter-shell-remote to starter-shell
...
Fixes gh-462
2014-03-19 16:28:36 -07:00
Sebastien Deleuze
ab6c8dfee3
Use org.springframework.boot groupId in spring-boot-samples
...
Use org.springframework.boot instead of ${project.groupId}
groupId in order to make it easier to use spring-boot-samples
modules as a starting point for new projects.
2014-03-07 17:02:20 +00:00
Spring Buildmaster
b0d4e8ae69
Next development version
2014-03-03 22:46:12 -08:00
Spring Buildmaster
cb8668a151
Release version 1.0.0.RC4
2014-03-03 22:46:05 -08:00
Spring Buildmaster
1367d57e8c
Next development version
2014-02-13 13:19:12 -08:00
Spring Buildmaster
eaff1677a7
Release version 1.0.0.RC3
2014-02-13 13:18:56 -08:00
Dave Syer
1f1820b161
Add Tld scanning exceptions to Tomcat startup
...
Addresses gh-263 to some extent.
2014-01-27 13:21:29 +00:00
Phillip Webb
68293f34af
Upgrade version to 1.0.0.BUILD-SNAPSHOT
...
Fixes fg-243
2014-01-21 00:43:54 -08:00
Dave Syer
559f907b54
Use explicit test dependencies in samples
2014-01-17 09:08:18 +00:00
Dave Syer
60cb5fd35c
Add log4j starter and some documentation
...
As discussed in gh-162
2013-12-16 17:26:53 +00:00
Christian Dupuis
95e68bf1a2
Prepare actuator sample to show how to use the telnet connector
2013-11-20 17:15:45 +01:00
Dave Syer
c678be49e3
Explicitly add servlet API to actuator sample
2013-11-06 13:02:27 +00:00
Dave Syer
6845c6b787
Remove tomcat dependencies from sample unless needed
2013-11-06 11:40:23 +00:00
Christian Dupuis
55b0e747b0
Rename spring-boot-starter-shell-crsh to spring-boot-starter-shell-remote
2013-11-06 12:12:40 +01:00
Christian Dupuis
6b599b8483
Add remote shell implementation based on crsh
...
This commit adds a new starter named spring-boot-starter-shell-crsh and auto configuration support to embed a system shell within Spring Boot applications.
The embedded shell allows clients to connect via ssh or telnet to the Boot app and execute commands. Commands can be implemented and embedded with app.
For sample usage see spring-boot-samples-actuator.
2013-11-04 17:22:02 +01:00
Dave Syer
6c31854600
Refactor sample dependencies to use starters
2013-10-31 16:43:57 +00:00
Phillip Webb
a33425920b
Rework POMs to support automated CI release
2013-09-05 22:05:29 -07:00
Dave Syer
38e565e920
Back to SNAPSHOT for dev
2013-09-05 17:15:15 -07:00
Dave Syer
b634b3bde6
Update to 0.5.0.M2
2013-09-05 17:15:15 -07:00
Dave Syer
f502098065
Fix logging depdendencies in samples
2013-08-06 13:40:39 +01:00
Phillip Webb
d86bf66645
Add parent relativePath
...
Update sample applications to correctly refer to parent relativePath.
2013-08-06 00:02:31 -07:00
Dave Syer
3922a7f526
Reinstate junit dependencies in starters
2013-08-05 12:43:24 +01:00
Dave Syer
4bb5de02e7
Switch back to SNAPSHOT for dev
2013-08-02 12:00:14 +01:00
Dave Syer
68e5a7e887
Bump version to 0.5.0.M1
2013-08-02 12:00:14 +01:00
Phillip Webb
4c067a89fe
Ops -> Actuator
2013-07-31 12:57:25 -07:00
Dave Syer
5995b7727a
Ops -> Actuator
2013-07-31 09:46:34 +01:00