0
I Use This!
Very High Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 31, 2025 — Mar 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed retriever cache putting More... about 16 years ago
revised JSP-based views to never fail when trying to setting forward attributes (SPR-6623) More... about 16 years ago
fixed "inner vs. nested class" terminology (SPR-6608) More... about 16 years ago
refactored to pass along original ServletContext (for WebLogic and Resin JSP compatibility; SPR-6606) More... about 16 years ago
reset retriever cache when adding/removing listeners (SPR-6624) More... about 16 years ago
fixed JavaConfig sample code (SPR-6637, SPR-6638) More... about 16 years ago
fixed scoped proxy unwrapping (SPR-6625) More... about 16 years ago
updated manifest for new JPA 2.0 criteria package (SPR-6636) More... about 16 years ago
Resolved SPR-6618. Restrictions were too tight on overloaded bean methods and were preventing it altogether. Overloading is now allowed, as long as there is no ambiguity at runtime which bean method should be invoked. More... over 16 years ago
initial preparations for 3.0.1 release More... over 16 years ago
generic ApplicationListener event type gets detected through proxy as well More... over 16 years ago
SJC-273 resolved minor @Configuration documentation error More... over 16 years ago
fixed getBeansWithAnnotation to ignore beans with non-determinable type (SPR-6579) More... over 16 years ago
STS-723: fixed ViewControllerBeanDefinitionParser to not rely on instance state for handler mapping and handler adapter bean names More... over 16 years ago
Updated build for 3.0.1 More... over 16 years ago
Resolved SPR-6187: touch-ups based on mfisher's feedback. More... over 16 years ago
polishing More... over 16 years ago
avoid hard-coded AOP dependency for ScopedObject check More... over 16 years ago
removed hard ScopedProxyUtils dependency in ConfigurationClassEnhancer More... over 16 years ago
prepared for 3.0 GA release More... over 16 years ago
TypedValue.NULL_TYPED_VALUE -> TypedValue.NULL More... over 16 years ago
use TypeDescriptor.forObject instead of constructor; enforce use of TypeDescriptor.valueOf through making the constructor private More... over 16 years ago
primitive desc caching More... over 16 years ago
TypeDescriptor.valueOf usage in favor of constants; TypedValue usage simplification More... over 16 years ago
moved public methods up More... over 16 years ago
moved static factory methods up More... over 16 years ago
BeanValidationPostProcessor runs in before-initialization phase by default (SPR-6565) More... over 16 years ago
value of optmization More... over 16 years ago
object to String not supported test case More... over 16 years ago
ObjectToObject converter now only matches public methods/constructors; private class method invocations also supported now through a makeAccessible call More... over 16 years ago