Phillip Webb
07c000c5b7
Merge branch '1.5.x' into 2.0.x
2019-04-02 13:34:28 -07:00
Andy Wilkinson
da4a7203c7
Upgrade to Spring Security 5.0.12
...
Closes gh-16353
2019-04-02 19:45:35 +01:00
Andy Wilkinson
7b5f46d6e3
Add Spring-Boot-* manifest attributes to jars and wars built with Gradle
...
Closes gh-16068
2019-04-02 10:13:09 +01:00
Andy Wilkinson
336af93c7e
Update to Spring AMQP 2.0.12
...
Closes gh-16346
2019-04-02 09:44:22 +01:00
Andy Wilkinson
f4942b76f0
Upgrade to Spring Data Kay-SR14
...
Closes gh-16359
2019-04-02 09:33:28 +01:00
Andy Wilkinson
922ab115ab
Switch custom repository to one with JDK 9-friendly SSL certification chain
2019-04-01 14:07:01 +01:00
Andy Wilkinson
2adb6b1fa4
Override version of Maven Site Plugin for JDK 9+181 compatibility
...
See gh-16400
2019-04-01 11:53:31 +01:00
Stephane Nicoll
695dc8e992
Switch to snapshots
2019-03-31 19:37:43 +02:00
Stephane Nicoll
165b9d950a
Upgrade to Spring Framework 5.0.13.RELEASE
...
Closes gh-16339
2019-03-31 15:26:57 +02:00
Andy Wilkinson
7990c8ba68
Merge branch '1.5.x' into 2.0.x
2019-03-29 16:06:47 +00:00
Stephane Nicoll
28b38ddc9a
Upgrade to Reactor Bom Bismuth-SR17
...
Closes gh-16372
2019-03-29 14:15:40 +01:00
Stephane Nicoll
4c1186cbd8
Merge branch '1.5.x' into 2.0.x
2019-03-29 14:12:52 +01:00
Stephane Nicoll
1a89087a87
Upgrade to Thymeleaf Extras Java8time 3.0.4.RELEASE
...
Closes gh-16378
2019-03-29 13:27:15 +01:00
Stephane Nicoll
7cff82647d
Upgrade to Spring Cloud Connectors 2.0.5.RELEASE
...
Closes gh-16377
2019-03-29 13:27:15 +01:00
Stephane Nicoll
e3e290e959
Upgrade to Quartz 2.3.1
...
Closes gh-16376
2019-03-29 13:27:15 +01:00
Stephane Nicoll
9ab942c54c
Upgrade to Hibernate Validator 6.0.16.Final
...
Closes gh-16375
2019-03-29 13:27:15 +01:00
Stephane Nicoll
8c85f1a141
Upgrade to Elasticsearch 5.6.16
...
Closes gh-16374
2019-03-29 13:27:15 +01:00
Stephane Nicoll
f7d2cc6aa7
Upgrade to Activemq 5.15.9
...
Closes gh-16373
2019-03-29 13:27:15 +01:00
Stephane Nicoll
49f2d1bd3e
Upgrade to Netty 4.1.34.Final
...
Closes gh-16371
2019-03-29 13:23:25 +01:00
Stephane Nicoll
ca9afa7b55
Upgrade to Micrometer 1.0.10
...
Closes gh-16370
2019-03-29 13:23:24 +01:00
Stephane Nicoll
c88bfed669
Upgrade to Unboundid Ldapsdk 4.0.10
...
Closes gh-16369
2019-03-29 13:23:23 +01:00
Andy Wilkinson
6507d1723d
Merge branch '1.5.x' into 2.0.x
2019-03-29 11:02:56 +00:00
Andy Wilkinson
be32421b86
Merge branch '1.5.x' into 2.0.x
2019-03-28 15:55:32 +00:00
Andy Wilkinson
14b21026bf
Polish "Use HTTPS for external links wherever possible"
...
See gh-16319
2019-03-28 09:17:50 +00:00
Spring Operator
1a4c6f2dac
Use HTTPS for external links wherever possible
...
See gh-16319
2019-03-27 20:06:52 +00:00
Andy Wilkinson
ba4671f0ab
Merge branch '1.5.x' into 2.0.x
2019-03-27 19:59:36 +00:00
Spring Operator
a5dba01cb9
Use HTTPS for external links from XML files where possible
...
See gh-16314
2019-03-26 13:52:17 +00:00
Andy Wilkinson
fedb40a2bf
Merge branch '1.5.x' into 2.0.x
2019-03-26 13:48:32 +00:00
Andy Wilkinson
9fbd38ab3c
Merge branch '1.5.x' into 2.0.x
2019-03-20 16:45:26 +00:00
Spring Operator
3e2b6ac8ed
Update build and setup configuration to use HTTPS
...
See gh-16246
2019-03-19 16:58:31 +00:00
Brian Clozel
8866a25ef7
Polish Undertow tests
2019-03-13 11:55:53 +01:00
Brian Clozel
6138041578
Polish
...
Fixes gh-16014
2019-03-13 11:55:41 +01:00
Johnny Lim
a6ccdbe19f
Handle missing exceptions in WebMvcMetricsFilter
...
Prior to this commit, exceptions nested in
`NestedServletExceptions` would not be recorded by the
`WebMvcMetricsFilter`. This commit ensures that exceptions
happening downstream (e.g. happening while writing the response
body itself) are properly recorded.
See https://github.com/micrometer-metrics/micrometer/issues/1190
See gh-16014
2019-03-13 11:07:32 +01:00
Stephane Nicoll
50d0b4df46
Polish
2019-03-12 11:04:00 +01:00
Phillip Webb
9c3af103e0
Fix ScheduledTasksEndpointAutoConfigurationTests
...
Update the `CustomEndpointConfiguration` class in
`ScheduledTasksEndpointAutoConfigurationTests` to be package private
so that it can be enhanced by cglib.
Prior to merge commit 361437f4
the class was a lite configuration so
it didn't matter that it was a private class.
2019-03-11 22:12:36 -07:00
Phillip Webb
03beed603c
Fix ScheduledTasksEndpointTests BaseConfiguration
...
Update the `BaseConfiguration` class in `ScheduledTasksEndpointTests`
to be package private so that it can be enhanced by cglib.
Prior to merge commit 361437f4
the class was a lite configuration so
it didn't matter that it was a private class.
2019-03-11 21:07:20 -07:00
Andy Wilkinson
c2eeeb032c
Work around javac bug
2019-03-11 16:27:56 +00:00
Andy Wilkinson
361437f4e2
Merge branch '1.5.x' into 2.0.x
2019-03-11 15:53:34 +00:00
Andy Wilkinson
affdbeef41
Polish
2019-03-07 10:08:39 +00:00
Andy Wilkinson
17a1b2822c
Isolate LoggerContext state to each test
...
Closes gh-16162
2019-03-07 09:37:41 +00:00
Andy Wilkinson
83216c34e5
Merge branch '1.5.x' into 2.0.x
2019-03-07 09:25:17 +00:00
Andy Wilkinson
e56580ddc6
Merge branch '1.5.x' into 2.0.x
2019-03-06 15:10:25 +00:00
Andy Wilkinson
4cfc532890
Upgrade to Spring Ws 3.0.7.RELEASE
...
Closes gh-16127
2019-03-06 13:30:51 +00:00
Andy Wilkinson
51657e1ad0
Upgrade to Spring Integration 5.0.12.RELEASE
...
Closes gh-16126
2019-03-06 13:30:49 +00:00
Andy Wilkinson
ab05a07807
Upgrade to Neo4j Ogm 3.1.8
...
Closes gh-16125
2019-03-06 13:30:48 +00:00
Andy Wilkinson
7a26a092aa
Upgrade to Hibernate Validator 6.0.15.Final
...
Closes gh-16124
2019-03-06 13:30:46 +00:00
Andy Wilkinson
31892a3488
Upgrade to Elasticsearch 5.6.15
...
Closes gh-16123
2019-03-06 13:30:45 +00:00
Andy Wilkinson
5f35a1d089
Merge branch '1.5.x' into 2.0.x
2019-03-06 13:30:09 +00:00
Stephane Nicoll
b8cbd0c17f
Merge branch '1.5.x' into 2.0.x
2019-03-04 14:55:10 +01:00
Andy Wilkinson
5dc285f2cf
Upgrade to Spring Hateoas 0.25.1.RELEASE
...
Closes gh-15944
2019-02-13 17:49:00 +00:00