0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 24 hours ago.
Mar 31, 2025 — Mar 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
BeanNameAutoProxyCreator detects alias matches for specified bean names as well (SPR-6774) More... about 16 years ago
introduced BeanDefinitionRegistryPostProcessor extension to BeanFactoryPostProcessor; @Configuration classes support definition of BeanFactoryPostProcessor beans as well (SPR-6455, SPR-6611) More... about 16 years ago
fixed JPA multi-unit setup example (SPR-6781) More... about 16 years ago
RESOLVED - issue SPR-6779: imported @Configuration classes do not get enhanced and fail to satisfy scoping requirements refactoring, polishing. More... about 16 years ago
IN PROGRESS - issue SPR-6779: imported @Configuration classes do not get enhanced and fail to satisfy scoping requirements All tests in ImportedConfigurationClassEnhancementTests now pass. The fix was simple - imported @Configuration class bean definitions were not getting marked with the attribute that indicates that they are indeed @Configuration class bean definitions. To make this happen, ConfigurationClassPostProcessor's protected checkConfigurationClassCandidate(beanDef) method is being called from within ConfigurationClassBeanDefinitionReader when imported @Configuration classes are being processed. This is quick and dirty, and the subsequent check-in will refactor the solution appropriately. More... about 16 years ago
Unit test cornering bug SPR-6779, 'imported @Configuration classes do not get enhanced and fail to satisfy scoping requirements' More... about 16 years ago
SPR-6775 + remove class definitions for sticking around (by forcing eager metadata initialization) + improve cache size by eliminating the numbers of method metadata objects created + improve lookup access on method metadata More... about 16 years ago
SPR-6775 + increase size to 256 More... about 16 years ago
SPR-6775 + replace the vanilla hashmap with a quick-and-dirty, JDK based, fixed LRU cache More... about 16 years ago
SPR-6771 - HttpMessageConverter should accept Class<? extends T> on can read More... about 16 years ago
Updated documentation to point out that AnnotationConfigWebApplicationContext can accept both fully-qualified class names as well as base packages to the contextConfigLocation init-param. More... about 16 years ago
fixed namespace example (SPR-6766) More... about 16 years ago
SPR-6759 - Jetty 7 doesn't like ShallowEtagHeaderFilter More... about 16 years ago
SPR-3709 + improved example to work with multi-nested declarations + used JDK 5 syntax + added documentation code into trunk (including unit test) for easier future reference More... about 16 years ago
SPR-6577 - MarshallingView auto detect model with Jaxb2Marshaller chooses the wrong object More... about 16 years ago
SPR-3771 + added table summarizing the Aware interfaces in Spring 3 More... about 16 years ago
SPR-4493 + added some clarifications + improved the document structure More... about 16 years ago
SPR-6649 - Request mapping incorrectly receiving all dispatches for a controller More... about 16 years ago
SPR-6646 + replaced handleRequest() with setSynchronizeOnSession() which is final More... about 16 years ago
LinkedMultiValueMap should implement Serializable (SPR-6765) More... about 16 years ago
SPR-4493 SPR-6756 More... about 16 years ago
Upgrade to spring-build More... about 16 years ago
Fixed up POM bug More... about 16 years ago
Upgraded spring-build More... about 16 years ago
Upgraded spring-build More... about 16 years ago
Separated out unit test projects More... about 16 years ago
Updates to allow nightly snapshots of maven central-compatible artifacts More... about 16 years ago
fixed instrumentation jar names (SPR-6753) More... about 16 years ago
changed exception wording from "recursive" to "cyclic" (SPR-6755) More... about 16 years ago
added test for expression re-evaluation More... about 16 years ago