Stephane Nicoll
5813021b7b
Upgrade to Kotlin Coroutines 1.5.2
...
Closes gh-27982
2021-09-14 07:15:31 +02:00
Stephane Nicoll
3e221094c0
Upgrade to jOOQ 3.14.14
...
Closes gh-27980
2021-09-14 07:15:29 +02:00
Stephane Nicoll
afba450e53
Upgrade to Jetty EL 9.0.52
...
Closes gh-27979
2021-09-14 07:15:28 +02:00
Stephane Nicoll
d8254af351
Upgrade to Jackson Bom 2.12.5
...
Closes gh-27978
2021-09-14 07:15:27 +02:00
Stephane Nicoll
c624dc9c78
Upgrade to Gson 2.8.8
...
Closes gh-27977
2021-09-14 07:15:26 +02:00
Stephane Nicoll
f4cbcaf774
Upgrade to Groovy 3.0.9
...
Closes gh-27976
2021-09-14 07:15:25 +02:00
Stephane Nicoll
bffd983d56
Upgrade to Glassfish EL 3.0.4
...
Closes gh-27975
2021-09-14 07:15:24 +02:00
Stephane Nicoll
1aaa79c841
Upgrade to Ehcache3 3.9.6
...
Closes gh-27974
2021-09-14 07:15:23 +02:00
Stephane Nicoll
9538b07bdf
Start building against Spring HATEOAS 1.4.0-M3 snapshots
...
See gh-27971
2021-09-13 14:37:35 +02:00
Stephane Nicoll
35f61bf1ca
Start building against Spring HATEOAS 1.3.4 snapshots
...
See gh-27970
2021-09-13 14:28:22 +02:00
Stephane Nicoll
57dcb70910
Start building against Spring HATEOAS 1.2.9 snapshots
...
See gh-27969
2021-09-13 14:27:28 +02:00
Andy Wilkinson
7c034c33e2
Merge branch '2.5.x'
...
Closes gh-27967
2021-09-13 10:48:19 +01:00
Andy Wilkinson
f530819d68
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27966
2021-09-13 10:47:47 +01:00
Andy Wilkinson
273600bcdd
Retain distinction between compile and runtime deps of optional deps
...
Previously, the optional configuration was added to the compile and
runtime classpaths of each source set and the the javadoc classpath
as well. This had a few disadvantages, the most notable of which is
that it meant that the configuration was ifrst resolved and then
the outcome of the resolution was added to the compile and runtime
classpaths. As a result, none of the attributes on the compile and
runtime classpaths were considered to influence variant selection.
This commit reworks the optional dependencies plugin so that the
compile and runtime classpaths of each source set are now configured
to extend from the optional configuration. This allows each
classpath configuration's attributes to influence the dependencies
that are selected from the optional configuration during resolution.
For example, when resolving the compile classpath, compile
dependencies (Usage.JAVA_API) will be selected and when resolving the
runtime classpath, runtime dependencies (Usage.JAVA_RUNTIME) will be
selected.
The above-described change means that runtime dependencies of an
optional dependencies will no longer leak into the compile classpath.
As a result of this, our Gradle plugin's test infrastructure has
been updated so that it no longer references runtime dependencies of
the Kotlin Gradle plugin at compile time.
Closes gh-27965
2021-09-13 10:47:14 +01:00
Stephane Nicoll
8c819c94d6
Upgrade to Tomcat 9.0.53
...
Closes gh-27964
2021-09-13 11:04:57 +02:00
Stephane Nicoll
2004c062df
Upgrade to Tomcat 9.0.53
...
Closes gh-27963
2021-09-13 11:04:02 +02:00
Stephane Nicoll
ab81e3c05c
Upgrade to Tomcat 9.0.53
...
Closes gh-27961
2021-09-13 10:28:42 +02:00
Stephane Nicoll
97f3c82743
Upgrade to Netty tcNative 2.0.42.Final
...
Closes gh-27960
2021-09-13 10:10:05 +02:00
Stephane Nicoll
c8ea3af6f7
Upgrade to Netty 4.1.68.Final
...
Closes gh-27959
2021-09-13 10:10:04 +02:00
Stephane Nicoll
21c53729ab
Upgrade to Maven War Plugin 3.3.2
...
Closes gh-27958
2021-09-13 10:10:03 +02:00
Stephane Nicoll
fadf5ba33a
Upgrade to Logback 1.2.6
...
Closes gh-27957
2021-09-13 10:10:01 +02:00
Stephane Nicoll
3276c977e3
Upgrade to jOOQ 3.14.14
...
Closes gh-27956
2021-09-13 10:10:00 +02:00
Stephane Nicoll
0e3ac71857
Upgrade to Jetty EL 8.5.70
...
Closes gh-27955
2021-09-13 10:09:59 +02:00
Stephane Nicoll
d09beaf968
Upgrade to Gson 2.8.8
...
Closes gh-27954
2021-09-13 10:09:58 +02:00
Stephane Nicoll
6eedf9cfe4
Upgrade to Groovy 2.5.15
...
Closes gh-27953
2021-09-13 10:09:57 +02:00
Stephane Nicoll
a5b5b2d10f
Upgrade to Glassfish EL 3.0.4
...
Closes gh-27952
2021-09-13 10:09:56 +02:00
Stephane Nicoll
a3762b3f08
Upgrade to Ehcache3 3.9.6
...
Closes gh-27951
2021-09-13 10:09:54 +02:00
Stephane Nicoll
919617ae61
Start building against Spring Integration 5.5.4 snapshots
...
See gh-27950
2021-09-13 08:42:27 +02:00
Stephane Nicoll
d481a75beb
Start building against Spring Integration 5.5.4 snapshots
...
See gh-27949
2021-09-13 08:41:31 +02:00
Stephane Nicoll
c678a0edc0
Start building against Spring Integration 5.4.11 snapshots
...
See gh-27948
2021-09-13 08:40:32 +02:00
Stephane Nicoll
43a19c16a8
Merge branch '2.5.x'
...
Closes gh-27944
2021-09-12 09:02:50 +02:00
Stephane Nicoll
2327cda5c9
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27943
2021-09-12 09:02:35 +02:00
cdalexndr
60bc94e1d4
Clarify Selenium auto-configuration requires HtmlUnit
...
The auto-configuration requires `HtmlUnit`, so this auto-cofiguration
only works if both Selenium and HtmlUnit are used.
Prevents misinterpretation that WebDriver can be auto configured without
htmlunit.
See gh-27920
2021-09-12 09:00:18 +02:00
Stephane Nicoll
599cc1f696
Start building against Spring Data 2021.1.0-M3 snapshots
...
See gh-27932
2021-09-11 08:59:12 +02:00
Stephane Nicoll
726a2591fb
Start building against Micrometer 1.8.0-M3 snapshots
...
See gh-27931
2021-09-11 08:35:48 +02:00
Stephane Nicoll
3bc5f7903b
Start building against Spring Security 5.6.0-M3 snapshots
...
See gh-27935
2021-09-10 09:04:41 +02:00
Stephane Nicoll
157288e1e1
Start building against Spring Kafka 2.8.0-M3 snapshots
...
See gh-27934
2021-09-10 09:04:41 +02:00
Stephane Nicoll
ef32e02df1
Start building against Spring AMQP 2.4.0-M3 snapshots
...
See gh-27933
2021-09-10 09:04:41 +02:00
Stephane Nicoll
4b4e5f9bf8
Start building against Spring Framework 5.3.10 snapshots
...
See gh-27930
2021-09-10 08:29:16 +02:00
Stephane Nicoll
c58db8d828
Start building against Reactor 2020.0.11 snapshots
...
See gh-27929
2021-09-10 08:28:49 +02:00
Stephane Nicoll
78d6c94a7e
Polish "Auto-Configure Kafka CommonErrorHandler"
...
See gh-27927
2021-09-10 08:20:10 +02:00
Gary Russell
c3583a4b06
Auto-Configure Kafka CommonErrorHandler
...
`ErrorHandler/BatchErrorHandler` will be deprecated in a future release
in favor of `CommonErrorHandler`. Currently, the legacy handlers are
adapted to a `CommonErrorHandler` or ignored if a `CommonErrorHandler`
is configured.
See gh-27927
2021-09-10 08:16:29 +02:00
Yanming Zhou
6e9bdacc10
Include WebMvcRegistrations beans in WebMvcTest
...
See gh-27823
2021-09-10 07:55:26 +02:00
dreis2211
e1afc91ae2
Polish javadoc comments
...
See gh-27925
2021-09-10 07:53:49 +02:00
dreis2211
242d730f51
Deprecate DataSourceInitializationMode
...
See gh-27926
2021-09-10 07:51:32 +02:00
Andy Wilkinson
bb11abef2c
Merge branch '2.5.x'
...
Closes gh-27923
2021-09-09 16:12:45 +01:00
Andy Wilkinson
70b2b33f55
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27922
2021-09-09 16:12:25 +01:00
Andy Wilkinson
206176425a
Broaden testing of ReactiveElasticsearchRestClientAutoConfiguration
...
Closes gh-27919
2021-09-09 16:12:09 +01:00
Stephane Nicoll
d93a8581d2
Start building against Spring Kafka 2.7.7 snapshots
...
See gh-27918
2021-09-09 15:57:20 +02:00
Stephane Nicoll
5d1ae23733
Start building against Spring Data 2021.0.5 snapshots
...
See gh-27917
2021-09-09 15:56:57 +02:00