Andy Wilkinson
1d312171c1
Merge branch '1.1.x'
2015-01-20 09:50:47 +00:00
Andy Wilkinson
f10c9b5312
Avoid race between file creation and its contents being written
...
Previously, SampleIntegrationParentApplicationTests assumed that when
an output file existed on disk its contents would have been written
in their entirety. This assumption does not hold true and causes the
test to fail intermittently as it incorrectly determines that the test
has produced no output.
This commit updates the test to wait for up to 30 seconds for the
output files to appear on disk and for the expected content to be
found in one of those files. If the files exist but do not
contain the expected content the test will keep trying until it does
or until too much time as elapsed.
Fixes gh-2380
2015-01-20 09:50:35 +00:00
Spring Buildmaster
60725cd8bd
Next development version
2015-01-07 23:37:07 -08:00
Phillip Webb
5afd0b4858
Polish sample POM names
2014-12-19 15:59:44 -08:00
Spring Buildmaster
63e6a25097
Next development version
2014-12-10 18:06:30 -08:00
Spring Buildmaster
1a788c1741
Next development version
2014-12-10 16:35:50 -08:00
Spring Buildmaster
46b7738334
Next development version
2014-11-11 17:12:24 -08:00
Phillip Webb
d039f43107
Update samples to use @SpringBootApplication
...
Update the relevant samples to use the new @SpringBootApplication
annotation.
Closes gh-1842
2014-11-06 22:51:09 -08:00
Spring Buildmaster
3e71a21b30
Next development version
2014-10-10 15:19:47 -07:00
Phillip Webb
09d5812c3b
Merge branch '1.1.x'
2014-10-06 11:07:28 -07:00
Phillip Webb
b616e9fdc4
Rename SampleIntegrationApplicationTests
2014-10-06 10:47:40 -07:00
Spring Buildmaster
edb4b7ed7d
Next development version
2014-09-25 21:02:37 -07:00
Spring Buildmaster
d63e4b4329
Next development version
2014-09-04 12:15:18 -07:00
Spring Buildmaster
74d0c5185a
Next development version
2014-08-07 11:59:17 -07:00
Dave Syer
178386abc4
Merge branch '1.1.x'
2014-08-06 19:33:57 -07:00
Dave Syer
38f8d65756
Use ApplicationEvent to ensure that authentication event publisher is registered
...
There was a reference to an old (fixed) issue in Spring which led to some simplification
of the AuthenticationManager layering as well.
Fixes gh-1335
2014-08-06 19:30:27 -07:00
Andy Wilkinson
d04f325294
Merge branch '1.1.x'
2014-07-23 15:57:53 +01:00
Andy Wilkinson
7945b29669
Correct the descriptions of two sample projects
2014-07-23 15:57:44 +01:00
Stephane Nicoll
249e09d9bc
Switch master to 1.2.0.BUILD-SNAPSHOT
2014-07-11 10:44:05 +02:00
Spring Buildmaster
40327e1ae6
Next development version
2014-07-08 02:33:36 -07:00
Phillip Webb
8054426803
Format source code
2014-07-02 15:17:25 -07:00
Phillip Webb
fa88c481a5
Remote trailing whitespace
2014-07-02 15:17:14 -07:00
Dave Syer
fd757cb371
Add logging.level to application.properties
...
E.g.
logging.level.org.springframework: DEBUG
logging.level.org.hibernate: WARN
Fixed gh-788
2014-06-27 15:49:17 +01:00
Spring Buildmaster
981669b7c0
Next development version
2014-06-26 14:09:54 -07:00
Phillip Webb
200cd535c2
Revert "Next development version"
...
This reverts commit 67189477fe
.
2014-06-26 11:03:09 -07:00
Spring Buildmaster
67189477fe
Next development version
2014-06-26 10:51:35 -07:00
Spring Buildmaster
542f3cbda8
Next development version
2014-06-24 13:53:56 -07:00
Spring Buildmaster
4ca26a21dc
Next development version
2014-06-11 10:46:27 -07:00
Dave Syer
36130b27e1
Support for Jmx (and Integration) autoconfig in parent contexts
...
When there are parent contexts we already had a strategy for registering
the actuator endpoints, but not the regular JMX or Integration MBeans.
This chnage makes the autoconfigs for JMX aware of the parent context.
Also adds a sample with a parent context.
See gh-847
2014-06-10 15:12:30 +01:00