15441da969
Removed Apache Commons HttpClient support (superseded by Apache HttpComponents)
Juergen Hoeller
2013-03-29 15:03:55 +01:00
8fab14dfeb
Upgraded to JasperReports 5.0 (preserving compatibility with all previous releases) and POI 3.9 (preserving compatibility with POI 3.5+)
Juergen Hoeller
2013-03-29 14:52:30 +01:00
541f3edd9e
Fully upgraded orm.hibernate3 package to require Hibernate 3.6+ now
Juergen Hoeller
2013-03-29 00:19:02 +01:00
e11cf5f061
Upgraded JdkVersion and CollectionFactory to JDK 1.6+, also removing deprecated methods from CollectionFactory
Juergen Hoeller
2013-03-28 23:27:17 +01:00
853826a774
Use JDK 1.6's Collections.newSetFromMap instead of manually accessing Maps with dummy Boolean values
Juergen Hoeller
2013-03-28 22:14:26 +01:00
e0c56a124a
Consistently refer to most recent version of javax.el, in order to be compatible with Hibernate Validator 5.0 when doing integration tests
Juergen Hoeller
2013-03-28 21:55:47 +01:00
0d0122239d
Initial support for Bean Validation 1.1 and Hibernate Validator 5.0
Juergen Hoeller
2013-03-28 21:54:25 +01:00
9f9dc34b53
No @Override annotations for JPA 2.1 methods since we're building against JPA 2.0
Juergen Hoeller
2013-03-28 00:05:37 +01:00
4004e53d97
JSR-236 support, in particular adapting to JSR-236 Triggers and exposing additional metadata through ManagedTasks
Juergen Hoeller
2013-03-27 22:52:36 +01:00
52fd84bb57
JTA 1.2 support, in particular for the javax.transaction.Transactional annotation
Juergen Hoeller
2013-03-27 22:33:17 +01:00
ff160f9aeb
JPA 2.1 support, in particular for SynchronizationType.UNSYNCHRONIZED
Juergen Hoeller
2013-03-27 14:43:26 +01:00
a3d7dc09ef
First pass completed, with support for the standard JMS 2.0 API in our CachingConnectionFactory and support for a delivery delay setting in JmsTemplate. Note that none of this has been tested against an actual JMS 2.0 provider yet, due to no such provider being available yet.
Juergen Hoeller
2013-03-26 19:54:40 +01:00
41737e827c
Remove warning suppression in mocks
Sam Brannen
2013-03-26 15:15:37 +01:00
b78fa2715a
Assigned cache manager name in order to avoid EhCache assertion failure in case of multiple tests executed on the same VM
Juergen Hoeller
2013-03-21 11:12:30 +01:00
0d23a9d4a6
Upgraded integration test dependencies to Servlet 3.0 as well
Juergen Hoeller
2013-03-20 17:39:15 +01:00
deba32cad9
Upgraded all Servlet API mocks to Servlet 3.0 (with a little bit of Servlet 3.1 support in MockHttpServletResponse)
Juergen Hoeller
2013-03-20 17:19:34 +01:00
bb14c16938
Revised WebServiceFeature handling: requiring JAX-WS 2.1+, including support for JAX-WS 2.2 service-level features now
Juergen Hoeller
2013-03-20 12:20:46 +01:00
bea990196d
Fixed job scheduling data test for Quartz 1.8
Juergen Hoeller
2013-03-20 10:07:20 +01:00
af3c3ef15c
Only call EhCacheManagerFactoryBean's destroy() method when actually initialized
Juergen Hoeller
2013-03-20 10:05:56 +01:00