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
Juergen Hoeller
135682e073
Upgrade to Hibernate ORM 5.4.24
4 years ago
Juergen Hoeller
6a0377b1a2
Upgrade to Tomcat 9.0.40 and Apache HttpClient 4.5.13
4 years ago
Juergen Hoeller
041bff4e56
Upgrade to Log4J 2.14, Reactor 2020.0.1, Netty 4.1.54, Protobuf 3.14, XStream 1.4.14, OpenPDF 1.3.23, AssertJ 3.18.1, MockK 1.10.2, HtmlUnit 2.45, Checkstyle 8.37
4 years ago
Sébastien Deleuze
8cef13cc30
Upgrade to Kotlin Coroutines 1.4.1
4 years ago
Juergen Hoeller
21f9d05bd9
Upgrade to Jetty 9.4.34, AssertJ 3.18, Mockito 3.6
4 years ago
Juergen Hoeller
b815accca9
Upgrade to Hibernate ORM 5.4.23
4 years ago
Rossen Stoyanchev
9f632cf0c1
Upgrade to RSocket 1.1.0
...
Closes gh-25956
4 years ago
Sam Brannen
d1e6883d5d
Fix issues in Javadoc
4 years ago
Stephane Nicoll
a4d546a9d6
Upgrade to Reactor 2020.0.0
...
Closes gh-25947
4 years ago
Juergen Hoeller
b6dae6acba
Upgrade to JUnit 5.6.3, Woodstox 6.2.3, BlockHound 1.0.4
4 years ago