Dave Syer
5dd77a725c
Enable access log explicitly in sample
2014-05-12 10:51:47 +01:00
Phillip Webb
61232395d8
Fixup versions
2014-05-10 23:47:31 +01:00
Christian Dupuis
c38f9bcdfa
Add missing tests
2014-05-08 16:58:52 +02:00
Christian Dupuis
941c5560eb
Remove duplicate hibernate-validator dependency from pom
2014-05-06 12:38:53 +02:00
Phillip Webb
decee8d871
Polish templates code
2014-04-30 21:36:09 +01:00
Dave Syer
2c087d4787
Update Boot version in gradle samples
2014-04-30 17:51:13 +01: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
Phillip Webb
fad5ce45db
Polish
2014-04-23 12:35:33 +01:00
Dave Syer
7b07fe8ce0
Convert remaining samples to use random port
...
Partial fix for gh-337. See also gh-607 which complements this, but might
conflict on a merge.
2014-04-17 20:29:04 -07:00
Dave Syer
f134e96053
Convert Actuator sample to dynamic ports
2014-04-17 17:36:09 -07:00
Spring Buildmaster
a5864ebcd0
Next development version
2014-04-06 22:43:18 -07:00
Dave Syer
72d7c286c0
Add Spring MVC-generated path suffixes to endpoint paths
...
Spring Security doesn't know that Spring MVC maps /foo, /foo.json
and /foo/ all to the same handler. This change explicitly adds
suffixes to the actuator endpoint matchers so they are properly
protected.
2014-04-03 14:03:09 +01: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
Phillip Webb
aca67066bf
Rename RestTemplates to TestRestTemplate
...
Rename the RestTemplates to TestRestTemplate to help indicate that it's
primarily intended for testing. Also now extend RestTemplate to allow
direct use, rather than via factory methods.
Fixes gh-599
2014-03-27 11:22:03 -07:00
Phillip Webb
d117a6b22b
Polish
2014-03-27 11:21:51 -07:00
Dave Syer
71c2c69c92
Return actual status code not 200 to machine client
...
Machine clients are much more fussy than browsers and we
should take care to preserve the HTTP status for them.
Fixes gh-596
2014-03-27 17:23:47 +00:00
Dave Syer
8491f8eb07
Simplify build config for actuator sample
2014-03-27 08:59:03 +00:00
Phillip Webb
f70d6fb411
Declare all repositories in build samples
...
Update Gradle and Ant samples to consistently declare all repositories
(local, central, release, snapshot, milestone).
Fixes gh-426
2014-03-25 16:00:55 -07:00
Phillip Webb
d42bedf295
Rename @ConfigurationProperties attributes
...
Rename `name` to `prefix` and `path` to `locations`.
2014-03-24 11:44:52 -07:00
Phillip Webb
47eb8180b3
Rename spring-boot-starter-shell -> remote-shell
...
Fixes gh-462
2014-03-21 09:05:56 -07:00
Phillip Webb
632af6b1ab
Polish gradle examples
...
Spaces -> Tabs, version number, whitespace.
2014-03-19 16:50:55 -07:00
Phillip Webb
4024450c5f
Rename starter-shell-remote to starter-shell
...
Fixes gh-462
2014-03-19 16:28:36 -07:00
Andy Wilkinson
e90bc49988
Add dependency on spring-boot-starter-test
...
Fixes #530
2014-03-19 11:32:25 +00:00
Phillip Webb
c5ee3c7eba
Remove duplicate documentation
...
Remove README files that have been since been migrated to the reference
documentation. Also updated remaining markdown files to asciidoctor to
save having a mix of different formats.
Fixed gh-503
2014-03-16 23:00:12 -07:00
Phillip Webb
80ac1fb0cd
Polish
2014-03-15 13:02:01 -07:00
Dave Syer
7a285cf65d
Convert all sample tests to @IntegrationTest where appropriate
...
Makes them a lot more readable IMO, and also enables @Autowiring
from the context into the test case (sweeet). I added @DirtiesContext
to all of them as well to be on the safe side, but possbly that can be
optimized in some way as well.
2014-03-11 13:54:30 +00:00
Dave Syer
6657e3ef84
More care taken with management.contextPath
...
The management.contextPath property should now be respected in a
secure application, whether or not the management.port is different.
Added some test cases in the sample to verify.
Fixes gh-469
2014-03-10 16:28:13 +00: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
Andy Wilkinson
326c12d1f5
Update Spring repository url in Gradle samples
2014-03-04 13:15:41 +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
Phillip Webb
c09ca17ca2
Update gradle example builds
2014-02-05 23:17:27 -08:00
Dave Syer
7a452d5bc0
Fix test that fails because of pretty printing
2014-01-31 16:38:09 +00:00
Christian Dupuis
b641a0d2a5
Enable json pretty print in actuator sample
2014-01-31 12:16:17 +01: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
0160760568
Apply latest eclipse cleanup rules
2014-01-21 16:28:26 -08:00
Phillip Webb
b12d728c06
Update ant example to 1.0.0.BUILD-SNAPSHOT
2014-01-21 10:22:42 -08: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