Stephane Nicoll
cfdc75d384
Merge branch '1.5.x'
2017-02-06 10:38:16 +01:00
Stephane Nicoll
4d7b03b002
Polish contribution
...
Closes gh-8202
2017-02-06 10:34:22 +01:00
John Blum
31ed70e1b8
Improve spring-boot-sample-cache UX by using Maven profiles
...
See gh-8202
2017-02-06 09:50:40 +01:00
Madhura Bhave
5dafa3ae9c
Fixup version numbers following release
2017-01-30 15:27:42 -08:00
Andy Wilkinson
95f659f4f9
Add new WebApplicationType enum to pave the way for Web Flux support
...
Closes gh-8077
2017-01-30 20:26:24 +00:00
Spring Buildmaster
5c12500366
Next Development Version
2017-01-30 20:10:13 +00:00
Andy Wilkinson
c00638fee3
Remove Thymeleaf's layout dialect from its starter and update samples
...
Closes gh-7557
2017-01-30 14:20:50 +00:00
Andy Wilkinson
a9656145de
Fix up version numbers following release
2017-01-30 12:27:04 +00:00
Spring Buildmaster
a2696bf873
Next Development Version
2017-01-30 11:40:24 +00:00
Andy Wilkinson
bed727ae8c
Merge branch '1.5.x'
2017-01-26 15:05:02 +00:00
Andy Wilkinson
f34d309548
Formatting
2017-01-26 15:03:02 +00:00
Stephane Nicoll
bd0c1cb9c3
Fixup version numbers following release
2017-01-26 15:55:14 +01:00
Spring Buildmaster
ed1ce140c0
Next Development Version
2017-01-26 14:20:39 +00:00
Andy Wilkinson
9bba73a1a9
Upgrade to Thymeleaf 3 and drop support for Thymleaf 2
...
This commit raises the minimum supported version of Thymeleaf to
3.0.x. It also upgrades Spring Social to a version that is compatible
with Thymeleaf 3.
Closes gh-7450
Closes gh-6258
See gh-7885
2017-01-25 13:59:09 +00:00
Andy Wilkinson
9c77708fcb
Remove Jetty 9.3 sample that was missed in dbd10a8d
...
See gh-7985
2017-01-25 13:54:25 +00:00
Andy Wilkinson
dbd10a8daa
Remove support for Jetty 9.3 and earlier
...
Closes gh-7985
2017-01-24 20:00:50 +00:00
Andy Wilkinson
0807c27c26
Complete removing support for Tomcat 7
...
Closes gh-6416
2017-01-24 17:26:30 +00:00
Andy Wilkinson
0f998e2ae1
Merge branch '1.5.x'
2017-01-24 12:39:45 +00:00
Andy Wilkinson
013d45a4d7
Upgrade to Jetty 9.4.1.v20170120
...
Closes gh-7750
2017-01-24 12:39:22 +00:00
Andy Wilkinson
fa22396dae
Merge branch '1.5.x'
2017-01-24 10:53:29 +00:00
Andy Wilkinson
1a69a4ff67
Remove unnecessary use of @Autowired in the samples
2017-01-24 10:52:50 +00:00
Phillip Webb
8ffaa54e74
Merge branch '1.5.x'
2017-01-23 23:45:44 -08:00
Phillip Webb
2c89d9918f
Relocate AutoConfigurations from root package
...
Move PropertyPlaceholder and MessageSource auto-configuration from the
root package to the `context` subpackage.
Fixes gh-8071
2017-01-23 17:32:45 -08:00
Phillip Webb
3893383cbe
Merge branch '1.5.x'
2017-01-23 16:40:30 -08:00
Phillip Webb
5703fb1515
Polish
2017-01-23 16:03:59 -08:00
Andy Wilkinson
863d505994
Merge branch '1.5.x'
2017-01-23 11:09:28 +00:00
Andy Wilkinson
07d9c3fef6
Rename classes and package in new OAuth2 and Actuator sample
...
Closes gh-8058
2017-01-23 11:08:05 +00:00
Stephane Nicoll
4fe04178b7
Merge branch '1.5.x'
2017-01-20 16:43:21 +01:00
Stephane Nicoll
915c959a28
Polish contribution
...
Closes gh-7600
2017-01-20 16:40:48 +01:00
Phillip Webb
89f7ec054f
Merge branch '1.5.x'
2017-01-19 12:45:26 -08:00
Phillip Webb
f3cd0ad22c
Polish
2017-01-19 12:44:57 -08:00
Phillip Webb
5502fa2936
Merge branch '1.5.x'
2017-01-18 21:05:22 -08:00
Phillip Webb
10dbf3c571
Use @Validated as trigger for JSR-330 validation
...
Update `ConfigurationPropertiesBindingPostProcessor` so that
`@Validated` is expected to be used to trigger JSR-330 validation.
Any existing configuration classes that use JSR-330 annotations but
don't have `@Validated` will currently still be validated, but will
now log a warning. This should give users a chance to add the requested
annotations before the next Spring Boot release where we will use them
as the exclusive signal that validation is required.
Closes gh-7579
2017-01-18 21:01:07 -08:00
Andy Wilkinson
5036fc50fc
Merge branch '1.5.x'
2017-01-17 21:17:03 +00:00
Andy Wilkinson
29adf2d85e
Ensure that test closes InputStream that reads contents of output files
2017-01-17 21:16:20 +00:00
Andy Wilkinson
c2efae06f0
Merge branch '1.5.x'
2017-01-17 14:35:40 +00:00
Andy Wilkinson
2973d3ed4b
Polishing
2017-01-17 14:35:30 +00:00
Andy Wilkinson
467350a65d
Merge branch '1.5.x'
2017-01-17 14:27:02 +00:00
Andy Wilkinson
ed18478054
Give FileWritingMessageHandler more time to sort itself out
...
See 3927dca3
2017-01-17 14:26:14 +00:00
Andy Wilkinson
3fd597481f
Merge branch '1.5.x'
2017-01-17 13:19:31 +00:00
Andy Wilkinson
682d0f524f
Test insecure, insensitive endpoint with property that's always available
...
The user property is only available on Unix-like platforms (due to
the USER environment variable). This commit updates the test to
explicitly set a specific property and then check that it's accessible
via the env endpoint rather than using one that is OS-specific.
See gh-7868
See gh-7881
2017-01-17 13:17:32 +00:00
Andy Wilkinson
f87e8d1def
Merge branch '1.5.x'
2017-01-17 12:25:12 +00:00
Andy Wilkinson
8666248d27
Polishing
2017-01-17 12:25:01 +00:00
Andy Wilkinson
1ad7a66f03
Merge branch '1.5.x'
2017-01-17 11:53:14 +00:00
Andy Wilkinson
3927dca3e0
Tolerate files being briefly left open by FileWritingMessageHandler
...
When the context is closed, FileWritingMessageHandler is stopped and
it closes its output files. However, it appears to do so in a manner
which means that they may be closed after the call to close the
context is completed. This causes problems on Windows as files that
are still open cannot be deleted.
This commit adds a workaround to SampleIntegrationApplicationTests
so that it makes up to 10 attempts each 0.5s apart to clean up the
input and output directories.
2017-01-17 11:48:57 +00:00
Stephane Nicoll
f4f5a70cb2
Merge branch '1.5.x'
2017-01-17 09:57:53 +01:00
Johnny Lim
acc36c076d
Polish
...
See gh-8004
2017-01-17 09:53:50 +01:00
Stephane Nicoll
752a91c75b
Merge branch '1.5.x'
2017-01-14 04:36:47 -05:00
Stephane Nicoll
7e557662a5
Polish contribution
...
Closes gh-7916
2017-01-14 04:35:58 -05:00
Praveendra Singh
36de58f0fe
Polish samples list in readme
...
See gh-7916
2017-01-14 04:34:10 -05:00