Juergen Hoeller
b18f8771c8
Upgrade to R2DBC Arabba-SR10, Netty 4.1.65, Undertow 2.2.8, Jetty 9.4.41, Jetty Reactive HttpClient 1.1.8, Apache HttpClient 5.1
2021-05-28 14:31:15 +02:00
Sébastien Deleuze
3dba3691a7
Upgrade to Coroutines 1.5.0
...
This commit upgrades to Coroutines 1.5.0 while retaining
Coroutines 1.4.x compatibility.
Closes gh-26897
2021-05-17 11:37:02 +02:00
Sam Brannen
8da049b613
Update Javadoc URL for Apache HttpComponents Client
2021-05-16 15:22:37 +02:00
Sam Brannen
24aa7f546b
Upgrade to JUnit 5.7.2
...
Closes gh-26946
2021-05-16 15:00:45 +02:00
Stephane Nicoll
6aaf7596c0
Upgrade to Reactor 2020.0.7
...
Closes gh-26890
2021-05-11 15:34:41 +02:00
Juergen Hoeller
4f2c589fe6
Upgrade to Jackson 2.12.3, Jetty 9.4.40, Hibernate ORM 5.4.31, Groovy 3.0.8, Caffeine 2.9.1, Woodstox 6.2.6, Protobuf 3.15.8, XStream 1.4.16, OpenPDF 1.3.26, Checkstyle 8.42, Mockito 3.9, HtmlUnit 2.49.1
2021-05-11 00:19:43 +02:00
Rossen Stoyanchev
c70aed58bf
Switch to Reactor 2020.0.7 snapshots
...
See gh-26890
2021-05-04 16:25:00 +01:00
Sébastien Deleuze
08855fee51
Upgrade to Kotlin 1.5.0
...
This commit retains Kotlin 1.3 compatibility and
upgrades Kotlin Serialization to 1.2.0.
Closes gh-26792
Closes gh-26887
2021-05-03 17:46:25 +02:00
Brian Clozel
85eb589c2e
Fix Gradle Java Toolchain configuration
...
This commit fixes various issues with the configuration of the Gradle
Java toolchain in the build.
First, the configuration of build properties is fixed in the CI pipeline
because it wasn't properly checked.
The JMH plugin is also upgraded and we now configure its toolchain
support.
This commit also rewrites the XJC tasks in the spring-oxm module,
leveraging a Gradle plugin that creates actual compile tasks we can
configure.
See gh-25787
2021-05-03 15:02:09 +02:00
Stephane Nicoll
74f7eb11be
Polish "Upgrade to Reactor 2020.0.6"
...
See gh-26767
2021-04-13 08:12:02 +02:00
Rossen Stoyanchev
ab0e8f0617
Upgrade to Reactor 2020.0.6
...
Closes gh-26767
2021-04-12 20:22:38 +01:00
Juergen Hoeller
4e42b5dfbc
Upgrade to Tomcat 9.0.45, Jetty 9.4.39, Undertow 2.2.7, Netty 4.1.63, RxJava 3.0.12
2021-04-12 14:15:45 +02:00
Stephane Nicoll
fa4c62cab2
Start building against Reactor 2020.0.6 snapshots
...
See gh-26767
2021-04-07 09:34:43 +02:00
Sébastien Deleuze
85dbd2a4c3
Upgrade Kotlin to 1.4.32
2021-04-01 16:06:14 +02:00
Juergen Hoeller
5b2ace5742
Upgrade to Hibernate ORM 5.4.30, Tomcat 9.0.44, FreeMarker 2.3.31, Log4J 2.14.1, TestNG 7.4, HtmlUnit 2.48
2021-03-22 23:34:13 +01:00
Rossen Stoyanchev
5476b2edff
Polishing contribution
...
Closes gh-26650
2021-03-16 07:19:28 +00:00
Sébastien Deleuze
c0fee67c6d
Upgrade Kotlin serialization to 1.0.1
...
Let's wait Spring Boot 2.5 to upgrade to 1.1.x
2021-03-16 06:59:41 +01:00
Sébastien Deleuze
f229fa4b72
Upgrade Kotlin Coroutines to 1.4.3
2021-03-16 06:53:52 +01:00
Sébastien Deleuze
684939d5f8
Upgrade Kotlin to 1.4.31
2021-03-16 06:53:22 +01:00
Brian Clozel
a8d553218c
Introduce Gradle Toolchain support in build
...
Prior to this commit, the Spring Framework build would rely on
setting a custom Java HOME for building all sources and tests
with that JDK.
This approach is not flexible enough, since we would be testing
the source compatibility against a recent JDK, but not a common
case experienced by the community: compiling and running
application code with a recent JDK and the official, JDK8-based
Framework artifacts.
This method is also limiting our choice of JDKs to the ones
currently supported by Gradle itself.
This commit introduces the support of Gradle JVM Toolchains in
the Spring Framework build.
We can now select a specific JDK for compiling the main
SourceSets (Java, Groovy and Kotlin) and another one for
compiling and running the test SourceSets:
`./gradlew check -PmainToolChain=8 -PtestToolchain=15`
Gradle will automatically find the JDKs present on the host or
download one automcatically. You can find out about the ones
installed on your host using:
`./gradlew -q javaToolchains`
Finally, this commit also refactors the CI infrastructure to:
* only have a single CI image (with all the supported JDKs)
* use this new feature to compile with JDK8 but test it
against JDK11 and JDK15.
Closes gh-25787
2021-03-15 14:33:41 +01:00
Juergen Hoeller
1b458aeafc
Upgrade to ActiveMQ 5.16.1
2021-03-12 15:17:32 +01:00
Juergen Hoeller
89f70bdc46
Upgrade to Netty 4.1.60, RxJava 3.0.11, JsonPath 2.5
2021-03-09 13:45:31 +01:00
Juergen Hoeller
70c0e104b5
Upgrade to Protobuf 3.15.5, Undertow 2.2.5, Woodstox 6.2.4
2021-03-09 00:29:02 +01:00
Rossen Stoyanchev
1ef8cad7bc
Make use of Reactor Netty's ChannelOperationsId
...
Closes gh-26649
2021-03-08 21:06:49 +00:00
Juergen Hoeller
c7e8989f16
Upgrade to Hibernate ORM 5.4.29, Jackson 2.12.2, Jetty 9.4.38, Jetty Reactive HttpClient 1.1.6, R2DBC Arabba-SR9, JRuby 9.2.16, SnakeYAML 1.28, Checkstyle 8.41
2021-03-04 16:54:04 +01:00
Juergen Hoeller
c084936870
Upgrade to Jetty 9.4.37, Caffeine 2.9, Mockito 3.8, Checkstyle 8.40
2021-02-26 17:31:30 +01:00
Rossen Stoyanchev
63db250ebe
Upgrade to Reactor 2020.0.4
...
Closes gh-26548
2021-02-15 17:25:38 +00:00
Juergen Hoeller
3718c8d0e0
Upgrade to Hibernate ORM 5.4.28 and OpenPDF 1.3.25
2021-02-15 17:25:14 +01:00
Sébastien Deleuze
42c15be8d3
Upgrade to Kotlin 1.4.30
...
Closes gh-26545
2021-02-15 10:47:27 +01:00
Juergen Hoeller
4b86a1a755
Upgrade to Netty 4.1.59, Tomcat 9.0.43, Undertow 2.2.4, Mockito 3.7.7, HtmlUnit 2.47.1, Joda-Time 2.10.10, RxJava 2.2.21 and 3.0.10
2021-02-14 17:58:03 +01:00
Sam Brannen
b928ed8f37
Upgrade to JUnit 4.13.2
...
Closes gh-26543
2021-02-13 19:27:09 +01:00
Sam Brannen
42061d27bd
Upgrade to JUnit 5.7.1
...
Closes gh-26510
2021-02-04 21:47:21 +01:00
Juergen Hoeller
0de2833894
Upgrade to Jetty 9.4.36, EclipseLink 2.7.8, XStream 1.4.15, Apache Johnzon 1.2.10
2021-01-25 17:02:27 +01:00
Sam Brannen
cee51b248a
Upgrade to AssertJ 3.19.0
2021-01-24 12:11:17 +01:00
Juergen Hoeller
1b1ae33efe
Upgrade to Netty 4.1.58, Jackson 2.12.1, Apache Johnzon 1.2.9
2021-01-14 18:14:46 +01:00
Sam Brannen
b07a6b3283
Upgrade Shadow plugin to version 6.1.0
2021-01-12 12:27:54 +01:00
Sam Brannen
72a9d0ff4b
Upgrade JMH plugin to 0.5.2
2021-01-12 11:28:03 +01:00
Stephane Nicoll
917f3ad101
Upgrade to Reactor 2020.0.3
...
Closes gh-26367
2021-01-11 16:41:03 +01:00
Rossen Stoyanchev
dd8ea89bea
Upgrade to Reactor 2020.0.3 snapshots
...
See gh-26367
2021-01-11 09:30:47 +00:00
Juergen Hoeller
b0dea4d3f6
Upgrade to RxJava 2.2.20, OpenPDF 1.3.24, HtmlUnit 2.46
2021-01-11 09:45:14 +01:00
Juergen Hoeller
5804db6479
Upgrade to Mockito 3.7, Checkstyle 8.39, RxJava 3.0.9, Joda-Time 2.10.9
2021-01-05 19:33:01 +01:00
Juergen Hoeller
8095ba4cd2
Upgrade to Hibernate Validator 6.2 (and Hibernate ORM 5.4.27)
...
Closes gh-26255
2021-01-04 19:10:46 +01:00
Juergen Hoeller
cd7b0b11f3
Upgrade to Hibernate ORM 5.4.26, Netty 4.1.56, XMLUnit 2.8.2
2020-12-21 19:10:17 +01:00
Juergen Hoeller
d3e1c54354
Upgrade to Hibernate Validator 6.1.7, Jetty Reactive HttpClient 1.1.5, Joda-Time 2.10.8, XMLUnit 2.8.1
2020-12-17 10:46:13 +01:00
Juergen Hoeller
ec33b4241a
Upgrade to Netty 4.1.55, Tomcat 9.0.41, Caffeine 2.8.8
2020-12-11 11:53:53 +01:00
Sébastien Deleuze
56721669d1
Upgrade to Kotlin 1.4.21
...
See gh-26132
2020-12-08 08:29:21 +01:00
Rossen Stoyanchev
194cebd730
Upgrade to Reactor 2020.0.2
...
Closes gh-26176
2020-12-07 22:59:49 +00:00
Juergen Hoeller
10f6a22315
Upgrade to Undertow 2.2.3 and Apache HttpCore Reactive 5.0.3
2020-12-07 22:08:50 +01:00
Sébastien Deleuze
994ec708fc
Upgrade to Kotlin Coroutines 1.4.2
...
Closes gh-26226
2020-12-07 10:49:12 +01:00
Juergen Hoeller
3c85c263d2
Upgrade to Groovy 3.0.7, RxJava 3.0.8, Mockito 3.6.28
2020-12-04 23:29:21 +01:00