Arjen Poutsma
|
98daccc362
|
SPR-5537: ReSTful URLs with content type extension do not work properly
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@812 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-24 17:36:18 +00:00 |
|
Juergen Hoeller
|
182acb9c87
|
fixed CachingMapDecorator to support garbage-collected weak references (again)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@798 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-23 11:34:51 +00:00 |
|
Juergen Hoeller
|
262e510b32
|
polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@794 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-23 11:28:49 +00:00 |
|
Keith Donald
|
fefb06a5be
|
custom converters
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@759 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-09 02:28:22 +00:00 |
|
Keith Donald
|
d920c52393
|
super converter implementation
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@758 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-08 08:47:10 +00:00 |
|
Mark Pollack
|
43bb43116c
|
Initial cut of feature to create factory beans using the @FactoryBean annotation within a @Component
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@753 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-07 07:48:53 +00:00 |
|
Mark Pollack
|
3f024d2f4b
|
Initial cut of feature to create factory beans using the @FactoryBean annotation within a @Component
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@752 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-07 07:42:25 +00:00 |
|
Keith Donald
|
515f1c57d3
|
basic conversion service impl; still need super converters, custom converters, and conversion of generic collection elements
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@742 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-06 23:48:17 +00:00 |
|
Keith Donald
|
5fb9dbb7d0
|
turned on debug logging
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@741 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-06 20:33:43 +00:00 |
|
Juergen Hoeller
|
a814fd082c
|
refactored HTTP support into top-level package "org.springframework.http"; revised RestTemplate facility in package "org.springframework.web.client"
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@676 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-24 11:46:00 +00:00 |
|
Arjen Poutsma
|
45c30b5f12
|
Added tests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@673 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-23 23:44:49 +00:00 |
|
Arjen Poutsma
|
a6b7cbc790
|
Fixed issue in parsing of invalid MediaTypes from java.net.HttpUrlConnection (*; q=.2)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@672 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-23 22:02:10 +00:00 |
|
Juergen Hoeller
|
dc2c73743e
|
ASM-based AnnotationMetadata fully resolves class arguments and enums into Java types (SPR-5477, SPR-5479)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@639 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-15 21:50:01 +00:00 |
|
Juergen Hoeller
|
af7518626f
|
TypeUtils detects variations of ParameterizedType/GenericArrayType assignability as well
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@633 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-13 12:17:48 +00:00 |
|
Arjen Poutsma
|
f7a6d46de1
|
Test for SPR-5362
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@629 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-13 10:32:22 +00:00 |
|
Juergen Hoeller
|
1cf413bd2e
|
ReflectionUtils findMethod detects methods on "java.lang.Object" as well
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@626 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-13 09:14:08 +00:00 |
|
Juergen Hoeller
|
613f744990
|
generic collection type resolution respects upper bound as well
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@624 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-13 09:09:56 +00:00 |
|
Juergen Hoeller
|
47f3b9881b
|
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
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@607 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-09 18:26:30 +00:00 |
|
Juergen Hoeller
|
a3a4171c41
|
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
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@599 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-05 22:45:35 +00:00 |
|
Arjen Poutsma
|
74253b7f00
|
Added MediaType
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@594 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-05 15:44:16 +00:00 |
|
Arjen Poutsma
|
d2a7bbb092
|
Added Pattern comparitor
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@562 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-01-21 17:06:37 +00:00 |
|
Arjen Poutsma
|
858346851d
|
Polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@540 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-01-14 10:03:28 +00:00 |
|
Arjen Poutsma
|
819a9ecfc3
|
Added StaxUtils, hidden StaxSource, StaxResult, and various other Stax-specific classes behind this utility class.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@528 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-01-07 16:20:40 +00:00 |
|
Arjen Poutsma
|
d204236d9c
|
Added DomContentHandler
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@526 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-01-07 12:20:42 +00:00 |
|
Arjen Poutsma
|
260681afee
|
Added Stax Source methods to TransformerUtils
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@525 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-01-07 12:00:39 +00:00 |
|
Arjen Poutsma
|
39635265f2
|
Added StaxResult
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@523 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-01-07 11:37:09 +00:00 |
|
Arjen Poutsma
|
71c324efc3
|
Added StaxEventContentHandler
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@522 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-01-07 11:36:33 +00:00 |
|
Arjen Poutsma
|
d9cd3d7e95
|
Test -> Tests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@521 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-01-07 11:24:50 +00:00 |
|
Arjen Poutsma
|
3e88fbd270
|
Added StaxStreamContentHandler
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@520 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-01-07 11:24:01 +00:00 |
|
Arjen Poutsma
|
22fa1539e8
|
Test -> Tests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@519 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-01-07 11:20:08 +00:00 |
|
Arjen Poutsma
|
e1ef763647
|
Added SimpleNamespaceContext
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@518 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-01-06 17:07:59 +00:00 |
|
Arjen Poutsma
|
e82722083d
|
Renamed XmlReader classes to XMLReader classes
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@517 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-01-06 16:43:49 +00:00 |
|
Arjen Poutsma
|
b066a56a31
|
Renamed XmlReader tests to XMLReader tests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@516 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-01-06 16:40:37 +00:00 |
|
Arjen Poutsma
|
81b1d4e572
|
Added various XML helper classes, for use with OXM
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@514 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-01-06 16:24:42 +00:00 |
|
Chris Beams
|
aee86fb035
|
removing svn:externals usage approach to common test artifacts
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@467 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-12-18 18:44:45 +00:00 |
|
Chris Beams
|
2796c55974
|
Whitespace polishing: leading spaces->tabs; updated eclipse configuration to default to leading tabs for all bundles
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@464 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-12-18 14:50:25 +00:00 |
|
Chris Beams
|
71c1153961
|
introducing common.beans.* packaging and externals; experimenting with sharing SideEffectBean
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@459 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-12-17 23:36:40 +00:00 |
|
Chris Beams
|
2455ed7977
|
moving unit tests from .testsuite -> .core, .beans, .web, .web.portlet, .web.servlet
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@453 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-12-17 18:45:41 +00:00 |
|
Chris Beams
|
dfce78549e
|
moving unit tests from .testsuite -> .core
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@431 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-12-16 17:04:43 +00:00 |
|
Chris Beams
|
0a172047d4
|
moving unit tests from .testsuite -> .core
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@414 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-12-15 01:14:57 +00:00 |
|
Arjen Poutsma
|
280701a4d2
|
SPR-5251: URI Templates support infix variables: A-{B}-C
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@296 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-11-19 11:48:13 +00:00 |
|
Arjen Poutsma
|
9a7a5e5b60
|
SPR-5251: URI Templates support /**-style paths
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@295 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-11-18 15:12:28 +00:00 |
|
Arjen Poutsma
|
c60f1851df
|
SPR-5251: URI Templates in @RequestMapping
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@293 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-11-17 16:00:03 +00:00 |
|
Arjen Poutsma
|
3f43494097
|
Moved tests from testsuite to core
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@256 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-11-03 10:34:10 +00:00 |
|
Arjen Poutsma
|
90ea8e0105
|
Moved tests from testsuite to core
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@240 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-10-31 09:35:45 +00:00 |
|
Arjen Poutsma
|
fecb69a0e4
|
Moved tests from testsuite to core
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@238 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-10-31 09:11:09 +00:00 |
|
Arjen Poutsma
|
17fde6ddfa
|
Added MD5 hashing utils.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@205 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-10-30 15:07:00 +00:00 |
|
Arjen Poutsma
|
12448278cd
|
Moved tests over from testsuite to core
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@192 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-10-29 17:10:09 +00:00 |
|
Arjen Poutsma
|
f1134c131c
|
Moved tests over from testsuite to core
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@191 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-10-29 17:08:09 +00:00 |
|
Arjen Poutsma
|
825b5cf407
|
Moved tests over from testsuite to core
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@187 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-10-29 13:52:06 +00:00 |
|