Juergen Hoeller
b78fa2715a
Assigned cache manager name in order to avoid EhCache assertion failure in case of multiple tests executed on the same VM
2013-03-21 11:12:30 +01:00
Juergen Hoeller
0d23a9d4a6
Upgraded integration test dependencies to Servlet 3.0 as well
2013-03-20 17:39:15 +01:00
Juergen Hoeller
deba32cad9
Upgraded all Servlet API mocks to Servlet 3.0 (with a little bit of Servlet 3.1 support in MockHttpServletResponse)
2013-03-20 17:19:34 +01:00
Juergen Hoeller
d03de21d62
Removed explicit JAXB 2.1 dependency (included in JDK 1.7 anyway)
2013-03-20 12:26:07 +01:00
Juergen Hoeller
bb14c16938
Revised WebServiceFeature handling: requiring JAX-WS 2.1+, including support for JAX-WS 2.2 service-level features now
2013-03-20 12:20:46 +01:00
Juergen Hoeller
bea990196d
Fixed job scheduling data test for Quartz 1.8
2013-03-20 10:07:20 +01:00
Juergen Hoeller
af3c3ef15c
Only call EhCacheManagerFactoryBean's destroy() method when actually initialized
2013-03-20 10:05:56 +01:00
Juergen Hoeller
5472e975f6
Removed deprecated core.enums package
2013-03-19 23:31:50 +01:00
Juergen Hoeller
28aa34f7ff
Removed build reference to spring-struts module
2013-03-19 23:16:22 +01:00
Juergen Hoeller
ebb3d32ea8
Removed deprecated core.enums package
2013-03-19 23:14:55 +01:00
Juergen Hoeller
f2b79c80b0
Spring's EhCache setup builds on EhCache 2.1+ now
...
Specifically, EhCacheFactoryBean extends CacheConfiguration now and therefore inherits all configuration properties of the underlying EhCache version. This reduces the need for catching up with new EhCache properties on our side.
Issue: SPR-8258
2013-03-19 23:08:05 +01:00
Juergen Hoeller
e3fe9b1171
Upgraded to Quartz 1.8 and Velocity 1.7
2013-03-19 23:02:57 +01:00
Juergen Hoeller
a272fd790a
Clarified support for JRuby 1.5+ and Groovy 1.7+
2013-03-19 22:40:14 +01:00
Juergen Hoeller
8832d59b7b
Removed unintended backport-concurrency dependency
2013-03-19 19:25:49 +01:00
Juergen Hoeller
f0ffb1edc6
Removed spring-struts module (Struts 1.x support)
2013-03-19 18:38:16 +01:00
Juergen Hoeller
ceb9a05ecb
General JPA 2.0+ requirement; upgraded build and tests to EclipseLink 2.4, OpenJPA 2.2, Hibernate 3.6
2013-03-19 18:34:04 +01:00
Juergen Hoeller
90f79f3f4f
Require JRuby 1.6+ (avoiding the use of deprecated API)
2013-03-19 16:46:14 +01:00
Juergen Hoeller
7ef5c5cc84
Added missing section end tag
2013-03-19 16:45:31 +01:00
Juergen Hoeller
20fb418785
Removed Spring’s own JSP expression support (in favor of JSP 2.0+)
2013-03-19 16:30:46 +01:00
Juergen Hoeller
f19f55a59b
Removed Spring MVC command/form controller class hierarchy
2013-03-19 16:06:37 +01:00
Juergen Hoeller
74021b9e4a
Removed JUnit 3.8 based test class hierarchy
2013-03-19 15:10:59 +01:00
Juergen Hoeller
55901e677f
Removed EJB 2.x implementation class hierarchy (ejb.support package)
2013-03-19 15:07:51 +01:00
Juergen Hoeller
30a9dad5fe
Removed iBATIS SQL Maps support
2013-03-19 15:03:38 +01:00
Juergen Hoeller
3f35bdc79a
Removed scheduling.timer and scheduling.backportconcurrent packages
2013-03-19 15:01:11 +01:00
Juergen Hoeller
f1258a6a02
Removed JAX-RPC support
2013-03-19 15:00:17 +01:00
Juergen Hoeller
9c52ae9558
Removed OC4J support (including documentation references)
2013-03-19 14:53:26 +01:00
Juergen Hoeller
a03d125b4e
Removed Servlet 2.4 forward attribute support in InternalResourceView and TilesView
2013-03-19 14:33:21 +01:00
Juergen Hoeller
0f0c93a559
Removed JMS 1.0.2 support
2013-03-19 13:39:45 +01:00
Juergen Hoeller
36942f6018
JtaTransactionManager relies on presence of JTA 1.1 API
2013-03-19 13:27:00 +01:00
Juergen Hoeller
27693bbc83
CustomizableTraceInterceptor relies on JDK 1.5+ Matcher.quoteReplacement method now
2013-03-19 13:15:45 +01:00
Juergen Hoeller
7f0a780925
StaxUtils relies on JAXP 1.4 (as included in JDK 1.6+)
2013-03-19 13:15:05 +01:00
Juergen Hoeller
87e5f19c3f
JDK 1.6+ API baseline across the codebase
2013-03-19 13:10:25 +01:00
Juergen Hoeller
7331937511
Raised source and target compatibility to JDK 1.6
2013-03-19 12:28:28 +01:00
Juergen Hoeller
a18935dfa1
JdbcTemplate etc
2013-03-19 11:31:09 +01:00
Juergen Hoeller
2629208d5b
Removed unnecessary default value of LifecycleGroup.lifecycleBeans
...
Issue: SPR-10388
2013-03-19 11:30:46 +01:00
Juergen Hoeller
cc4f1328ee
Introduced public ArgumentPreparedStatementSetter and ArgumentTypePreparedStatementSetter classes
...
Issue: SPR-10375
2013-03-19 11:28:25 +01:00
Juergen Hoeller
6b4c29cd24
Defensively uses JDBC 3.0 getParameterType call for Oracle driver compatibility
...
Issue: SPR-10385
2013-03-19 11:14:33 +01:00
Juergen Hoeller
ff6d7a858e
Preparations for 3.2.3
2013-03-19 10:58:36 +01:00
Juergen Hoeller
aeef000c46
Fixed ReflectiveMethodResolver to avoid potential UnsupportedOperationException on sort
...
Issue: SPR-10392
2013-03-19 10:57:23 +01:00
Juergen Hoeller
283b3ee44b
Fixed Jaxb2Marshaller's partial unmarshalling feature to consistently apply to all sources
...
Issue: SPR-10282
2013-03-19 10:51:30 +01:00
Phillip Webb
dc9fee0b5c
Update copyright year in reference documentation
2013-03-14 11:53:09 -07:00
Spring Buildmaster
f911dd1f0f
Increment version to 3.2.3.BUILD-SNAPSHOT
2013-03-13 14:45:47 -07:00
Spring Buildmaster
8b293e1be4
Release version 3.2.2.RELEASE
2013-03-13 14:14:02 -07:00
Phillip Webb
4e1cab28df
Merge branch '3.2.x'
...
* 3.2.x: (28 commits)
Hide 'doc' changes from jdiff reports
Document @Bean 'lite' mode vs @Configuration
Final preparations for 3.2.2
Remove Tiles 3 configuration method
Polishing
Extracted buildRequestAttributes template method from FrameworkServlet
Added "beforeExistingAdvisors" flag to AbstractAdvisingBeanPostProcessor
Minor refinements along the way of researching static CGLIB callbacks
Compare Kind references before checking log levels
Polish Javadoc in RequestAttributes
Fix copy-n-paste errors in NativeWebRequest
Fix issue with restoring included attributes
Add additional test for daylight savings glitch
Document context hierarchy support in the TCF
Fix test for daylight savings glitch
Make the methodParameter field of HandlerMethod final
Disable AsyncTests in spring-test-mvc
Reformat the testing chapter
Document context hierarchy support in the TCF
Document context hierarchy support in the TCF
...
2013-03-13 14:01:46 -07:00
Phillip Webb
f62f697550
Hide 'doc' changes from jdiff reports
2013-03-13 11:13:01 -07:00
Phillip Webb
5730b8d316
Document @Bean 'lite' mode vs @Configuration
...
Rework the reference documentation to better distinguish the differences
between @Bean methods used in @Comonent vs @Configuration classes. The
'Using the @Bean annotation' section now only covers concepts applicable
when using @Bean methods in @Configuration _or_ @Component classes.
Information only applicable to @Configuration classes has been moved to
a new 'Using the @Configuration annotation' section.
An additional sidebar section attempts to explain the differences
between the two approaches.
Issue: SPR-9425
2013-03-13 09:44:35 -07:00
Juergen Hoeller
457ee07352
Final preparations for 3.2.2
2013-03-13 17:37:30 +01:00
Rossen Stoyanchev
d9540ff342
Remove Tiles 3 configuration method
...
Issue: SPR-10361
2013-03-13 12:29:52 -04:00
Juergen Hoeller
c75eba79b3
Polishing
2013-03-13 16:58:51 +01:00
Juergen Hoeller
1f55b4f2a8
Extracted buildRequestAttributes template method from FrameworkServlet
...
Also, RequestBindingInterceptor now obtains HttpServletRequest from locally passed-in request handle and delegates to buildRequestAttributes as well now.
Issue: SPR-10342
2013-03-13 16:58:29 +01:00