Mark Fisher
|
5e1c00ceb2
|
SPR-5507 Factored out the Phased interface.
|
15 years ago |
Arjen Poutsma
|
e664779f3e
|
Do not require bound classes or context for Jaxb2Marshaller.
RestTemplate now registers JAXB2 and Jackson by default, if found on the classpath.
|
15 years ago |
Arjen Poutsma
|
01ce468ff2
|
SPR-6386 - MappingJacksonHttpMessageConverter ignores supported media types property
|
15 years ago |
Arjen Poutsma
|
dc0613f487
|
HttpMessageConverter.supports() is split into canRead/canWrite.
HttpMessageConverter.write() now allows for a specific content type.
|
15 years ago |
Keith Donald
|
18c63f70c4
|
polishing
|
15 years ago |
Juergen Hoeller
|
f751acea12
|
fixed tests
|
15 years ago |
Juergen Hoeller
|
7e5106d1ac
|
FormatterRegistry extends ConverterRegistry now; FormattingConversionService extends GenericConversionService
|
15 years ago |
Juergen Hoeller
|
a1916ca765
|
polishing
|
15 years ago |
Juergen Hoeller
|
d6197b743d
|
clarified double role of id property
|
15 years ago |
Juergen Hoeller
|
d54cf0ca37
|
polishing
|
15 years ago |
Juergen Hoeller
|
ac490114ae
|
propagate full TypeDescriptor for field-level conversion as well
|
15 years ago |
Juergen Hoeller
|
973fb6ce40
|
updated to Groovy 1.6.5
|
15 years ago |
Juergen Hoeller
|
9400fb3e78
|
replaced custom asList method with Arrays.asList(ObjectUtils.toObjectArray(...))
|
15 years ago |
Juergen Hoeller
|
cc0bd730eb
|
polishing
|
15 years ago |
Juergen Hoeller
|
bc06ffb6b8
|
removed obsolete System.err logging for the property-not-found case
|
15 years ago |
Juergen Hoeller
|
5e68cc5a58
|
removed inappropriate assertion that prevents static method calls
|
15 years ago |
Juergen Hoeller
|
34d4e3cbe0
|
refined Hibernate version range
|
15 years ago |
Costin Leau
|
fbee526a40
|
+ add oxm.xsd namespace alias
|
15 years ago |
Sam Brannen
|
218051464d
|
Fixed typo
|
15 years ago |
Juergen Hoeller
|
1cf0c12674
|
restored Hibernate 3.2 compatibility (SPR-6387)
|
15 years ago |
Arjen Poutsma
|
8546e64b03
|
Support for media subtype suffixes in include(), i.e. application/*+xml includes application/soap+xml
|
15 years ago |
Keith Donald
|
8259d45583
|
removed now obsolete test case
|
15 years ago |
Keith Donald
|
de1d548725
|
SPR-6413 and SPR-6414 first cut: needs review, particularly compatibility note in AbstractHandlerMapping
|
15 years ago |
Juergen Hoeller
|
6c89946d42
|
leniently fall back to the passed-in method if a bridge method couldn't be resolved (for Groovy 1.7 compatibility)
|
15 years ago |
David Syer
|
e10161182b
|
RESOLVED - issue SPR-6444: TaskExecutor not initialized in task namespace
|
15 years ago |
Arjen Poutsma
|
89975c8b79
|
SPR-6378 - RC2: Issue with RequestMethod.GET differs from M2
|
15 years ago |
Juergen Hoeller
|
5d2d2bcf39
|
fixed supported HSQL/H2 version range (SPR-6403)
|
15 years ago |
Juergen Hoeller
|
bb97ca32c4
|
added configurable "autoGrowNestedPaths" property to DataBinder (SPR-6430)
|
15 years ago |
Juergen Hoeller
|
9a2f9ccde4
|
added static newInstance method to BeanPropertyRowMapper (SPR-6433); aligned ParameterizedBeanPropertyRowMapper factory methods
|
15 years ago |
Juergen Hoeller
|
fce0361052
|
made getTransactionAwareConnectionProxy protected (SPR-6438)
|
15 years ago |
Juergen Hoeller
|
da2ddca34c
|
fixed LifecycleProcessor lookup in a Spring Dynamic Modules context (SPR-6356); moved ConversionService lookup to prepareBeanFactory
|
15 years ago |
Mark Fisher
|
021663b12f
|
SPR-5507 The 'shutdownOrder' property of SmartLifecycle has been renamed 'phase'. The order no longer applies to shutdown only; now startup order is determined by the phase value as well. Components start in ascending order and stop in descending order.
|
15 years ago |
Costin Leau
|
1f5568fa81
|
SPR-4724
+ most of the problems were already fixed (probably by Mark). These are just minor adjustments
|
15 years ago |
Arjen Poutsma
|
ef50082cad
|
SPR-6280 - PathVariable resolution does not work properly
|
15 years ago |
Costin Leau
|
be60908d6d
|
+ update pom
SPR-6333
SPR-6394
|
15 years ago |
David Syer
|
35517b62a0
|
Change groovy dependency to 1.6.3 to match ANT/ivy
|
15 years ago |
Andy Clement
|
2e9683aa7c
|
SPR-6347: guidance on when to use getValue(rootObject) vs getValue(evaluationContext)
|
15 years ago |
Keith Donald
|
12e8f31b38
|
removed entity to string id conversion routine as it is not required
|
15 years ago |
Keith Donald
|
064b6db666
|
Added entity conveter null checking; updated from string converters to simply test str.length() as pre-processing check
|
15 years ago |
Keith Donald
|
48e1ed0a24
|
moved test case where it belongs
|
15 years ago |
Keith Donald
|
c3044e122c
|
polish
|
15 years ago |
Keith Donald
|
9d354192ef
|
additional javadoc and tests
|
15 years ago |
Keith Donald
|
e3462aeef3
|
minor typo
|
15 years ago |
Keith Donald
|
94eeb99333
|
used managed list to detect bean definitions
|
15 years ago |
Keith Donald
|
7309b11849
|
mvc namespace interceptors element--ignoring test case until issue with setting collection of bean definition property values is resolved
|
15 years ago |
Keith Donald
|
44fcc572a7
|
mvc:interceptors namespace element initial commit
|
15 years ago |
Juergen Hoeller
|
602118f1a3
|
extended CGLIB version range (SPR-6400)
|
15 years ago |
Mark Fisher
|
a6b6ba88dc
|
SPR-6368 The parser for the 'executor' element in the task namespace now creates a FactoryBean so that the pool-size range can be configured after property placeholder resolution when necessary.
|
15 years ago |
Mark Fisher
|
196000d765
|
removed printlns from test
|
15 years ago |
Thomas Risberg
|
937de9f032
|
removed note about getting started guide not ready until 3.0 final
|
15 years ago |