Juergen Hoeller
82f421bff8
Upgrade to Reactor Bismuth SR10
7 years ago
Brian Clozel
afcc430481
Remove dependency management noise from POMs
...
Prior to this commit, the generated POMs for Spring Framework modules
would contain unneeded/harmful information from the Spring Framework
build:
1. The BOM imports applied to each module by the dependency
management plugin, for example for Netty or Reactor Netty.
Spring should not export that opinion to its POMs.
2. The exclusion of "org.slf4:jcl-over-slf4j" from *all* dependencies,
which made the POMs much larger than necessary and suggested to
developers that they should exclude it as well when using all those
listed dependencies. In fact, only Apache Tiles currently brings that
transitively.
This commit removes that information from the POMs.
The dependencyManagement Gradle plugin is disabled for POM generation
and we manually resolve the dependency versions during the generation
phase.
The Gradle build is streamlined to exclude "org.slf4:jcl-over-slf4j"
only when necessary.
Issue: SPR-16893
(Cherry-picked from 417354da8a
)
7 years ago
Juergen Hoeller
062a15fbd7
Latest applicable dependency updates (Jetty 9.4.11, Netty 4.1.25, Hibernate ORM 5.1.14, HSQLDB 2.4.1, Derby 10.14.2.0, HtmlUnit 2.31, Selenium 3.12)
7 years ago
Juergen Hoeller
79adffd214
Upgrade to Hibernate Validator 6.0.10, RxJava 2.1.14, Gson 2.8.5
7 years ago
Sebastien Deleuze
1fefe2ab0c
Upgrade to Dokka 0.9.17
7 years ago
Juergen Hoeller
9f9481ec7b
Upgrade to Tomcat 8.5.31, Undertow 1.4.25, Jetty 9.4.10, Gson 2.8.4
...
Includes upgrade from Reactor snapshots to Bismuth SR9.
7 years ago
Juergen Hoeller
fa27130b82
Upgrade to RxJava 2.1.13, Hibernate ORM 5.2.17, AspectJ 1.9.1
7 years ago
Sebastien Deleuze
9dc79982e2
Upgrade to Kotlin 1.2.41
...
Fixes KT-23973 critical regression
7 years ago
sdeleuze
4ff595e2bc
Upgrade Kotlin to 1.2.40
7 years ago
Brian Clozel
d69a281e5c
Upgrade to Netty 4.1.24.Final
7 years ago
Juergen Hoeller
0f91f4b960
Local XMLUnit dependency declarations with consistent version 2.5.1
...
Includes upgrade to Undertow 1.4.24.
(cherry picked from commit 0754833
)
7 years ago
Brian Clozel
7631aa6062
Switch to Reactor Bismusth SNAPSHOTs
7 years ago
Juergen Hoeller
96a465a749
Upgrade to Tomcat 8.5.30
7 years ago
Juergen Hoeller
7fe28ce8b7
Upgrade to Netty 4.1.23 and TestNG 6.14.3
7 years ago
Juergen Hoeller
40d5e7cc80
Upgrade to AspectJ 1.9 GA
...
Issue: SPR-16686
7 years ago
Stephane Nicoll
7be4193933
Upgrade to Reactor Bismuth-SR8
7 years ago
Juergen Hoeller
aa0face9a1
Upgrade to RxJava 1.3.8 and Rhino 1.7.9
7 years ago
Juergen Hoeller
28ea718d2d
Build setup allows for JDK 10 as source/test target compatibility
...
Includes upgrade to Groovy 2.4.15 and HtmlUnit 2.30.
Issue: SPR-16390
7 years ago
Thor Andreas Rognan
5fb4c8254f
Fix inclusion of license in jar
7 years ago
Rossen Stoyanchev
30b63a71bd
Switch to Bismuth snapshots
7 years ago
Juergen Hoeller
9a27bc9b3e
Upgrade to Jackson 2.9.5 and Hibernate Validator 6.0.9
7 years ago
Juergen Hoeller
c441d60d1d
Upgrade to Kotlin 1.2.31 and RxJava 2.1.12
...
Includes H2 1.4.197 and Selenium HtmlUnit Driver 2.29.3 as well.
7 years ago
Juergen Hoeller
b2f900e518
Upgrade to Hibernate ORM 5.2.16 and 5.1.13
7 years ago
Juergen Hoeller
a8688880b1
Upgrade to RxJava 2.1.11 and 1.3.7 as well as Jetty 9.4.9
7 years ago
Juergen Hoeller
fdd756ce8a
Upgrade to Log4J 2.11
7 years ago
Juergen Hoeller
99bb97388e
Upgrade to Tomcat 8.5.29 and Selenium 3.11
7 years ago
Juergen Hoeller
2e164787db
Upgrade to Groovy 2.4.14 and Undertow 1.4.23
7 years ago
Juergen Hoeller
cf1d162e1c
Upgrade to Kotlin 1.2.30
7 years ago
Juergen Hoeller
33cd160861
Upgrade to Reactor Bismuth SR7, Hibernate ORM 5.2.14, Common Annotations 1.3.2
7 years ago
Rossen Stoyanchev
f835f7b500
Switch to Bismuth snapshots
7 years ago
sdeleuze
c6f5acf15d
Upgrade Dokka to 0.9.16
7 years ago
Juergen Hoeller
0ef9568c06
Upgrade to OkHttp 3.10 (as well as RxJava 2.1.10 and Caffeine 2.6.2)
7 years ago
Juergen Hoeller
3d6483873f
Upgrade to Netty 4.1.22
7 years ago
Juergen Hoeller
3ba858213f
Upgrade to RxJava 1.3.6
7 years ago
Juergen Hoeller
1ea233ac56
Upgrade to Reactor Bismuth SR6
7 years ago
Rossen Stoyanchev
394c30efd0
Update to Bismuth snapshots
7 years ago
Juergen Hoeller
c9aede3727
Upgrade to Tomcat 8.5.28 (and Selenium HtmlUnit Driver 2.29.2)
7 years ago
Juergen Hoeller
3cbb2b7616
Upgrade to Hibernate ORM 5.1.12 (for integration tests)
7 years ago
Juergen Hoeller
a639535f33
Upgrade to Netty 4.1.21
7 years ago
Juergen Hoeller
41a4bdea55
Upgrade to Kotlin 1.2.21
7 years ago
Juergen Hoeller
8d42888476
Upgrade to RxJava 1.3.5 and WebJars Locator 0.35
...
Includes Rhino 1.7.8 and JRuby 9.1.15 as well.
7 years ago
Juergen Hoeller
9ef0465c34
Upgrade to Jackson 2.9.4 and RxJava 2.1.9
7 years ago
Rossen Stoyanchev
97894a1c22
Improve logging dependencies for tests
7 years ago
Rossen Stoyanchev
aee8a9c97b
Upgrade to Bismuth-SR5
...
Issue: SPR-16385
7 years ago
Juergen Hoeller
91e6274b7d
Upgrade to Apache HttpClient 4.5.5 and Tomcat 8.5.27
7 years ago
Juergen Hoeller
3dd6c19c6d
Upgrade to Netty 4.1.20
7 years ago
Juergen Hoeller
32b4279929
Upgrade to Kotlin 1.2.20 (and Undertow 1.4.22)
7 years ago
Sam Brannen
7b4ec72378
Upgrade to JUnit Jupiter 5.0.3
...
Issue: SPR-16384
7 years ago
Juergen Hoeller
a49123a72b
Upgrade to RxJava 2.1.8 (and Protobuf 3.5.1)
7 years ago
Rossen Stoyanchev
3aee3182ac
Restore milestone repo for AspectJ
7 years ago