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
2018-10-16 11:51:54 -07:00
Spring Buildmaster
f67348d7ba
Next development version (v2.0.7.BUILD-SNAPSHOT)
2018-10-16 15:19:00 +00:00
Andy Wilkinson
1150f46b40
Merge branch 'gh-14503' into 2.0.x
2018-10-16 13:02:12 +01:00
Andy Wilkinson
d4cad5e916
Polish "Servlet path not explicitly required for EndpointRequest"
...
Closes gh-14503
2018-10-16 13:01:49 +01:00
Madhura Bhave
0fd873f0f9
Servlet path not explicitly required for EndpointRequest
2018-10-16 11:58:07 +01:00
Andy Wilkinson
85f2db3864
Merge branch '1.5.x' into 2.0.x
2018-10-16 11:11:08 +01:00
Andy Wilkinson
fc60dcd972
Fix up version numbers following release
2018-10-16 11:10:54 +01:00
Stephane Nicoll
9ade4898ef
Polish
2018-10-16 12:03:32 +02:00
Johnny Lim
47daf96c48
Polish
...
See gh-14843
2018-10-16 11:37:02 +02:00
Spring Buildmaster
4d24feb443
Next development version
2018-10-16 08:44:44 +00:00
Andy Wilkinson
c2588f4e33
Upgrade to Spring AMQP 2.0.8.RELEASE
...
Closes gh-14833
2018-10-16 09:44:21 +01:00
Andy Wilkinson
11afc75b83
Upgrade to Spring Security 5.0.9.RELEASE
...
Closes gh-14850
2018-10-16 09:44:01 +01:00
Andy Wilkinson
1163d86f26
Upgrade to Spring Session Apple-SR6
...
Closes gh-14732
2018-10-16 09:12:40 +01:00
Andy Wilkinson
5256529df9
Merge branch '1.5.x' into 2.0.x
2018-10-16 07:23:30 +01:00
Andy Wilkinson
8c1e3fd683
Upgrade to Spring Security 4.2.9.RELEASE
...
Closes gh-14848
2018-10-16 07:18:23 +01:00
Phillip Webb
a12a6f2ade
Polish
2018-10-15 21:24:35 -07:00
Phillip Webb
8ecb659a35
Deprecate SecurityPrerequisite
...
Deprecate `SecurityPrerequisite` interface since we don't support it
in Spring Boot 2.
Closes gh-14846
2018-10-15 21:00:53 -07:00
Phillip Webb
cd1c2638e5
Polish
2018-10-15 15:42:15 -07:00
Madhura Bhave
ef655ce949
Update sonatype credentials in sync-to-maven-central job
...
Closes gh-14454
2018-10-15 15:15:02 -07:00
Phillip Webb
5d219bcd19
Polish
2018-10-15 14:45:49 -07:00
Stephane Nicoll
45121f225e
Fix default property value
2018-10-15 23:20:38 +02:00
Phillip Webb
192340c5ee
Upgrade to Spring AMQP 2.0.8.RELEASE
...
Closes gh-14833
2018-10-15 14:20:16 -07:00
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
2018-10-15 14:20:16 -07:00
Stephane Nicoll
935d621a42
Fix mapping of Wavefront base properties
...
Closes gh-14839
2018-10-15 23:18:12 +02:00
Stephane Nicoll
94b2092218
Add base test for StepRegistryPropertiesConfigAdapter
2018-10-15 23:05:54 +02:00
Andy Wilkinson
a70aafd35a
Upgrade to Reactor Bismuth-SR12
...
Closes gh-14838
2018-10-15 21:02:11 +01:00
Andy Wilkinson
a9524d32ac
Upgrade to Spring Integration 5.0.9.RELEASE
...
Closes gh-14834
2018-10-15 21:01:55 +01:00
Andy Wilkinson
0263914844
Merge branch '1.5.x' into 2.0.x
2018-10-15 20:51:34 +01:00
Andy Wilkinson
2f42ac6630
Upgrade to Spring Amqp 1.7.11.RELEASE
...
Closes gh-14837
2018-10-15 20:51:21 +01:00
Andy Wilkinson
0c9cd908e9
Merge branch '1.5.x' into 2.0.x
2018-10-15 20:45:40 +01:00
Andy Wilkinson
c22b07ce56
Upgrade to Spring Security OAuth 2.0.16.RELEASE
...
Closes gh-14832
2018-10-15 20:45:08 +01:00
Phillip Webb
c306e03112
Support '-' in endpoint names
...
Update the `EndpointId` constraints to allow '-' in names.
Closes gh-14773
2018-10-15 11:27:30 -07:00
Phillip Webb
d8b9685635
Support '.' in endpoint names
...
Update the `EndpointId` constraints to allow '.' in names.
Closes gh-14773
2018-10-15 09:37:44 -07:00
Stephane Nicoll
99a45bdef8
Fix datasource prefix in multiple-datasource configuration doc
...
Closes gh-13195
2018-10-15 16:42:34 +02:00
Andy Wilkinson
0fedf8d2af
Keep Liquibase-specific DataSource open for use by LiquibaseEndpoint
...
Closes gh-13832
2018-10-15 15:26:26 +01:00
Stephane Nicoll
d4ec45e192
Fix javadoc generation
2018-10-15 15:12:52 +02:00
Stephane Nicoll
99dcdd7dbf
Merge branch '1.5.x' into 2.0.x
2018-10-15 15:09:54 +02:00
Stephane Nicoll
ce84068e91
Upgrade to Spring Data Ingalls SR16
...
Closes gh-14727
2018-10-15 15:09:07 +02:00
Stephane Nicoll
0ac6542696
Upgrade to Spring Framework 4.3.20.RELEASE
...
Closes gh-14721
2018-10-15 15:08:32 +02:00
Andy Wilkinson
6d98851fb5
Use Couchbase's DiagnosticsReport to determine its health
...
Previously, Couchbase's health was determined by retrieving the bucket info
from the cluster info. This retrieval could take over one minute in some
cases even when Couchbase is health. This latency is too large for a health
check.
The Couchbase team have recommended the of a Cluster#diagnostics instead.
This provides a much lower latency view of the cluster's health. This
commit updates CouchbaseHealthIndicator to use Cluster#diagnostics while
retaining support, in a deprecated form, for the old info-based mechanism
should anyone want to opt back into that in 2.0.x.
Closes gh-14685
2018-10-15 13:44:42 +01:00
Stephane Nicoll
b7b9bf209e
Upgrade to Spring Data Kay SR11
...
Closes gh-14728
2018-10-15 14:15:27 +02:00
Andy Wilkinson
ab7c1af3ec
Auto-configure SpringSecurityDialect for v5 and deprecate v4
...
Closes gh-14828
2018-10-15 12:18:40 +01:00
Andy Wilkinson
a25e4a860c
Upgrade to Thymeleaf Extras Spring Security 3.0.3.RELEASE
...
Closes gh-14829
2018-10-15 12:02:16 +01:00
Stephane Nicoll
0fdf96da3b
Upgrade to Spring Framework 5.0.10.RELEASE
...
Closes gh-14722
2018-10-15 11:26:16 +02:00
Stephane Nicoll
eeb7cab661
Upgrade to Neo4j Ogm 3.1.4
...
Closes gh-14826
2018-10-15 10:50:06 +02:00
Phillip Webb
bb4e9a5bc1
Merge pull request #14822 from Hanope
...
* pr/14822:
Fix typo in EndpointIdTests
2018-10-14 19:13:07 -07:00
Hanope
535dd7470f
Fix typo in EndpointIdTests
...
Closes gh-14822
2018-10-14 19:11:56 -07:00
Phillip Webb
3eb877425e
Upgrade to Micrometer 1.0.7
...
Closes gh-14808
2018-10-14 19:07:50 -07:00
Phillip Webb
3b49bdecb3
Merge branch 'gh-14773' into 2.0.x
...
Closes gh-14773
2018-10-14 13:51:45 -07:00
Phillip Webb
a00ee15e16
Use lowercase default endpoint paths
...
Update `MappingWebEndpointPathMapper` to use the lowercase version of
the endpoint ID when no explicit path mapping has been set. An endpoint
with the ID 'myEndpoint' will now be mapped to the path 'myendpoint'.
See gh-14773
2018-10-14 13:45:05 -07:00