Rossen Stoyanchev
958eb0f964
Revert temporary exclusion of failing Jetty 11 tests
...
Closes gh-27424
This reverts commit 5eac8555d9
.
3 years ago
Sam Brannen
5eac8555d9
Temporarily exclude failing Jetty 11 tests
...
See gh-27424
3 years ago
Juergen Hoeller
d84ca2ba90
Jakarta EE 9 migration
...
Upgrades many dependency declarations; removes old EJB 2.x support and outdated Servlet-based integrations (Commons FileUpload, FreeMarker JSP support, Tiles).
Closes gh-22093
Closes gh-25354
Closes gh-26185
Closes gh-27423
See gh-27424
3 years ago
Brian Clozel
33cddef026
Upgrade Javadoc URLs for JDK 17 based build
...
Prior to this commit, the Javadoc task would fail on
`spring-context-indexer` and `spring-instrumentation`. It seems that
missing remote docs or HTTP redirects were failing the process.
This commit removes the missing published Javadocs and updates the
version for the JDK API.
See gh-17778
3 years ago
Brian Clozel
4e3d1fa4e9
Temporarily downgrade Java compat level for AspectJ classes
...
AspectJ doesn't support JDK17 language level (yet).
For the time being, this commit is downgrading the language level for
the aspectJ generated classes to 1.8.
See gh-27416
3 years ago
Juergen Hoeller
0640da74bc
Upgrade to Checkstyle 9.0, Groovy 3.0.9, Hibernate ORM 5.5.7
...
Includes downgrade of Kotlin language level to 1.8 (for KotlinScriptTemplateTests)
3 years ago
Brian Clozel
8adf28763b
Upgrade to Reactor 2020.0.11
...
Closes gh-27399
3 years ago
Sam Brannen
8c14251a1a
Upgrade to nohttp 0.0.10
...
This upgrade avoids warnings about the following on Gradle 7.1+.
- The Report.destination property has been deprecated.
- The JavaExec.main property has been deprecated.
See gh-26870
3 years ago
Juergen Hoeller
6540e87ac0
Upgrade to Netty 4.1.68, Jackson 2.12.5, Mockito 3.12.4, MockK 1.12, JsonPath 2.6
3 years ago
Sam Brannen
04e6b233ca
Upgrade to JUnit 5.8
...
Closes gh-27392
3 years ago
Brian Clozel
ca34d0cce8
Polish Gradle upgrade
...
Closes gh-26870
3 years ago
Sébastien Deleuze
ab41db474e
Update dokka to 1.5.0
...
See gh-26870
3 years ago
Brian Clozel
cecc0849a8
Upgrade to Gradle 7.2
...
This commit upgrades Gradle to 7.2.
Gradle configuration names are updated accordingly.
This also upgrades Gradle build plugins.
See gh-26870
3 years ago
hantsy
1dc128361f
Add SmallRye Mutiny adapters
...
Closes gh-26222
3 years ago
Sébastien Deleuze
55b3e064e9
Upgrade to Kotlin 1.5.30
...
Also upgrades related libraries:
- Coroutines upgraded to 1.5.2
- Serialization upgraded to 1.2.2
Closes gh-27371
3 years ago
Juergen Hoeller
2f60392fe3
Upgrade to Netty 4.1.67, RxJava 3.1.1, Gson 2.8.8, XStream 1.4.18
3 years ago
Juergen Hoeller
9bdc545a95
Upgrade to Tomcat 9.0.52, Undertow 2.2.10, RxJava 3.1, HtmlUnit 2.52, Checkstyle 8.45.1
3 years ago
Stephane Nicoll
7b80f4feeb
Upgrade to Reactor 2020.0.10
...
Closes gh-27250
3 years ago
Stephane Nicoll
451bcfc832
Start building against Reactor 2020.0.10 snapshots
...
See gh-27250
3 years ago
Juergen Hoeller
af67764edb
Upgrade to Netty 4.1.66 and Undertow 2.2.9
3 years ago
Juergen Hoeller
33f3aa9b8a
Upgrade to AspectJ 1.9.7 and EclipseLink 2.7.9
3 years ago
Stephane Nicoll
6ec7cffc93
Upgrade to Kotlin 1.5.21
...
Closes gh-27110
3 years ago
Stephane Nicoll
4bc6f40ce8
Upgrade to Reactor 2020.0.9
...
Closes gh-27158
3 years ago
Stephane Nicoll
171b283e49
Start building against Reactor 2020.0.9 snapshots
...
See gh-27158
3 years ago
Stephane Nicoll
71202d62ed
Upgrade to Kotlin Coroutines 1.5.1
...
Closes gh-27157
3 years ago
Juergen Hoeller
acb2aec3dd
Compatibility with HtmlUnit 2.51
...
Includes upgrade to Tomcat 9.0.50, Jetty 9.4.43, Jackson 2.12.4.
Closes gh-27147
3 years ago
Sébastien Deleuze
66848cfd59
Revert "Upgrade to Kotlin 1.5.20"
...
This reverts commit d6df4a6577
because running
gradle generatePomFileForMavenJavaPublication throws a
kotlin.KotlinNullPointerException error with Kotlin 1.5.20.
3 years ago
Sébastien Deleuze
4863b5d4a8
Revert Mockito to 3.11.0
...
Revert Mockito upgrade done in 5d919dc094
because
Byte Buddy transitive upgrade from 1.11.1 to 1.11.3 seems to break Mockk tests
with java.security.AccessControlException related errors, so probably
better to wait Mockito using Byte buddy 1.11.5+ which seems to refine
this area, see https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.11.5 .
3 years ago
Sébastien Deleuze
d6df4a6577
Upgrade to Kotlin 1.5.20
...
Closes gh-27110
3 years ago
Sébastien Deleuze
dee0108e79
Upgrade to Mockk 1.11.0
...
Closes gh-27109
3 years ago
Juergen Hoeller
5d919dc094
Upgrade to Tomcat 9.0.48, Jetty 9.4.42, Jetty Reactive HttpClient 1.1.9, JRuby 9.2.19, Protobuf 3.17.3, SnakeYAML 1.29, WebJars Locator 0.47, AssertJ 3.20.2, Mockito 3.11.2, Checkstyle 8.44
3 years ago
Rossen Stoyanchev
300fed97c1
Upgrade to Reactor 2020.0.8
3 years ago
Rossen Stoyanchev
20d9a1e844
Upgrade to RSocket 1.1.1
3 years ago
Sébastien Deleuze
aff0d8efe7
Upgrade to Kotlin Serialization 1.2.1
3 years ago
Sébastien Deleuze
e3e4e49319
Upgrade to Kotlin 1.5.10
...
Closes gh-27035
3 years ago
Juergen Hoeller
f854803e18
Upgrade to Hibernate ORM 5.4.32, RxJava 3.0.13, Aalto 1.3, Gson 2.8.7, Protobuf 3.17.2, XStream 1.4.17, ActiveMQ 5.16.2, HSQLDB 2.5.2, JRuby 9.2.17, Mockito 3.11, HtmlUnit 2.50, Checkstyle 8.43
3 years ago
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
4 years ago
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
4 years ago
Sam Brannen
8da049b613
Update Javadoc URL for Apache HttpComponents Client
4 years ago
Sam Brannen
24aa7f546b
Upgrade to JUnit 5.7.2
...
Closes gh-26946
4 years ago
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