Andy Wilkinson
9ea5c58e38
Remove stale mention of module layout from Maven plugin's docs
...
Closes gh-14854
6 years ago
Andy Wilkinson
7eb1df1650
Test the Gradle Plugin against Gradle 4.10.2
...
Closes gh-15004
6 years ago
Andy Wilkinson
b1d159b3e1
Merge pull request #14975 from Christoph Dreis
...
* gh-14975:
Use MeterRegistry.isClosed() for tests
6 years ago
dreis2211
62ca9e47b8
Use MeterRegistry.isClosed() for tests
...
Closes gh-14975
6 years ago
Andy Wilkinson
974f90cefe
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
60784e631f
Use HTTPS URL to download Glassfish binary
...
Closes gh-14994
6 years ago
Andy Wilkinson
0cd2b9262b
Upgrade to Thymeleaf Extras Springsecurity4 3.0.4.RELEASE
...
Closes gh-14997
6 years ago
Andy Wilkinson
a1b51f7647
Upgrade to Activemq 5.15.7
...
Closes gh-14996
6 years ago
Andy Wilkinson
30a9c0ee07
Upgrade to Reactor Bom Bismuth-SR13
...
Closes gh-14995
6 years ago
Andy Wilkinson
4a0552e945
Upgrade to Thymeleaf 3.0.11.RELEASE
...
Closes gh-14920
6 years ago
Andy Wilkinson
ec3a0806e6
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
7f8f1f5bc2
Revert "Backport "Upgrade to Ehcache 2.10.6""
...
This reverts commit 264b7ca728
.
See gh-14962
6 years ago
Phillip Webb
a8ac091187
Merge pull request #14977 from nishantraut
...
* pr/14977:
Polish "Improve Path Matching and Content Negotiation docs"
Improve Path Matching and Content Negotiation docs
6 years ago
Phillip Webb
43dd3cfa76
Polish "Improve Path Matching and Content Negotiation docs"
...
See gh-14977
6 years ago
Nishant Raut
113abbe6e6
Improve Path Matching and Content Negotiation docs
...
Add a note to the "Path Matching and Content Negotiation" section about
the `spring.mvc.pathmatch.use-suffix-pattern` property.
Closes gh-14977
6 years ago
Phillip Webb
33c7a74bee
Update copyright year for changed files
6 years ago
Phillip Webb
997de53f20
Remove uncessary call in PropertiesMigrationReport
...
Closes gh-14974
6 years ago
Phillip Webb
236bd856f6
Merge pull request #14967 from chang-chao
...
* pr/14967:
Polish "Consider aliases when checking descendants"
Consider aliases when checking descendants
6 years ago
Phillip Webb
5603d61909
Polish "Consider aliases when checking descendants"
...
See gh-14967
6 years ago
chang-chao
256ca681fd
Consider aliases when checking descendants
...
Update `AliasedConfigurationPropertySource` to consider aliases in
`containsDescendantOf`.
Prior to this commit, given a source containing `example.name` with
a defined alias of `other.name -> example.name` calling
`containsDescendantOf("other")` would incorrectly return
`ConfigurationPropertyState.ABSENT`.
Closes gh-14967
6 years ago
Phillip Webb
7bb6df4206
Merge pull request #14933 from benas
...
* pr/14933:
Polish "Fix Spring Batch job restart parameters handling"
Fix Spring Batch job restart parameters handling
6 years ago
Phillip Webb
62b9268cec
Polish "Fix Spring Batch job restart parameters handling"
...
See gh-14933
6 years ago
Mahmoud Ben Hassine
ad3c3ad361
Fix Spring Batch job restart parameters handling
...
Fix the `JobLauncherCommandLineRunner` to correctly deal with job
parameters when restarting a job.
Prior to this commit, we were was calling the `getNextJobParameters`
method of the `JobParametersBuilder` from batch. This method was getting
the previous parameters of the wrong job instance in a restart scenario.
This commit fixes the issue by first getting the right job instance with
the provided parameters, then restarting it.
Closes gh-14933
6 years ago
Stephane Nicoll
d1ce315602
Merge branch '1.5.x' into 2.0.x
6 years ago
Stephane Nicoll
264b7ca728
Backport "Upgrade to Ehcache 2.10.6"
...
Closes gh-14962
6 years ago
Stephane Nicoll
b84b957242
Backport "Upgrade to Appengine Sdk 1.9.67"
...
Closes gh-14955
6 years ago
Phillip Webb
7bcc793faf
Fix WebMvcMetricsFilter logger imports
...
Don't use SLF4J loggers in `WebMvcMetricsFilter`.
Fixes gh-14953
6 years ago
Madhura Bhave
4322b9781b
Polish
6 years ago
Madhura Bhave
bc58d4456f
Rationalize DefaultRestartInitializerTests
...
Closes gh-14927
6 years ago
Madhura Bhave
44e96013ff
Merge pull request #14912 from dreis2211
...
* gh-14912:
Use Errors.hasErrors() in DefaultErrorAttributes
6 years ago
dreis2211
3fea487c7b
Use Errors.hasErrors() in DefaultErrorAttributes
...
Closes gh-14912
6 years ago
Madhura Bhave
d6991e6d91
Fix formatting violation
6 years ago
Madhura Bhave
5742c2383c
Merge pull request #14916 from dreis2211
...
* gh-14916:
Avoid creation of unnecessary collections
6 years ago
dreis2211
5c0d7f4ac0
Avoid creation of unnecessary collections
...
Closes gh-14916
6 years ago
Phillip Webb
35221c1142
Polish
6 years ago
Phillip Webb
de7eeb5014
Fix ResourceUrlEncodingFilter conditions
...
Fix `ResourceUrlEncodingFilter` conditions which were inadvertently
changed in commits 64f04fce
and 6cc272ec
and would back off if any
`FilterRegistrationBean` was found.
The updated conditions restores the behavior of Spring Boot 2.0.5 and
allows users to directly register their own `ResourceUrlEncodingFilter`
beans (as long as they don't use a `FilterRegistrationBean`).
Fixes gh-14897
6 years ago
Madhura Bhave
f145e81354
Use github release resource for publishing release notes
...
This commit also marks a release as pre-release for milestones and RCs
Closes gh-14908
Closes gh-14875
6 years ago
Andy Wilkinson
2110215559
Provide more detailed uri tag for calls to Data REST repositories
...
Closes gh-14872
6 years ago
Andy Wilkinson
d838787e70
Start building against Spring Data snapshots for Kay-SR12
...
See gh-14893
6 years ago
Andy Wilkinson
76ad197584
Deallocate servlet after forcing initialization in mappings endpoint
...
Previously, when using Tomcat, a call to mappings endpoint would force
the initialization of any DispatcherServlets in the context. This was
done by calling allocate on Tomcat's StandardWrapper. This left the
wrapper in a state that would cause it to block for two seconds during
shutdown as the wrapper has an outstanding allocation.
This commit immediately deallocates the servlet after it has been
allocated. This ensures that the DispatcherServlet has been initialized
while also leaving the wrapper in a state that it can shut down
immediately when asked to do so.
Closes gh-14898
6 years ago
Andy Wilkinson
9b8ead825c
Polish
6 years ago
Andy Wilkinson
d5201070e6
Cross-link to Gradle Plugin docs rather than duplicating example
...
Closes gh-14878
6 years ago
Andy Wilkinson
993c75ea38
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
fdca475be4
Use canonical link to project page for homepage in Homebrew formula
...
Closes gh-14851
6 years ago
Stephane Nicoll
696c621f35
Merge pull request #14836 from goughy000
...
* pr/14836:
Force JMX hostname to 127.0.0.1
6 years ago
Jack Gough
94770cc0fd
Force JMX hostname to 127.0.0.1
...
Closes gh-14836
6 years ago
Madhura Bhave
b832a2f604
Add reference to docker-lib source
6 years ago
Madhura Bhave
3a7101233f
Fix publish release notes script
...
See gh-14857
6 years ago
Madhura Bhave
54966bea6f
Use the entire version for the tag name
...
This commit also restores the `sed` call to sanitize the request body.
Fixes gh-14857
6 years ago
Spring Buildmaster
f67348d7ba
Next development version (v2.0.7.BUILD-SNAPSHOT)
6 years ago