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
Mark Fisher
40720ab0f1
SPR-4716 AbstractJmsListeningContainer now "auto-starts" upon receiving a ContextRefreshedEvent rather than within afterPropertiesSet().
15 years ago
Keith Donald
389ad03e84
package info file
15 years ago
Keith Donald
733be4f400
spring mvc namespace initial commit; work in progress
15 years ago
Keith Donald
fed96f85ae
fixed failing test due to case issue
15 years ago
Keith Donald
b6ec4e30d9
javadoc polish
15 years ago
Keith Donald
d65454175d
iso date time format tests
15 years ago
Arjen Poutsma
8de34c6fa7
SPR-6301 - Support @RequestHeader on HttpHeaders parameters
15 years ago
Keith Donald
a62b413be4
Renamed org.springframework.ui.format package to simply org.springframework.format package; 'ui' is not adding any value - it makes the package name longer and also discourages use of formatters outside in other "non ui" environments where localized formatting of field values is needed.
15 years ago
Keith Donald
f0de1c3069
revised matchable converter lookup algorithm; added conversion service bean container tests
15 years ago
Arjen Poutsma
c812cd370b
Fixing test
15 years ago
Arjen Poutsma
db252cd0af
SPR-6303 - Add more logging to RestTemplate
15 years ago
Arjen Poutsma
f1075c7b04
javadoc.
15 years ago
Keith Donald
bc4d52a7e3
added date midnight
15 years ago
Keith Donald
2405848c4c
comment on ignored test
15 years ago
Keith Donald
ba0f1da96f
more joda time formatting tests
15 years ago
Keith Donald
8a15486de3
fixed bug related to annotation driven formatting
15 years ago
Keith Donald
ff39bc376f
formatting tests and polishing
15 years ago
Keith Donald
9ec337b736
joda time formatting tests
15 years ago
Keith Donald
791832789d
polish
15 years ago
Keith Donald
0df1bac33c
since 3.0
15 years ago
Keith Donald
9fdd11c89c
polish
15 years ago
Keith Donald
6d020502b9
polish
15 years ago
Keith Donald
53f3d0b755
polish
15 years ago
Keith Donald
374ea05028
polish
15 years ago
Keith Donald
ffbfa2992c
polish
15 years ago
Keith Donald
0a78287a8f
formatters now plugged into unified type conversion api with formatter specific registry spi
15 years ago
Keith Donald
2e4fa28ca6
removed embedded databases factory in favor of new useDefaultScripts builder method
15 years ago
Keith Donald
f1d012bffa
embeddedd databases convenience factory; builder polishing
15 years ago
Scott Andrews
6c80dbaa9e
polish - removing unused import
15 years ago
Scott Andrews
67b5781dab
SPR-6296 Spring:url tag should not use application/x-www-form-urlencoded encoding
...
Work around for application/x-www-form-urlencoded encoding. Replaces '+' from java.net.URLDecoder with charset specific encoded space value ('%20' for most charsets).
The custom urlEncode method should be replaced with calls to a true URL encoder once available.
15 years ago
Ramnivas Laddad
868cf09b2d
Modified staticmethod mocking to remove compile-time dependency on JUnit (see ROO-314 and related issues)
15 years ago
Sam Brannen
04a7656292
Updated ivy settings so that org.jboss.util is downloaded to the local repository; updated Eclipse classpath regarding latest version of org.jboss.util; added classpath entry for org.jboss.classloading.spi so that JBoss5ClassLoader compiles in Eclipse.
15 years ago
Keith Donald
470302ecc6
javadoc
15 years ago
Keith Donald
c8fd4a45fc
more eclipse compile errors
15 years ago
Keith Donald
f1cab9acda
fixed failing test; take 2
15 years ago
Keith Donald
4151c52af6
removed unused import
15 years ago
Keith Donald
7a4ca36413
Fixed failed tests
15 years ago
Keith Donald
0b46950818
fixed eclipse classpath compile errors
15 years ago