Juergen Hoeller
|
f208988563
|
polishing
|
15 years ago |
Juergen Hoeller
|
fd1bfeefe4
|
avoid hard-coded AOP dependency for ScopedObject check
|
15 years ago |
Juergen Hoeller
|
198911e0d2
|
removed hard ScopedProxyUtils dependency in ConfigurationClassEnhancer
|
15 years ago |
Juergen Hoeller
|
776f0490f9
|
prepared for 3.0 GA release
|
15 years ago |
Juergen Hoeller
|
2ec39f5000
|
TypedValue.NULL_TYPED_VALUE -> TypedValue.NULL
|
15 years ago |
Juergen Hoeller
|
dc99df2972
|
use TypeDescriptor.forObject instead of constructor; enforce use of TypeDescriptor.valueOf through making the constructor private
|
15 years ago |
Keith Donald
|
7fb19d658b
|
primitive desc caching
|
15 years ago |
Keith Donald
|
2fef141a00
|
TypeDescriptor.valueOf usage in favor of constants; TypedValue usage simplification
|
15 years ago |
Keith Donald
|
f37d7082a2
|
moved public methods up
|
15 years ago |
Keith Donald
|
39325958bc
|
moved static factory methods up
|
15 years ago |
Juergen Hoeller
|
d6f4f4c7b4
|
BeanValidationPostProcessor runs in before-initialization phase by default (SPR-6565)
|
15 years ago |
Keith Donald
|
943c46b07d
|
value of optmization
|
15 years ago |
Keith Donald
|
8ff801648d
|
object to String not supported test case
|
15 years ago |
Keith Donald
|
5c7c56a6b3
|
ObjectToObject converter now only matches public methods/constructors; private class method invocations also supported now through a makeAccessible call
|
15 years ago |
Keith Donald
|
b64945988b
|
general polishing
|
15 years ago |
Keith Donald
|
bb93f5967f
|
removed generic warning
|
15 years ago |
Juergen Hoeller
|
1c33206042
|
catch ConversionException and ConvertedNotFoundException in BeanWrapper's convertIfNecessary as well, in order to support constructor resolution (SPR-6563)
|
15 years ago |
Juergen Hoeller
|
2153b2fbd5
|
introspect element type in case of incoming Collection/Map in order to not accidentally say canConvert=true (SPR-6564)
|
15 years ago |
Juergen Hoeller
|
5f9f69958e
|
refined PropertyEditor exposure for the ConversionService case
|
15 years ago |
Chris Beams
|
0057481a0a
|
SPR-6187: Document @Configuration classes and AnnotationConfig[Web]ApplicationContext
|
15 years ago |
Juergen Hoeller
|
f52986ea15
|
introduced TypeDescriptor.OBJECT and TypeDescriptor.STRING
|
15 years ago |
Juergen Hoeller
|
1b0c6b848d
|
only try to convert to String if canConvert returns true
|
15 years ago |
Chris Beams
|
2764024351
|
JavaDoc on AnnotationConfigApplicationContext#scan(String...)
|
15 years ago |
Juergen Hoeller
|
83a7cb9177
|
SpelExpressionParser etc
|
15 years ago |
Juergen Hoeller
|
086aeb0aac
|
rearranged spel subpackages in order to avoid package dependency cycle; introduced SpelParserConfiguration object to replace bit flags
|
15 years ago |
Juergen Hoeller
|
b5b1962530
|
removed MultipartRequest mixin interface again (avoiding a package dependency cycle)
|
15 years ago |
Keith Donald
|
5b87793521
|
html multi-page doc now only generates files per chapter consistent with Spring 2.5
|
15 years ago |
Juergen Hoeller
|
18b5cd101e
|
ConverterRegistry etc
|
15 years ago |
Juergen Hoeller
|
86475593bb
|
added special handling of String array values for required fields, e.g. for WebRequestDataBinder (SPR-6552)
|
15 years ago |
Juergen Hoeller
|
26b3443299
|
added unit test for setRequiredFields with @MVC (SPR-6552)
|
15 years ago |
Juergen Hoeller
|
6622c71935
|
revised default converters; renamed ConverterRegistry's addGenericConverter to addConverter
|
15 years ago |
Costin Leau
|
c2e1f113f5
|
SPR-5764
+ improved JBoss LTW by using the proper class loader for loading reflection types
|
15 years ago |
Chris Beams
|
77a70f256c
|
further tweaks on logging section
|
15 years ago |
Chris Beams
|
56dcd9296a
|
minor usage/grammar improvements in logging section
|
15 years ago |
Costin Leau
|
cb4bc58dbd
|
+ improved javadoc (no code changes)
|
15 years ago |
Costin Leau
|
b963906bd1
|
SPR-6447
+ moved petclinic to spring-samples (https://src.springframework.org/svn/spring-samples/petclinic)
|
15 years ago |
Thomas Risberg
|
d016a1cc2f
|
updated version for 3.0 GA release
|
15 years ago |
David Syer
|
c8d65f078b
|
SPR-6558: correct maven repository locations
|
15 years ago |
Keith Donald
|
d7a8d499be
|
long style formatting tests
|
15 years ago |
Juergen Hoeller
|
2f539cded9
|
prepared for 3.0 GA release
|
15 years ago |
Juergen Hoeller
|
6635a5d96d
|
@ManagedBean coverage in javadoc
|
15 years ago |
Juergen Hoeller
|
cb9619f62b
|
support @ManagedBean for name retrieval in AnnotationBeanNameGenerator as well; support @ManagedBean and @Named for direct use only
|
15 years ago |
Juergen Hoeller
|
59d9f73f46
|
ignore client proxies for export
|
15 years ago |
Juergen Hoeller
|
3cfac84bff
|
updated javadoc (SPR-6546)
|
15 years ago |
Juergen Hoeller
|
1b8a67d5d7
|
reimplemented bean lookup to avoid getBeanNamesForType(Object.class)
|
15 years ago |
Juergen Hoeller
|
dc6c1dc727
|
MBeanExporter detects FactoryBean-exported resources independent from declaration order
|
15 years ago |
Juergen Hoeller
|
db6e807421
|
removed getBeansWithAnnotation(Class,boolean,boolean) method from ListableBeanFactory; reimplemented getBeansWithAnnotation(Class) to avoid use of getBeanNamesForType(Object.class)
|
15 years ago |
Juergen Hoeller
|
d7a1630381
|
removed getBeansWithAnnotation(Class,boolean,boolean) method from ListableBeanFactory; reimplemented getBeansWithAnnotation(Class) to avoid use of getBeanNamesForType(Object.class)
|
15 years ago |
Juergen Hoeller
|
929665d284
|
fixed accidental breakage in bean class resolution with tempClassLoader
|
15 years ago |
Juergen Hoeller
|
9d2f7934de
|
fixed non-Lifecycle-FactoryBean with exposed Lifecycle object case (SPR-6545)
|
15 years ago |