2651 Commits (2153b2fbd5aa4bff9b233fddb6c1c50cc879dcde)
 

Author SHA1 Message Date
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 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 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
Juergen Hoeller 35354ad520 polishing 15 years ago
Juergen Hoeller 42c7be4590 SmartLifecycle retrieval fix, properly taking FactoryBeans into account (SPR-6545) 15 years ago
Juergen Hoeller a0c4d2c13c detect Lifecycle-implementing FactoryBeans as well (SPR-6545) 15 years ago
Juergen Hoeller 5f9b444319 bean properties of type enum array/collection can be populated with comma-separated String (SPR-6547) 15 years ago
Juergen Hoeller b497f6ccad fixed JSR-303 Validator delegation code (SPR-6557) 15 years ago
David Syer 63996cbb06 SPR-6541: move spring repository placeholder into a profile (build) and the other repositories into another profile (legacy-build) 15 years ago
Christian Dupuis 7c6c1c3ad8 some minor adjustments to the mvc namespace to make it work in the tools 15 years ago
Keith Donald 14b69148f9 file names based on section id now; updated sec ids to match conventions 15 years ago
Keith Donald b673087a87 polish 15 years ago
Keith Donald 541cf2de80 removed unused method; polishing 15 years ago
Keith Donald 753d0b0c91 removed generic warning 15 years ago
Keith Donald 027bd24260 polish 15 years ago
Keith Donald 4f4732df45 javadoc polishing 15 years ago
Keith Donald 8d4b9c0810 javadoc 15 years ago
Keith Donald 5ce16e01eb broke out collection to string converter logic from collection to object 15 years ago
David Syer 143ce57e76 SPR-6541: consolidate repositories into a profile (-P build) 15 years ago
Juergen Hoeller e1d5c7310a updated JPA 2.0 support to the final spec (supporting the "getCriteriaBuilder" method) 15 years ago