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
Andy Wilkinson
1150f46b40
Merge branch 'gh-14503' into 2.0.x
6 years ago
Andy Wilkinson
d4cad5e916
Polish "Servlet path not explicitly required for EndpointRequest"
...
Closes gh-14503
6 years ago
Madhura Bhave
0fd873f0f9
Servlet path not explicitly required for EndpointRequest
6 years ago
Andy Wilkinson
85f2db3864
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
fc60dcd972
Fix up version numbers following release
6 years ago
Stephane Nicoll
9ade4898ef
Polish
6 years ago
Johnny Lim
47daf96c48
Polish
...
See gh-14843
6 years ago
Spring Buildmaster
4d24feb443
Next development version
6 years ago
Andy Wilkinson
c2588f4e33
Upgrade to Spring AMQP 2.0.8.RELEASE
...
Closes gh-14833
6 years ago
Andy Wilkinson
11afc75b83
Upgrade to Spring Security 5.0.9.RELEASE
...
Closes gh-14850
6 years ago
Andy Wilkinson
1163d86f26
Upgrade to Spring Session Apple-SR6
...
Closes gh-14732
6 years ago
Andy Wilkinson
5256529df9
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
8c1e3fd683
Upgrade to Spring Security 4.2.9.RELEASE
...
Closes gh-14848
6 years ago
Phillip Webb
a12a6f2ade
Polish
6 years ago
Phillip Webb
8ecb659a35
Deprecate SecurityPrerequisite
...
Deprecate `SecurityPrerequisite` interface since we don't support it
in Spring Boot 2.
Closes gh-14846
6 years ago
Phillip Webb
cd1c2638e5
Polish
6 years ago
Madhura Bhave
ef655ce949
Update sonatype credentials in sync-to-maven-central job
...
Closes gh-14454
6 years ago
Phillip Webb
5d219bcd19
Polish
6 years ago
Stephane Nicoll
45121f225e
Fix default property value
6 years ago
Phillip Webb
192340c5ee
Upgrade to Spring AMQP 2.0.8.RELEASE
...
Closes gh-14833
6 years ago
Phillip Webb
b25e222136
Retain original case when mapping endpoint paths
...
Update `MappingWebEndpointPathMapper` to keep the original case rather
than using a lower-case version.
Closes gh-14773
6 years ago
Stephane Nicoll
935d621a42
Fix mapping of Wavefront base properties
...
Closes gh-14839
6 years ago
Stephane Nicoll
94b2092218
Add base test for StepRegistryPropertiesConfigAdapter
6 years ago
Andy Wilkinson
a70aafd35a
Upgrade to Reactor Bismuth-SR12
...
Closes gh-14838
6 years ago
Andy Wilkinson
a9524d32ac
Upgrade to Spring Integration 5.0.9.RELEASE
...
Closes gh-14834
6 years ago
Andy Wilkinson
0263914844
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
2f42ac6630
Upgrade to Spring Amqp 1.7.11.RELEASE
...
Closes gh-14837
6 years ago
Andy Wilkinson
0c9cd908e9
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
c22b07ce56
Upgrade to Spring Security OAuth 2.0.16.RELEASE
...
Closes gh-14832
6 years ago
Phillip Webb
c306e03112
Support '-' in endpoint names
...
Update the `EndpointId` constraints to allow '-' in names.
Closes gh-14773
6 years ago
Phillip Webb
d8b9685635
Support '.' in endpoint names
...
Update the `EndpointId` constraints to allow '.' in names.
Closes gh-14773
6 years ago
Stephane Nicoll
99a45bdef8
Fix datasource prefix in multiple-datasource configuration doc
...
Closes gh-13195
6 years ago
Andy Wilkinson
0fedf8d2af
Keep Liquibase-specific DataSource open for use by LiquibaseEndpoint
...
Closes gh-13832
6 years ago