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
Keith Donald
a2be2e15e9
polish; fixed failed tests
15 years ago
Keith Donald
3a3edb53f6
polish / code review of data source embedded and init
15 years ago
Keith Donald
913bc03a3b
ui.format system refining from RC1 feedback: Support for one format annotation applying to multiple field types, Printer/Parser building blocks for more flexibility, full Joda time formatting support, FormattingService as a service entry-point for clients to use
15 years ago
Thomas Risberg
471fbf7ebf
added classes from contributed patch for load-time weaving in JBoss 5 (SPR-5764)
15 years ago
David Syer
14e7b46163
RESOLVED - issue SPR-5917: fixed classpath pattern for ANT
15 years ago
David Syer
e9a37e4400
RESOLVED - issue SPR-5917: DataSourceInitializer and namespace support for creating and populating databases
...
Moved classes but not resources (fixed)
15 years ago
David Syer
747f71f9d2
RESOLVED - issue SPR-5917: DataSourceInitializer and namespace support for creating and populating databases
...
Tweak initializer to allow placeholders for script locations
15 years ago
David Syer
0c8a320130
RESOLVED - issue SPR-5917: updated jdbc docs
15 years ago
David Syer
0db68e1b57
RESOLVED - issue SPR-5917: DataSourceInitializer and namespace support for creating and populating databases
...
Moved populator to init package and added namespace features
15 years ago