Sam Brannen
99758b56d3
Ensure Javadoc is generated using UTF-8 encoding
...
Fixes gh-23253
5 years ago
Sam Brannen
e8fe4493b9
Upgrade Mockito to 3.0.0
5 years ago
Sebastien Deleuze
ca75c2843a
Upgrade to Coroutines 1.3.0-M2
5 years ago
Juergen Hoeller
53ebbb20f9
Upgrade to Netty 4.1.37
5 years ago
Juergen Hoeller
944b943ea7
Upgrade to Kotlin 1.3.41, Netty 4.1.37, Log4J 2.12, HSQLDB 2.5
5 years ago
Sam Brannen
64d13c471f
Upgrade to JUnit Jupiter 5.5
...
Closes gh-23076
5 years ago
Juergen Hoeller
29dcd19971
Upgrade to AspectJ 1.9.4, RxJava 2.2.10, Jetty 9.4.19, Undertow 2.0.22
...
Includes Hibernate Validator 6.0.17 and renames "withoutJclOverSlf4j".
5 years ago
Sam Brannen
b3d40b3fac
Upgrade to JUnit Jupiter 5.5 RC2
...
See gh-23076
5 years ago
Sebastien Deleuze
cfb4148982
Upgrade to Kotlin 1.3.40
5 years ago
Rossen Stoyanchev
4690f745ce
Upgrade to RSocket 0.2.12-RC4
6 years ago
Sam Brannen
0086801457
Upgrade to dokka 0.9.18
6 years ago
Juergen Hoeller
b63c853a7d
Upgrade to Tomcat 9.0.21, Undertow 2.0.21, RxJava 2.2.9, Checkstyle 8.21
...
Includes upgrade to Reactor Californium SR9 proper.
6 years ago
Juergen Hoeller
9f92b42d69
Upgrade to Tomcat 9.0.21, Undertow 2.0.21, RxJava 2.2.9, Checkstyle 8.21, Mockito 2.28.2, Hibernate ORM 5.4.3
...
Centralizes rsocketVersion declaration in build.gradle; also includes upgrade to Reactor Dysprosium M2 proper.
6 years ago
Sam Brannen
809fc50036
Upgrade to JUnit Jupiter 5.5 RC1
...
See gh-23076
6 years ago
Brian Clozel
98079a364d
Revert asciidoctorj-pdf upgrade
...
See gh-23006
6 years ago
Sam Brannen
ecf45edfb6
Upgrade to reactor Dysprosium snapshots
6 years ago
Sam Brannen
1e76e5086b
Upgrade to Reactor Californium snapshots
6 years ago
Stephane Nicoll
d106ae0d80
Upgrade to reactor Dysprosium snapshots
6 years ago
Stephane Nicoll
69080ade03
Upgrade to Reactor Californium snapshots
6 years ago
D瓜哥
f39fde7460
Upgrade to asciidoctorj-pdf version 1.5.0-alpha.17
...
Closes gh-23006
6 years ago
Juergen Hoeller
515d627aec
Upgrade to Jackson 2.9.9
6 years ago
Juergen Hoeller
0796d9af0d
Upgrade to Groovy 2.5.7
6 years ago
Rossen Stoyanchev
c717d245bd
Upgrade to Californium-SR8
6 years ago
Rossen Stoyanchev
ed61f44545
Upgrade to Disprosium-M1
...
Closes gh-22930
6 years ago
Juergen Hoeller
c4a95c99e5
Upgrade to Reactor Californium SR7
6 years ago
Sam Brannen
772ef40920
Upgrade to JUnit 4.13-beta-3
...
See gh-22894
6 years ago
Juergen Hoeller
7aa61d9ee0
Upgrade to Jetty 9.4.18 and Netty 4.1.36
6 years ago
Juergen Hoeller
a8f845c944
Upgrade to Checkstyle 8.20 and CGLIB 3.2.11
...
Includes dependency management plugin 1.0.7.
6 years ago
Sebastien Deleuze
0016f58a80
Upgrade dependency management plugin to 1.0.7
6 years ago
Sebastien Deleuze
c59acde34e
Upgrade Kotlin plugin to 1.3.31
6 years ago
Sebastien Deleuze
5221c3000e
Upgrade to Coroutines 1.2.1
6 years ago
Sebastien Deleuze
92c190fabf
Upgrade to Kotlin 1.3.31
6 years ago
Juergen Hoeller
42fda0ba15
Upgrade to Tomcat 9.0.19, Jetty 9.4.17, Netty 4.1.35, OkHttp 3.14.1
...
Includes upgrade to Hibernate ORM 5.3.10 (for branch 5.1.x)
6 years ago
Rossen Stoyanchev
30dbff340a
Upgrade to Reactor Dysprosium snapshots
6 years ago
Sebastien Deleuze
e131815bab
Upgrade to Coroutines 1.2.0
6 years ago
Juergen Hoeller
49557471a9
Upgrade to AspectJ 1.9.3, Mockito 2.27, OpenPDF 1.2.16, POI 4.1
6 years ago
Juergen Hoeller
f9903bbf69
Upgrade to Kotlin 1.3.30, Mockito 2.27, MockK 1.9.3, AssertJ 3.12.2
...
This commit removes quartzVersion since it is only used once.
6 years ago
Rossen Stoyanchev
6e7da62085
Switch to Reactor snapshots and remove workaround
...
Following the 5.2 M1 release we can switch back to Reactor snapshots
and remove the workaround for a fix coming in Reactor Core 3.2.9.
6 years ago
Brian Clozel
0f76acc945
Update project page URL
6 years ago
Juergen Hoeller
1cd1e936c2
Upgrade to Checkstyle 8.19, Mockito 2.26, Undertow 2.0.20
6 years ago
Sam Brannen
8f5d2d65a1
Upgrade to JUnit Jupiter 5.4.2
...
See gh-22308
6 years ago
Sebastien Deleuze
a8d6ba9965
Add support for Coroutines Flow
...
Flow is a Kotlin Coroutines related cold asynchronous
stream of the data, that emits from zero to N (where N
can be unbounded) values and completes normally or with
an exception.
It is conceptually the Coroutines equivalent of Flux with
an extension oriented API design, easy custom operator
capabilities and some suspending methods.
This commit leverages Flow <-> Flux interoperability
to support Flow on controller handler method parameters
or return values, and also adds Flow based extensions to
WebFlux.fn. It allows to reach a point when we can consider
Spring Framework officially supports Coroutines even if some
additional work remains to be done like adding
interoperability between Reactor and Coroutines contexts.
Flow is currently an experimental API that is expected to
become final before Spring Framework 5.2 GA.
Close gh-19975
6 years ago
Sam Brannen
3a9262ca1e
Fix Javadoc warnings in Gradle build
6 years ago
Juergen Hoeller
23b8f471dc
Upgrade to Quartz 2.3.1
6 years ago
Rossen Stoyanchev
88a7a68a71
Revert to Californium-SR6 for M1 release
6 years ago
Rossen Stoyanchev
b3bc2d9253
Remove workaround for reactor-core issue
6 years ago
Sebastien Deleuze
b2dbefcfc5
Prevent spring-core-coroutines deployment
...
See gh-19975
6 years ago
Sebastien Deleuze
3387d3ec89
Upgrade to Coroutines 1.2.0-alpha
...
This commit also switches on kotlin-compiler-embeddable to
improve isolation of its dependencies
See gh-19975
6 years ago
Juergen Hoeller
50acbae4cf
Upgrade to RxJava 2.2.8 and Mockito 2.25.1
6 years ago
Juergen Hoeller
80b4b9850a
Upgrade to Reactor Californium SR6
...
Closes gh-22693
6 years ago