Stephane Nicoll
c3eaa6dc54
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21366
2020-05-08 16:57:41 +02:00
Stephane Nicoll
efc9978362
Document use case of splitting auto-configuration and starter
...
Closes gh-20686
2020-05-08 16:55:47 +02:00
Stephane Nicoll
0dfca922ac
Merge pull request #21318 from ahrytsiuk
...
* pr/21318:
Polish "Align TestRestTemplate Javadoc with documentation"
Align TestRestTemplate Javadoc with documentation
Closes gh-21318
2020-05-08 14:51:30 +02:00
Stephane Nicoll
60ff8bafb5
Polish "Align TestRestTemplate Javadoc with documentation"
...
See gh-21318
2020-05-08 14:49:50 +02:00
Andrii Hrytsiuk
f11c030b71
Align TestRestTemplate Javadoc with documentation
...
See gh-21318
2020-05-08 14:48:21 +02:00
Stephane Nicoll
15cd0f8ef4
Merge branch '2.1.x' into 2.2.x
2020-05-07 17:50:14 +02:00
Spring Buildmaster
b65747e301
Next development version (v2.2.8.BUILD-SNAPSHOT)
2020-05-07 15:27:07 +00:00
Spring Buildmaster
9f37f163a8
Next development version (v2.1.15.BUILD-SNAPSHOT)
2020-05-07 14:10:55 +00:00
Stephane Nicoll
31f9a965f0
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21351
2020-05-07 14:12:53 +02:00
Stephane Nicoll
1a4f6df0a3
Upgrade to Spring Ldap 2.3.3.RELEASE
...
Closes gh-21342
2020-05-07 14:11:24 +02:00
Stephane Nicoll
55a1cd4a34
Upgrade to Spring Security 5.2.4.RELEASE
...
Closes gh-21348
2020-05-07 09:41:38 +02:00
Stephane Nicoll
c56a113867
Merge branch '2.1.x' into 2.2.x
2020-05-07 09:40:40 +02:00
Stephane Nicoll
66afe280cb
Upgrade to Spring Security 5.1.10.RELEASE
...
Closes gh-21346
2020-05-07 09:32:15 +02:00
Madhura Bhave
5583f64b1f
Add tests to verify Jetty's thread pool defaults match server defaults
...
Closes gh-21213
2020-05-06 16:35:00 -07:00
Madhura Bhave
f29bce657e
Harmonize default for server.tomcat.use-relative-redirects
...
Prior to this commit, the property was a Boolean with a null default.
If it was explicitly set by the user, a context customizer would use
that value to set it on the context. However, if it was not set, the default
wouldn't be tomcat's default but `false` because it was explicitly set to
`false` in `TomcatServletWebServerFactory`. This commit defaults the property
itself to `false` so that the default is more obvious to the user.
Fixes gh-20796
2020-05-06 15:54:27 -07:00
Andy Wilkinson
386d678d99
Use Gradle's CreateStartScripts task with 6.4 and later
...
Fixes gh-20759
2020-05-06 17:02:34 +01:00
Stephane Nicoll
addaf5ff18
Upgrade to Jetty El 8.5.54
...
Closes gh-21340
2020-05-06 16:09:23 +02:00
Stephane Nicoll
4dc9aa082f
Upgrade to Hibernate 5.4.15.Final
...
Closes gh-21339
2020-05-06 16:09:23 +02:00
Stephane Nicoll
5bb26bf9db
Upgrade to Johnzon Jsonb 1.2.5
...
Closes gh-21338
2020-05-06 16:09:22 +02:00
Stephane Nicoll
cd7048315d
Upgrade to Byte Buddy 1.10.10
...
Closes gh-21337
2020-05-06 16:09:22 +02:00
Stephane Nicoll
f4d007222f
Upgrade to Dropwizard Metrics 4.1.7
...
Closes gh-21336
2020-05-06 16:09:22 +02:00
Stephane Nicoll
51740133c3
Upgrade to Saaj Impl 1.5.2
...
Closes gh-21335
2020-05-06 16:09:17 +02:00
Stephane Nicoll
30a48d55c4
Upgrade to Okhttp3 3.14.8
...
Closes gh-21334
2020-05-06 15:33:37 +02:00
Stephane Nicoll
5be1f67936
Upgrade to Hazelcast 3.12.7
...
Closes gh-21333
2020-05-06 15:33:36 +02:00
Stephane Nicoll
938a99bb21
Upgrade to Jackson 2.10.4
...
Closes gh-21332
2020-05-06 15:33:35 +02:00
Stephane Nicoll
b54b0e64c7
Merge branch '2.1.x' into 2.2.x
2020-05-06 15:32:33 +02:00
Stephane Nicoll
293cd6edb9
Upgrade to Jetty El 8.5.54
...
Closes gh-21331
2020-05-06 15:21:58 +02:00
Stephane Nicoll
6c8f0a0082
Upgrade to Hibernate 5.3.17.Final
...
Closes gh-21330
2020-05-06 15:21:56 +02:00
Andy Wilkinson
9ba78db865
Allow Undertow to stop when a request is being handled
...
Previously, unlike embedded Jetty, Netty, and Tomcat, Undertow would
not stop when one of its worker threads was in use. This meant that a
a long-running or stalled request could prevent the application from
shutting down in response to SIGTERM or SIGINT, and SIGTERM would be
required to get the process to exit.
This commit updates the factories for the reactive and servlet
Undertow web server factories to configure Undertow to use a 0ms
shutdown timeout. This aligns it with the behaviour of Jetty, Netty,
and Tomcat. Tests have been introduced to verify the behaviour across
the reactive and servlet variants of all four supported embedded web
servers.
Fixes gh-21319
2020-05-06 12:23:37 +01:00
Madhura Bhave
43e7ccd620
Detect log4j2-test.* files when using log4J2
...
Fixes gh-17001
2020-05-05 14:12:34 -07:00
Phillip Webb
98d27db767
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21320
2020-05-05 12:12:31 -07:00
Phillip Webb
df70c42f98
Allow classpath wildcards with Java 11 or above
...
Update `StaticResourceJars` to catch both `IOException` and
`InvalidPathException` when checking URLs. Prior to this commit only
`IOException` was caught which worked on Java 8 but not Java 11 or
above.
Fixes gh-21312
2020-05-05 12:10:31 -07:00
Stephane Nicoll
487329fafa
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21260
2020-05-04 15:02:17 +02:00
Stephane Nicoll
9e0f7ad245
Polish bomr exclusion for the maven shade plugin
...
See gh-21265
2020-05-04 14:56:08 +02:00
Stephane Nicoll
e54b7d07c9
Upgrade Ubuntu version in CI images
...
Closes gh-21262
2020-05-04 14:19:02 +02:00
Stephane Nicoll
0f86baea8e
Add bomr exclusion for the maven shade plugin
...
Closes gh-21265
2020-05-04 14:10:37 +02:00
Phillip Webb
92ef515fbe
Fix @DefaultValue PropertyEditor based conversion
...
Update `ValueObjectBinder` reattempt conversion if the `@DefaultValue`
contains a single element. Prior to this commit, single element
conversion relied on the `ArrayToObjectConverter` which isn't always
available.
Fixes gh-21264
2020-05-01 18:26:18 -07:00
Stephane Nicoll
6051a27bd7
Upgrade to Spring Integration 5.2.6
...
Closes gh-20950
2020-04-30 15:24:19 +02:00
Stephane Nicoll
052dffed81
Merge branch '2.1.x' into 2.2.x
2020-04-30 15:23:58 +02:00
Stephane Nicoll
5292b3a693
Upgrade to Spring Integration 5.1.10
...
Closes gh-20941
2020-04-30 15:22:41 +02:00
Stephane Nicoll
21bb718d5e
Merge branch '2.1.x' into 2.2.x
2020-04-29 14:28:33 +02:00
Stephane Nicoll
2ca5eebd25
Upgrade to Spring Kafka 2.3.8
...
Closes gh-20952
2020-04-29 14:24:17 +02:00
Stephane Nicoll
8e999a4a9e
Upgrade to Spring AMQP 2.2.6
...
Closes gh-20946
2020-04-29 14:23:38 +02:00
Stephane Nicoll
3e6b62b043
Upgrade to Spring Kafka 2.2.13
...
Closes gh-20988
2020-04-29 14:20:59 +02:00
Stephane Nicoll
524d316500
Upgrade to Spring AMQP 2.1.14
...
Closes gh-20939
2020-04-29 14:20:39 +02:00
Stephane Nicoll
a18a6e1058
Upgrade to Glassfish Jaxb 2.3.3
...
Closes gh-21195
2020-04-29 14:12:58 +02:00
Stephane Nicoll
673af8d1d9
Upgrade to Spring Data Moore-SR7
...
Closes gh-20948
2020-04-28 15:41:35 +02:00
Stephane Nicoll
76740db9a5
Upgrade to Spring HATEOAS 1.0.5.RELEASE
...
Closes gh-21209
2020-04-28 15:40:51 +02:00
Stephane Nicoll
ca458c2666
Upgrade to Spring Data Lovelace-SR17
...
Closes gh-20940
2020-04-28 15:38:02 +02:00
Stephane Nicoll
7934927f1f
Merge branch '2.1.x' into 2.2.x
2020-04-28 15:37:23 +02:00