Stephane Nicoll
6aaf7596c0
Upgrade to Reactor 2020.0.7
...
Closes gh-26890
4 years ago
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
4 years ago
Rossen Stoyanchev
c70aed58bf
Switch to Reactor 2020.0.7 snapshots
...
See gh-26890
4 years ago
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
4 years ago
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
4 years ago
Stephane Nicoll
74f7eb11be
Polish "Upgrade to Reactor 2020.0.6"
...
See gh-26767
4 years ago
Rossen Stoyanchev
ab0e8f0617
Upgrade to Reactor 2020.0.6
...
Closes gh-26767
4 years ago
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
4 years ago
Stephane Nicoll
fa4c62cab2
Start building against Reactor 2020.0.6 snapshots
...
See gh-26767
4 years ago
Sébastien Deleuze
85dbd2a4c3
Upgrade Kotlin to 1.4.32
4 years ago
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
4 years ago
Rossen Stoyanchev
5476b2edff
Polishing contribution
...
Closes gh-26650
4 years ago
Sébastien Deleuze
c0fee67c6d
Upgrade Kotlin serialization to 1.0.1
...
Let's wait Spring Boot 2.5 to upgrade to 1.1.x
4 years ago
Sébastien Deleuze
f229fa4b72
Upgrade Kotlin Coroutines to 1.4.3
4 years ago
Sébastien Deleuze
684939d5f8
Upgrade Kotlin to 1.4.31
4 years ago
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
4 years ago
Juergen Hoeller
1b458aeafc
Upgrade to ActiveMQ 5.16.1
4 years ago
Juergen Hoeller
89f70bdc46
Upgrade to Netty 4.1.60, RxJava 3.0.11, JsonPath 2.5
4 years ago
Juergen Hoeller
70c0e104b5
Upgrade to Protobuf 3.15.5, Undertow 2.2.5, Woodstox 6.2.4
4 years ago
Rossen Stoyanchev
1ef8cad7bc
Make use of Reactor Netty's ChannelOperationsId
...
Closes gh-26649
4 years ago
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
4 years ago
Juergen Hoeller
c084936870
Upgrade to Jetty 9.4.37, Caffeine 2.9, Mockito 3.8, Checkstyle 8.40
4 years ago
Rossen Stoyanchev
63db250ebe
Upgrade to Reactor 2020.0.4
...
Closes gh-26548
4 years ago
Juergen Hoeller
3718c8d0e0
Upgrade to Hibernate ORM 5.4.28 and OpenPDF 1.3.25
4 years ago
Sébastien Deleuze
42c15be8d3
Upgrade to Kotlin 1.4.30
...
Closes gh-26545
4 years ago
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
4 years ago
Sam Brannen
b928ed8f37
Upgrade to JUnit 4.13.2
...
Closes gh-26543
4 years ago
Sam Brannen
42061d27bd
Upgrade to JUnit 5.7.1
...
Closes gh-26510
4 years ago
Juergen Hoeller
0de2833894
Upgrade to Jetty 9.4.36, EclipseLink 2.7.8, XStream 1.4.15, Apache Johnzon 1.2.10
4 years ago
Sam Brannen
cee51b248a
Upgrade to AssertJ 3.19.0
4 years ago
Juergen Hoeller
1b1ae33efe
Upgrade to Netty 4.1.58, Jackson 2.12.1, Apache Johnzon 1.2.9
4 years ago
Sam Brannen
b07a6b3283
Upgrade Shadow plugin to version 6.1.0
4 years ago
Sam Brannen
72a9d0ff4b
Upgrade JMH plugin to 0.5.2
4 years ago
Stephane Nicoll
917f3ad101
Upgrade to Reactor 2020.0.3
...
Closes gh-26367
4 years ago
Rossen Stoyanchev
dd8ea89bea
Upgrade to Reactor 2020.0.3 snapshots
...
See gh-26367
4 years ago
Juergen Hoeller
b0dea4d3f6
Upgrade to RxJava 2.2.20, OpenPDF 1.3.24, HtmlUnit 2.46
4 years ago
Juergen Hoeller
5804db6479
Upgrade to Mockito 3.7, Checkstyle 8.39, RxJava 3.0.9, Joda-Time 2.10.9
4 years ago
Juergen Hoeller
8095ba4cd2
Upgrade to Hibernate Validator 6.2 (and Hibernate ORM 5.4.27)
...
Closes gh-26255
4 years ago
Juergen Hoeller
cd7b0b11f3
Upgrade to Hibernate ORM 5.4.26, Netty 4.1.56, XMLUnit 2.8.2
4 years ago
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
4 years ago
Juergen Hoeller
ec33b4241a
Upgrade to Netty 4.1.55, Tomcat 9.0.41, Caffeine 2.8.8
4 years ago
Sébastien Deleuze
56721669d1
Upgrade to Kotlin 1.4.21
...
See gh-26132
4 years ago
Rossen Stoyanchev
194cebd730
Upgrade to Reactor 2020.0.2
...
Closes gh-26176
4 years ago
Juergen Hoeller
10f6a22315
Upgrade to Undertow 2.2.3 and Apache HttpCore Reactive 5.0.3
4 years ago
Sébastien Deleuze
994ec708fc
Upgrade to Kotlin Coroutines 1.4.2
...
Closes gh-26226
4 years ago
Juergen Hoeller
3c85c263d2
Upgrade to Groovy 3.0.7, RxJava 3.0.8, Mockito 3.6.28
4 years ago
Juergen Hoeller
227d85a6b4
Upgrade to Jackson 2.12, Hibernate ORM 5.4.25, Checkstyle 8.38
...
See gh-25907
4 years ago
Stephane Nicoll
e9caee1b6e
Start building against Reactor 2020.0.2 snapshots
...
See gh-26176
4 years ago
Juergen Hoeller
1f701d9bad
Upgrade to Jetty 9.4.35
4 years ago
Sébastien Deleuze
642d47ef8d
Upgrade to Kotlin 1.4.20
...
Closes gh-26132
4 years ago