Sam Brannen
c2bc2b27ea
Suppress varargs warnings when compiling tests w/ Gradle
9 years ago
Brian Clozel
2e5ddef07d
Upgrade to Jetty 9.3.5
...
Issue: SPR-13564
9 years ago
Juergen Hoeller
357fab67a1
Upgrade to Tomcat 8.0.28 and Jackson 2.6.3
9 years ago
Stephane Nicoll
6210ab9208
Upgrade to Undertow 1.3.0.Final
9 years ago
Stephane Nicoll
02e583b1b1
Upgrade to H2 1.4.190
9 years ago
Brian Clozel
01986ac73d
Upgrade to undertow 1.3.0.CR3
9 years ago
Sam Brannen
da99897676
Remove spring-messaging's dependency on spring-test
9 years ago
Juergen Hoeller
bb4e682a7e
Latest dependency updates (POI 3.13, Reactor 2.0.6, Netty 4.0.32, Tomcat 8.0.27)
9 years ago
Juergen Hoeller
20c4f82d6b
Upgrade to Hibernate ORM 5.0.2 and Hibernate Validator 5.2.2
9 years ago
Rossen Stoyanchev
c75206f975
Prepare for Reactor 2.0.6
9 years ago
Juergen Hoeller
71dcd28c77
Upgrade to Groovy 2.4.5 (plus extracted guavaVersion and okhttpVersion)
9 years ago
Brian Clozel
0510329b54
Support Undertow 1.3.0 in UndertowXhrTransport
...
As of Undertow 1.3.0, several APIs have been changed: replacing Xnio's
Pool/Pooled references to Undertow's new ByteBufferPool abstraction.
This move has been made, as part of
https://issues.jboss.org/browse/UNDERTOW-522 , to prepare deprecations in
the Xnio API.
This commit adds a new strategy to deal with both 1.0-1.2 and 1.3
Undertow generations.
Issue: SPR-13366
9 years ago
Juergen Hoeller
fe3aad4ab2
Latest dependency updates (H2 1.4.189, Underscore.js 1.8.3)
9 years ago
Juergen Hoeller
f0ebddef1e
Latest dependency updates (AspectJ 1.8.7, Jackson 2.6.2, EhCache 3.0 M3)
9 years ago
Juergen Hoeller
5c22002d21
Latest dependency updates (Undertow 1.2.12, WebJars Locator 0.28)
9 years ago
Juergen Hoeller
e214e64782
Latest dependency updates (Hibernate ORM 5.0.1, JasperReports 6.1.1, Joda-Time 2.8.2, SnakeYAML 1.16)
9 years ago
Juergen Hoeller
ec741bd5ea
Latest dependency updates (Jetty 9.3.3, Netty 4.0.31, Undertow 1.2.11)
9 years ago
Juergen Hoeller
e553bb79e7
Latest dependency updates (Commons Pool 2.4.2, OkHttp 2.5)
9 years ago
Juergen Hoeller
91b473fec5
Latest dependency updates (Tomcat 8.0.26, JRuby 1.7.22, H2 1.4.188)
9 years ago
Juergen Hoeller
6d1b8b5a31
SpringWebConstraintValidatorFactory for use with validation.xml
...
Issue: SPR-13327
9 years ago
Juergen Hoeller
79e24aeced
Upgrade to Hibernate ORM 5.0 GA
...
Issue: SPR-13002
9 years ago
Craig Andrews
cccf5f65f5
Register jackson-datatype-jdk7 module when using Java 7
...
Issue: SPR-13354
9 years ago
Juergen Hoeller
3d2e2cb3ae
Upgrade to Reactor 2.0.5
9 years ago
Juergen Hoeller
4dd6b789ef
Upgrade to Objenesis 2.2
...
Issue: SPR-13228
9 years ago
Juergen Hoeller
d8794a1edc
Test against EhCache 3.0 M2 (as a JCache provider)
...
Includes latest dependency updates (Jackson 2.6.1, Jetty 9.3.2, Undertow 1.2.10)
Issue: SPR-13342
9 years ago
Juergen Hoeller
f88ad8dd7a
Upgrade to Hibernate ORM 4.3.11 and 5.0 RC4
9 years ago
Sam Brannen
3cd5210b94
Polish usage of global versions in Gradle build
9 years ago
Sam Brannen
a22dd68646
Upgrade HSQL & Selenium dependencies
9 years ago
Juergen Hoeller
01bc2519c5
Upgrade to AspectJ 1.9 beta 2 (for build compatibility with JDK 9 build 74+)
...
Issue: SPR-13297
9 years ago
Juergen Hoeller
1a088f0957
Upgrade to Hibernate Validator 5.2.1
9 years ago
Juergen Hoeller
b35103cc5c
Latest dependency updates (Hibernate ORM 5.0 RC3, Netty 4.0.30, JOpt Simple 4.9)
9 years ago
Juergen Hoeller
b74377932c
Deprecate native JRuby support
...
Issue: SPR-13283
9 years ago
Sam Brannen
8ff247b17a
Ensure spring-test builds against HttpComponents 4.5
...
This is necessary to ensure that the version of HtmlUnit that we use is
compatible with HttpComponents 4.5.
Issue: SPR-13158
9 years ago
Sam Brannen
7d16e3b97c
Upgrade to HtmlUnit 2.18 GA
...
Issue: SPR-13158
9 years ago
Rob Winch
b73e39423c
Introduce support for HtmlUnit in Spring MVC Test
...
This commit introduces integration between MockMvc and HtmlUnit, thus
simplifying end-to-end testing when using HTML-based views and enabling
developers to do the following.
- Easily test HTML pages using tools such as HtmlUnit, WebDriver, & Geb
without the need to deploy to a Servlet container
- Test JavaScript within pages
- Optionally test using mock services to speed up testing
- Share logic between in-container, end-to-end tests and
out-of-container integration tests
Issue: SPR-13158
9 years ago
Sam Brannen
2a995ae246
Polish syntax in build.gradle
9 years ago
Juergen Hoeller
b277c081e7
Upgrade to Hibernate Validator 5.2 GA and Jackson 2.6 GA
9 years ago
Sam Brannen
0d0e879ed0
Upgrade to TestNG 6.9.6
9 years ago
Juergen Hoeller
cc0a4c1ea0
Upgrade to Jetty 9.3.1 and Undertow 1.2.9
9 years ago
Brian Clozel
ec5019dbae
Upgrade to groovy 2.4.4
9 years ago
Juergen Hoeller
2577ac300b
Refined spring-oxm test execution check for compatibility with the recently announced JDK 9 version scheme
...
Issue: SPR-13012
9 years ago
Juergen Hoeller
37f74e76f6
TomcatInstrumentableClassLoader supports Tomcat 7.0.63+ as well
...
Issue: SPR-13210
9 years ago
Juergen Hoeller
48f330dd31
AspectJ 1.9 beta 1 for ajc task (for JDK 9 build compatibility)
...
Plus latest dependency updates (Hibernate ORM 5.0 RC2, Jackson 2.6 RC4, Reactor 2.0.4, Tomcat 8.0.24, C3P0 0.9.5.1, Rome 1.5.1, FreeMarker 2.3.23, JRuby 1.7.21)
Issue: SPR-13012
9 years ago
Sam Brannen
c1b5262824
Upgrade to Gradle 2.5
...
Issue: SPR-13012
9 years ago
Juergen Hoeller
2d6ec953e4
Latest dependency updates (Jackson 2.6 RC3, JavaMail 1.5.4, JRuby 1.7.20.1)
10 years ago
Brian Clozel
7df9679399
Dependency upgrade webjars-locator 0.26
10 years ago
Brian Clozel
0417b89a9d
Dependency update: Netty 4.0.29.Final
10 years ago
Rossen Stoyanchev
e083683f4f
Update WebSocket support for Jetty 9.3
...
Issue: SPR-13140
10 years ago
Juergen Hoeller
7025cd74ec
Upgrade to Woodstox 5.0.1 (and Undertow 1.2.8)
10 years ago
Juergen Hoeller
371ea79b5f
Latest dependency updates (OkHttp 2.4, H2 1.4.187, Joda-Time 2.8.1)
10 years ago