Juergen Hoeller
|
9871e94cad
|
SimpleAliasRegistry's "getAliases" method returns transitive aliases now; @Qualifier value matching takes chained aliases of target beans into account as well
|
2009-02-17 18:18:33 +00:00 |
|
Juergen Hoeller
|
35c36dda4b
|
fixed HTTP invoker to support resolution of multi-level primitive array classes again
|
2009-02-17 17:50:14 +00:00 |
|
Juergen Hoeller
|
57874a6050
|
SmartApplicationListener interface supports source type checking; SimpleApplicationEventMulticaster caches information about event/source matches
|
2009-02-17 17:46:14 +00:00 |
|
Juergen Hoeller
|
15bbd575a9
|
bridge method resolution works with Hibernate-generated CGLIB proxies as well (SPR-5414)
|
2009-02-16 01:35:35 +00:00 |
|
Juergen Hoeller
|
213b528ffe
|
ASM-based AnnotationMetadata fully resolves class arguments and enums into Java types (SPR-5477, SPR-5479)
|
2009-02-15 21:50:01 +00:00 |
|
Juergen Hoeller
|
fe462916b1
|
TypeUtils detects variations of ParameterizedType/GenericArrayType assignability as well
|
2009-02-13 12:17:48 +00:00 |
|
Juergen Hoeller
|
d8651a88ec
|
UrlResource eagerly closes HTTP connections in case of "getInputStream()" failure (SPR-5338)
|
2009-02-13 12:16:11 +00:00 |
|
Juergen Hoeller
|
796392db1a
|
ReflectionUtils findMethod detects methods on "java.lang.Object" as well
|
2009-02-13 09:14:08 +00:00 |
|
Juergen Hoeller
|
e58d036c73
|
generic collection type resolution respects upper bound as well
|
2009-02-13 09:09:56 +00:00 |
|
Juergen Hoeller
|
647495edd3
|
avoid NPE in PathMatchingResourcePatternResolver when initialized with null ClassLoader
|
2009-02-12 23:46:17 +00:00 |
|
Juergen Hoeller
|
08dd18df58
|
revised expression parser API design
|
2009-02-12 23:03:58 +00:00 |
|
Juergen Hoeller
|
fb057bb5f6
|
generified NumberUtils signature
|
2009-02-12 17:40:51 +00:00 |
|
Juergen Hoeller
|
60392d6e74
|
ApplicationListener beans get obtained on demand, supporting non-singletons as well; ApplicationListeners will be called in the order according to the Ordered contract; generified ApplicationListener interface
|
2009-02-09 18:26:30 +00:00 |
|
Juergen Hoeller
|
7e4fb09369
|
added "Future submit(Runnable)" and "Future submit(Callable)" to AsyncTaskExecutor; SchedulingTaskExecutor interface extends AsyncTaskExecutor; added ExecutorServiceAdapter class as a standard wrapper for a Spring TaskExecutor; added ThreadPoolExecutorFactoryBean; reduced backport-concurrent support to TaskExecutor adapters
|
2009-02-05 22:45:35 +00:00 |
|
Juergen Hoeller
|
ea54c6391e
|
deprecated ConcurrentMap
|
2009-02-05 21:07:53 +00:00 |
|
Arjen Poutsma
|
b0180fdf32
|
Added MediaType
|
2009-02-05 15:44:16 +00:00 |
|
Arjen Poutsma
|
747ee86079
|
Made CollectionsFactory generic
|
2009-02-05 15:33:44 +00:00 |
|
Arjen Poutsma
|
5d5e41269b
|
Added Pattern comparitor
|
2009-01-21 17:06:37 +00:00 |
|
Juergen Hoeller
|
76888e243f
|
polishing
|
2009-01-19 22:07:25 +00:00 |
|
Arjen Poutsma
|
f2329cf426
|
Aded createStaxResult
|
2009-01-09 12:37:41 +00:00 |
|
Arjen Poutsma
|
ccd59ca088
|
Added StaxUtils, hidden StaxSource, StaxResult, and various other Stax-specific classes behind this utility class.
|
2009-01-07 16:20:40 +00:00 |
|
Arjen Poutsma
|
74f3ed3f19
|
Added DomContentHandler
|
2009-01-07 12:20:58 +00:00 |
|
Arjen Poutsma
|
76de5b0e10
|
Added DomContentHandler
|
2009-01-07 12:20:42 +00:00 |
|
Arjen Poutsma
|
e03a27ef46
|
Added Stax Source methods to TransformerUtils
|
2009-01-07 12:00:39 +00:00 |
|
Arjen Poutsma
|
688593074a
|
Fixed version numbers
|
2009-01-07 11:38:18 +00:00 |
|
Arjen Poutsma
|
22e78c90e0
|
Added StaxResult
|
2009-01-07 11:37:09 +00:00 |
|
Arjen Poutsma
|
6be49ad8c5
|
Added StaxEventContentHandler
|
2009-01-07 11:36:33 +00:00 |
|
Arjen Poutsma
|
7bf6d90f20
|
Added StaxStreamContentHandler
|
2009-01-07 11:24:01 +00:00 |
|
Arjen Poutsma
|
2945253d20
|
Added SimpleNamespaceContext
|
2009-01-06 17:07:59 +00:00 |
|
Arjen Poutsma
|
8152b266b1
|
Renamed XmlReader classes to XMLReader classes
|
2009-01-06 16:43:49 +00:00 |
|
Arjen Poutsma
|
86cf17e5e9
|
Renamed XmlReaders to XMLReaders
|
2009-01-06 16:32:59 +00:00 |
|
Arjen Poutsma
|
5dfe6775d4
|
Added various XML helper classes, for use with OXM
|
2009-01-06 16:24:42 +00:00 |
|
Arjen Poutsma
|
2eca3aee06
|
Added JaxpVersion
|
2009-01-06 12:33:41 +00:00 |
|
Juergen Hoeller
|
4f40a6c313
|
fixed javadoc errors
|
2008-11-28 13:56:30 +00:00 |
|
Juergen Hoeller
|
f8c690c542
|
Java 5 code style
|
2008-11-28 11:39:36 +00:00 |
|
Juergen Hoeller
|
85661c6882
|
Java 5 code style
|
2008-11-27 17:35:44 +00:00 |
|
Juergen Hoeller
|
b0790bf5e7
|
Java 5 code style
|
2008-11-27 00:27:52 +00:00 |
|
Juergen Hoeller
|
29657105da
|
Java 5 code style
|
2008-11-25 01:29:54 +00:00 |
|
Juergen Hoeller
|
597e92a1a6
|
Java 5 code style
|
2008-11-21 00:04:10 +00:00 |
|
Juergen Hoeller
|
05bebb0c05
|
completed value annotation support; Java 5 code style updates
|
2008-11-20 17:33:46 +00:00 |
|
Juergen Hoeller
|
347f34c68a
|
EL container integration; support for contextual objects; removal of deprecated Spring 2.0 functionality; Java 5 code style
|
2008-11-20 02:10:53 +00:00 |
|
Arjen Poutsma
|
bb5150361b
|
SPR-5251: URI Templates support infix variables: A-{B}-C
|
2008-11-19 11:48:13 +00:00 |
|
Arjen Poutsma
|
90ef7649c2
|
SPR-5251: URI Templates support /**-style paths
|
2008-11-18 15:12:28 +00:00 |
|
Arjen Poutsma
|
fe72e8a5f7
|
SPR-5251: URI Templates in @RequestMapping
|
2008-11-17 16:00:03 +00:00 |
|
Arjen Poutsma
|
c62d4cb438
|
Generified StringUtils, and replaced StringBuffer usage with StringBuilder
|
2008-11-08 10:06:48 +00:00 |
|
Arjen Poutsma
|
aeced8b1a9
|
Made ThreadLocals generic.
|
2008-11-06 12:43:00 +00:00 |
|
Arjen Poutsma
|
4f9fc753ca
|
Added MD5 hashing utils.
|
2008-10-30 15:07:49 +00:00 |
|
Arjen Poutsma
|
988c66c1c3
|
Added MD5 hashing utils.
|
2008-10-30 15:07:00 +00:00 |
|
Arjen Poutsma
|
b4b169c937
|
Removed unused import
|
2008-10-27 23:43:25 +00:00 |
|
Arjen Poutsma
|
c07477da9c
|
Added @Override annotations to core module
|
2008-10-27 23:25:04 +00:00 |
|