Juergen Hoeller
|
a25e4d794e
|
Hibernate 3.6, etc
|
14 years ago |
Juergen Hoeller
|
3c067e5db6
|
optimized AnnotationUtils findAnnotation performance for repeated search on same interfaces (SPR-7630)
|
14 years ago |
Juergen Hoeller
|
0f924820e8
|
revised OracleTableMetaDataProvider for reliable Oracle Connection detection; autodetect JdbcTemplate's NativeJdbcExtractor (SPR-7611)
|
14 years ago |
Juergen Hoeller
|
1f1577e33e
|
fixed @Value injection to correctly cache temporary null results for non-singleton beans (SPR-7614)
|
14 years ago |
Juergen Hoeller
|
e1dbb66798
|
StringToArray/CollectionConverter trims element values before trying to convert them (SPR-7657)
|
14 years ago |
Juergen Hoeller
|
1933b648c3
|
fixed @Value injection to correctly cache temporary null results for non-singleton beans (SPR-7614)
|
14 years ago |
Juergen Hoeller
|
5cb06f5da2
|
consistent caching of @Autowired arguments in field and method case (SPR-7635)
|
14 years ago |
Juergen Hoeller
|
ffa4ed093f
|
BeanWrapper etc
|
14 years ago |
Juergen Hoeller
|
4c73a29f99
|
polishing
|
14 years ago |
Juergen Hoeller
|
0195b0da3c
|
BeanWrapper does not attempt to populate Map values on access (just auto-grows Map itself)
|
14 years ago |
Juergen Hoeller
|
27a10c74d1
|
resolve dependency outside of synchronized block before subsequently preparing cached arguments (SPR-7635)
|
14 years ago |
Juergen Hoeller
|
7893b3ebf6
|
applied synchronization in order to avoid race condition in skipping check (SPR-7635, SPR-7642)
|
14 years ago |
Juergen Hoeller
|
21d6883139
|
moved async aspect to aspectj sub-package
|
14 years ago |
Juergen Hoeller
|
a6569a2930
|
moved async aspect to aspectj sub-package
|
14 years ago |
Arjen Poutsma
|
d9d7fb6f9a
|
Docs
|
14 years ago |
Arjen Poutsma
|
4108927b28
|
SPR-5367 - PathVariable mappings are greedy over hard coded mappings
|
14 years ago |
Juergen Hoeller
|
ac5b1bcfab
|
fixed Autowired/CommonAnnotationBeanPostProcessor to prevent race condition in skipping check (SPR-7635, SPR-7642)
|
14 years ago |
Arjen Poutsma
|
c5c1d70aa3
|
SPR-6291 - UrlPathHelper is too aggressive decoding URLs
|
14 years ago |
Arjen Poutsma
|
043ec2c8b2
|
SPR-7636 - XStreamMarshaller - Add support for configuring XStream with aliases by class (type) and also defining multiple attributes for the same class.
|
14 years ago |
Arjen Poutsma
|
1f296403da
|
SPR-7620 - StaxEventContentHandler does not set Location for StartDocument event
|
14 years ago |
Arjen Poutsma
|
35da7bdb44
|
SPR-7621 - AbstractStaxContentHandler sets NamespaceContext on every start/end element
|
14 years ago |
Arjen Poutsma
|
ab21dbad08
|
SPR-7621 - AbstractStaxContentHandler sets NamespaceContext on every start/end element
|
14 years ago |
Juergen Hoeller
|
c32c0d5674
|
fixed package declaration
|
14 years ago |
Juergen Hoeller
|
e506ccf4e1
|
serializer package etc
|
14 years ago |
Juergen Hoeller
|
0ef971b82b
|
polishing
|
14 years ago |
Juergen Hoeller
|
b062de1133
|
revised initial cut of serializer package; moved Converter adapters to sub-package 'support'
|
14 years ago |
Juergen Hoeller
|
3740380a7a
|
polishing
|
14 years ago |
Juergen Hoeller
|
cb434793d5
|
avoid double flushing of ObjectOutputStream when close is being called right afterwards anyway
|
14 years ago |
Oliver Gierke
|
9114f80b68
|
SPR-7641 - Added Principal to listing of supported method parameter types.
|
14 years ago |
Juergen Hoeller
|
ae3cfff380
|
fixed JodaTimeContextHolder to use a non-inheritable ThreadLocal and expose a reset method (SPR-7441); use of remove() even when being called with a null argument
|
14 years ago |
Mark Fisher
|
c046419acd
|
SPR-7627 added Serializer and Deserializer strategies, Converter adapters, and default implementations
|
14 years ago |
Thomas Risberg
|
bd22bed10a
|
added a SybaseAnywhereMaxValueIncrementer since syntax is slightly different than for Sybase ASE (SPR-7623)
|
14 years ago |
Juergen Hoeller
|
a0fead1880
|
revised TypedValue toString representation (SPR-7569)
|
14 years ago |
Juergen Hoeller
|
f7cd9865f4
|
polishing
|
14 years ago |
Juergen Hoeller
|
ebe8052d55
|
fixed detection of element type in case of nested collections (SPR-7569)
|
14 years ago |
Juergen Hoeller
|
6b3c299a50
|
consistent handling of handler methods, init binder methods and model attribute methods (SPR-7355)
|
14 years ago |
Juergen Hoeller
|
722778c74a
|
SpEL MapAccessor consistently rejects "target.key" style access to Maps if no such key is found (SPR-7614)
|
14 years ago |
Juergen Hoeller
|
1cd77e2a15
|
polishing
|
14 years ago |
Juergen Hoeller
|
5be9473136
|
initialize cache Maps early, turning them into final fields
|
14 years ago |
Juergen Hoeller
|
7553b76f15
|
SpEL method invocations prefer method with fewest parameters (e.g. no-arg over vararg; SPR-7633)
|
14 years ago |
Juergen Hoeller
|
d78eda8aeb
|
polishing
|
14 years ago |
Juergen Hoeller
|
061063257a
|
optimized @Bean error messages (SPR-7628, SPR-7629)
|
14 years ago |
Juergen Hoeller
|
4e43ba544b
|
Jdbc4NativeJdbcExtractor etc
|
14 years ago |
Juergen Hoeller
|
ccded10d86
|
added configurable Connection/Statement/ResultSet target types to Jdbc4NativeJdbcExtractor (SPR-7613); added OracleJdbc4NativeJdbcExtractor with pre-configured Oracle JDBC API types
|
14 years ago |
Juergen Hoeller
|
2433feab09
|
fixed embedded database exception test
|
14 years ago |
Juergen Hoeller
|
be04aca037
|
consistent handling of unwrap/isWrapperFor/isClosed in JDBC proxies
|
14 years ago |
Juergen Hoeller
|
153680a5e6
|
polishing
|
14 years ago |
Juergen Hoeller
|
a15d023b45
|
ResourceDatabasePopulator throws descriptive ScriptStatementFailedException with resource details (SPR-7546)
|
14 years ago |
Thomas Risberg
|
63b8ae085a
|
added a nativeJdbcExtractor property for the TableMetaDataProvider and a method to specify the one to use for SImpleJdbcInsert (SPR-7611)
|
14 years ago |
Oliver Gierke
|
1c6e131746
|
SPR-7604 - Support multiple embedded databases.
Added missing test configuration file.
|
14 years ago |