Stephane Nicoll
90c29b3af3
Upgrade to Reactor Californium RELEASE
6 years ago
Juergen Hoeller
a278e878e8
Upgrade to Jackson 2.9.7
6 years ago
Brian Clozel
d94e9225f4
Switch to Reactor Californium SNAPSHOTs
6 years ago
Juergen Hoeller
cbc0fad961
Upgrade to Kotlin 1.2.70
...
Includes Hibernate ORM 5.1.16 and Hibernate Validator 6.0.13.
6 years ago
Sam Brannen
bffa4b88af
Upgrade to JUnit 5.3.1
...
Issue: SPR-17129
6 years ago
Juergen Hoeller
dcac30c41c
Upgrade to Tomcat 9.0.12 and SnakeYAML 1.23
6 years ago
Juergen Hoeller
e49896d95f
Upgrade to Mockito 2.22, XMLUnit 2.6.2, JavaMail 1.6.2
...
Also includes Apache Johnzon 1.1.9.
6 years ago
Juergen Hoeller
87fac79b90
Upgrade to RxJava 2.2.2
6 years ago
Brian Clozel
c8627c05ed
Upgrade to Reactor Californium RC1
6 years ago
Rossen Stoyanchev
8658a357c8
Upgrade to Californium snapshots
6 years ago
Brian Clozel
7041e5e8e3
Upgrade to Jetty 9.4.12.v20180830
6 years ago
Sam Brannen
454cd933d4
Upgrade to JUnit Jupiter 5.3
...
Issue: SPR-17129
6 years ago
Juergen Hoeller
4b86d42890
Upgrade to Netty 4.1.29
6 years ago
Juergen Hoeller
7056808716
Upgrade to Kotlin 1.2.61, RxJava 2.2.1, Tomcat 9.0.11
6 years ago
Juergen Hoeller
a6a6cf7d97
Upgrade to Java Activation Framework 1.2 as API dependency
...
Includes XMLUnit 2.6.1 and Undertow 2.0.13.
Issue: SPR-16115
6 years ago
Juergen Hoeller
04d2d1da0d
Consistently use double quotes (even if no interpolation needed)
...
Includes upgrade to Hibernate ORM 5.3.5, EclipseLink 2.7.3, Selenium HtmlUnit Driver 2.32.1, Jetty 9.4.12 RC2.
6 years ago
Stephane Nicoll
446a604ad0
Upgrade to Reactor Californium-M2
6 years ago
Sam Brannen
d3be1cc6cb
Use single quotes in Gradle build where appropriate
6 years ago
Sam Brannen
69e4f21f90
Use JUnit 5 Maven BOM in Gradle build
...
Issue: SPR-17129
6 years ago
Juergen Hoeller
de38af6843
Upgrade to JUnit Jupiter 5.3 RC1 (and Jetty 9.4.12 RC1)
...
Includes Groovy 2.5.2, Undertow 2.0.12, Hibernate Validator 6.0.12.
Issue: SPR-17129
6 years ago
Vedran Pavic
4d86779648
Polish build script
...
Closes gh-1918
6 years ago
Juergen Hoeller
821ab62492
Upgrade to RxJava 2.2 and Kotlin 1.2.60
...
Includes latest dependency updates (Mockito 2.21, Log4J 2.11.1, Hibernate ORM 5.3.4, Protobuf 3.6.1, JRuby 9.2, HtmlUnit 2.32, Selenium 3.14) for Spring Framework 5.1.
Issue: SPR-16388
Issue: SPR-16239
6 years ago
Juergen Hoeller
1c40e36839
Upgrade to Netty 4.1.28
6 years ago
Juergen Hoeller
a18cfd71b9
Upgrade to Reactor Californium M1
...
Issue: SPR-16386
6 years ago
Juergen Hoeller
8e5f243320
Upgrade to Mockito 2.20
6 years ago
Juergen Hoeller
430250c80f
Upgrade to RxJava 2.1.17
6 years ago
Juergen Hoeller
bb5d99a083
Upgrade to Hibernate ORM 5.3.3, Undertow 2.0.11, Mockito 2.19.1
6 years ago
Juergen Hoeller
fe2eeb43f1
Upgrade to Groovy 2.5.1
6 years ago
Juergen Hoeller
f123d6c3bc
Upgrade to Netty 4.1.27 and Commons Pool 2.6
6 years ago
Juergen Hoeller
2ede6f65b4
Upgrade to Netty 4.1.26 and Undertow 2.0.10
6 years ago
Juergen Hoeller
22ccdb285f
Upgrade to Hibernate ORM 5.3.2 and 5.1.15
6 years ago
Sebastien Deleuze
18781d70b4
Upgrade to Kotlin 1.2.51
6 years ago
Juergen Hoeller
9efddea5e0
Upgrade to Apache Johnzon 1.1.8 and JCA 1.7.1
6 years ago
Juergen Hoeller
71aee9211f
Upgrade to Mockito 2.19 and Mockito Kotlin 1.6
6 years ago
Juergen Hoeller
6f8a524eaa
Upgrade to Tomcat 9.0.10, RxJava 2.1.16, EclipseLink 2.7.2, Selenium 3.13
6 years ago
Phillip Webb
032096d699
Add checkstyle to build
...
Add checkstyle to the build to enforce Spring Framework coding
conventions. Rule suppressions are used for several classes where
relaxing the rules makes more sense than fixing them.
Issue: SPR-16968
6 years ago
Juergen Hoeller
eaffcbe3be
Upgrade to Gradle 4.8.1
...
Includes Kotlin 1.2.50, RxJava 2.1.15 and Protobuf 3.6.
Issue: SPR-16475
6 years ago
Juergen Hoeller
0058a1f52d
Upgrade to Jackson 2.9.6
7 years ago
Brian Clozel
417354da8a
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
7 years ago
Juergen Hoeller
65a6a04853
Upgrade to Jetty 9.4.11
7 years ago
Juergen Hoeller
0941081b0a
Upgrade to HSQLDB 2.4.1, Derby 10.14.2.0, HtmlUnit 2.31, Selenium 3.12
7 years ago
Rossen Stoyanchev
72b1d4c648
Remove explicit references to Reactor Netty version
...
...now that 0.8 is also listed in the Reactor bom.
Issue: SPR-16387
7 years ago
Brian Clozel
522f71b907
Update Gradle plugins
7 years ago
Sam Brannen
2390695804
Upgrade to Gradle 4.8
7 years ago
Sam Brannen
5811d13d6c
Upgrade to Gradle 4.7
7 years ago
Sam Brannen
237c0defa7
Use built-in Gradle wrapper task
7 years ago
Sam Brannen
ce002b450a
Upgrade to Groovy 2.5 GA
...
Issue: SPR-15407
7 years ago
Rossen Stoyanchev
a3216432b5
Polish
...
Issue: SPR-16387
7 years ago
Juergen Hoeller
8d94d20770
Upgrade to Hibernate ORM 5.3.1 and Undertow 2.0.9
7 years ago
Juergen Hoeller
cb80eac9d7
Upgrade to RxJava 2.1.14 and Groovy 2.5 RC3
7 years ago