Thomas Risberg
|
7d2b3f2e7e
|
relaxed Map<String, Object> to Map<String, ?> for method parameter
|
15 years ago |
Keith Donald
|
36e00054b6
|
polish
|
15 years ago |
Keith Donald
|
417939774c
|
removed old dir
|
15 years ago |
Keith Donald
|
04dee9ab76
|
removed old dir
|
15 years ago |
Keith Donald
|
17bbdfc13f
|
polish
|
15 years ago |
Keith Donald
|
4b76cdd1a3
|
date time format code review
|
15 years ago |
Luke Taylor
|
ae3e0c0bda
|
SPR-5276: Updated Acegi site link to point to Spring Security
|
15 years ago |
Keith Donald
|
1bb007c321
|
results of code review of mvc namespace
|
15 years ago |
Luke Taylor
|
4a5a2b18ac
|
SPR-6169: Clarified that DispatcherServlet configuraion options are init-param values for the servlet declaration, not context params
|
15 years ago |
Luke Taylor
|
d293c2248c
|
SPR-5430,SPR-6224: Converted deprecated view property names to use '.(class)' syntax.
|
15 years ago |
Thomas Risberg
|
f91d44691e
|
added note to changelog about supporting load-time weaving in JBoss 5 (SPR-5764)
|
15 years ago |
Luke Taylor
|
edf331b5a6
|
SPR-6293: Updated required tiles version to 2.1.2
|
15 years ago |
Mark Fisher
|
d5fd22c8fe
|
SPR-5507 GenericMessageEndpointManager now implements SmartLifecycle instead of ApplicationListener.
|
15 years ago |
Mark Fisher
|
a15a9600b7
|
SPR-5507 AbstractJmsListeningContainer now implements SmartLifecycle instead of ApplicationListener.
|
15 years ago |
Mark Fisher
|
a7c1f6b730
|
SPR-5507 Added SmartLifecycle interface with 'isAutoStartup' method and added an 'onRefresh' method to the LifecycleProcessor.
|
15 years ago |
Keith Donald
|
91dd752e71
|
added test dep to ivy.xml causing build failure
|
15 years ago |
Mark Fisher
|
5b088f5cb4
|
SPR-5507 Factored out Lifecycle management to a LifecycleProcessor strategy with the default implementation as DefaultLifecycleProcessor. The 'lifecycleProcessor' bean may be defined to override the default.
|
15 years ago |
Keith Donald
|
566516b89a
|
polishing
|
15 years ago |
Keith Donald
|
835b958911
|
polish
|
15 years ago |
Keith Donald
|
6f4112af80
|
updated favoring style pattern string instead of Style enum for DateTimeFormat
|
15 years ago |
Keith Donald
|
7ed6c164b6
|
javadoc polishing
|
15 years ago |
Juergen Hoeller
|
90f8e5dcf8
|
WebSphereUowTransactionManager suspends synchronizations even without existing transaction (SPR-6167)
|
15 years ago |
Costin Leau
|
c3bf658058
|
SPR-6102
+ add old method for backwards compatibility
|
15 years ago |
Costin Leau
|
af0a529bb5
|
SPR-6102
+ loosen FrameworkServlet#createWebApplicationContext signature
|
15 years ago |
Costin Leau
|
bcc6413ef7
|
SPR-5762
+ allow unknown URL protocols to be used with import directive
|
15 years ago |
Arjen Poutsma
|
077055c8f2
|
SPR-6291 - UrlPathHelper is too aggressive decoding URLs
|
15 years ago |
Costin Leau
|
24a9ecd4a3
|
+ removed unused imports
|
15 years ago |
Costin Leau
|
9a111e504f
|
SPR-6194
+ add setter for servlet minor version to MockServletContext
|
15 years ago |
Arjen Poutsma
|
7ec9f1506a
|
SPR-6005 - org.springframework.beans.propertyeditors.URIEditor does double escaping for % signes for URIs that contain a schema
|
15 years ago |
Sam Brannen
|
2cc6155dec
|
JavaDoc
|
15 years ago |
Thomas Risberg
|
076b912f05
|
removed filter for classes from the JPA providers package for EclipseLink (SPR-6040)
|
15 years ago |
Chris Beams
|
46aabf0b65
|
Additional tests rounding out @ImportXml coverage
|
15 years ago |
Keith Donald
|
7bd34a6cb1
|
added format import to web.servlet manifest
|
15 years ago |
Juergen Hoeller
|
2922b1fcb9
|
updated for extended RC2 period
|
15 years ago |
Juergen Hoeller
|
15777818c4
|
made Excel tests work
|
15 years ago |
Juergen Hoeller
|
2a0b3cf3c9
|
polishing
|
15 years ago |
Juergen Hoeller
|
205b5a477b
|
JSR-303 Validator will only register validation failures if no binding failure happened
|
15 years ago |
Juergen Hoeller
|
4e233047c8
|
TilesConfigurer only sets up EL support if JSP 2.1 is present (for JSP 2.0 compatibility; SPR-6309)
|
15 years ago |
Juergen Hoeller
|
b321376703
|
AbstractExcelView is compatible with Apache POI 3.0 as well as 3.5 now (SPR-6298)
|
15 years ago |
Juergen Hoeller
|
a62068461f
|
AbstractApplicationContext can also start up in case of system properties access failure
|
15 years ago |
Keith Donald
|
fe4f41d33c
|
default config for web binding initializer and formatting/conversion system w/ mvc namespace
|
15 years ago |
Chris Beams
|
8ece98c694
|
Fixed build breakage due to use of WebDataBinder.setDisallowedFields(String); changed calls to use the updated String[] signature.
|
15 years ago |
Chris Beams
|
0a4463fb71
|
SPR-6158: Initial implementation and tests for @ImportXml
|
15 years ago |
Chris Beams
|
20ec13ded5
|
SPR-5529: removed package.html files
|
15 years ago |
Chris Beams
|
ca0b590bb9
|
SPR-5523: converted a few additional package.html artifacts to package-info.java
|
15 years ago |
Juergen Hoeller
|
6494041849
|
changed Servlet API dependency to provided (SPR-6284)
|
15 years ago |
Keith Donald
|
ee15bbb494
|
mvc namespace installation of handler mapping and handler adapter
|
15 years ago |
Mark Fisher
|
d96bea9f6a
|
SPR-4716 GenericMessageEndpointManager now "auto-starts" upon receiving a ContextRefreshedEvent rather than within afterPropertiesSet().
|
15 years ago |
Arjen Poutsma
|
d415d36192
|
Renamed Md5HashUtils to DigestUtils
|
15 years ago |
Mark Fisher
|
91297d9863
|
SPR-6307 Quartz SchedulerFactoryBean now "auto-starts" upon receiving a ContextRefreshedEvent rather than within afterPropertiesSet().
|
15 years ago |