118 Commits (87e939a4e9f7148a1e8a41091f45f5d8f55e2b19)

Author SHA1 Message Date
Rob Harrop 7835e66abb [SPR-6017] a few more tweaks to how getLocalName is handled 15 years ago
Juergen Hoeller 1045847cf7 updated to CGLIB 2.2 and EHCache 1.6.2 15 years ago
Juergen Hoeller 8675281972 updated to AspectJ 1.6.5 15 years ago
Juergen Hoeller 8754f0bc85 updated dependencies 15 years ago
Mark Pollack 97e3b5ca8c SPR-5976 - Upgrade POMS to JUnit 4.6 15 years ago
Arjen Poutsma 43519a57db Doc 15 years ago
Arjen Poutsma 3d29023ef3 Updating POMs to contain Junit & EasyMock version numbers. Apparently, the maven ant tasks cannot resolve our parent pom. 15 years ago
Mark Fisher 1bfb26e4b2 updated aspectj weaver version in .classpath files to match ivy.xml configuration 15 years ago
Christian Dupuis a4bbd9abda xsds now use schemaLocation attribute on xsd:import elements to specify the concrete schema version to import 15 years ago
Juergen Hoeller 8c7aec3c97 scoped proxies retain original qualifiers (SPR-5911) 15 years ago
Juergen Hoeller da7aa37aa6 refined generic getProxy signature 15 years ago
Chris Beams 9163d8043b updated .jms dependency on junit 4.6.0 from test->runtime to test->compile. touched all org.eclipse.jdt.core.prefs (during the process of importing the projects). only the date comments within each have changed. 15 years ago
Mark Pollack 69422e771f SPR-5619 - (OpenSessionInViewTests, ClassUtilTests fixed) 15 years ago
Mark Pollack 8c9346718b POM maintenance/development - initial jarjar support in maven build for ASM 15 years ago
Mark Pollack 0c16554e23 SPR-5803 and additional POM maintenance/development 15 years ago
Sam Brannen 620c9b1f96 [SPR-5895] Upgraded to EasyMock 2.5.1. 15 years ago
Sam Brannen 8bfb56c75b [SPR-5887] Upgraded to JUnit 4.6.0. 15 years ago
Juergen Hoeller 3426ad3781 prepared 3.0 versions of the remaining namespaces 16 years ago
Chris Beams a9696c7282 RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java' 16 years ago
Christian Dupuis ca9526de6c added correct aop image 16 years ago
Christian Dupuis 6cc33fc609 added spring.tooling descriptor and images for all namespaces 16 years ago
Juergen Hoeller bbd69da37f updated all Spring Framework OSGI manifests to list unversioned imports explicitly; relaxed several OSGi bundle dependencies to optional and extended version ranges 16 years ago
Juergen Hoeller 266a65982d Servlet/Portlet ApplicationContexts use a specific id based on servlet/portlet name; DefaultListableBeanFactory references are serializable now when initialized with an id; scoped proxies are serializable now, for web scopes as well as for singleton beans; injected request/session references are serializable proxies for the current request now 16 years ago
Juergen Hoeller b2319fa38b reactivated ThrowsAdviceInterceptorTests 16 years ago
Juergen Hoeller b88edd1dfc polishing 16 years ago
Juergen Hoeller e57543a8f3 turned CountingBeforeAdvice into top-level class 16 years ago
Juergen Hoeller cef7a2b965 exclude non-public interfaces when autodetecting proxy interfaces 16 years ago
Juergen Hoeller 8583026151 revised target class check for non-Spring CGLIB proxy variants (SPR-5694) 16 years ago
Juergen Hoeller e54a44b577 refined sequence of registration calls 16 years ago
Juergen Hoeller 9306d6dbaa serialize full Pattern objects 16 years ago
Juergen Hoeller 1b9b513820 AspectJ matchesMethodExecution call needs to be synchronized (SPR-5687) 16 years ago
Juergen Hoeller 3e63951a57 relaxed @AspectJ detection check (for CGLIB subclasses to still be recognized as an aspect) 16 years ago
Juergen Hoeller 56a48272e6 avoiding synchronization as far as possible (SPR-5668) 16 years ago
Juergen Hoeller 7048689269 polishing 16 years ago
Thomas Risberg 1facd45c5e switched to use XInclude 16 years ago
Mark Pollack 362629d03b Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT (again) 16 years ago
Mark Pollack 8f76197485 Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT 16 years ago
Mark Pollack 351fba1a04 POM maintenance 16 years ago
Mark Pollack 5f21cbd9da POM maintenance 16 years ago
Juergen Hoeller 89d1c99277 AspectJ update 16 years ago
Juergen Hoeller 62785abc72 polishing 16 years ago
Mark Pollack 0b463c0838 SPR-5385, SPR-5301 - partial work committed. 16 years ago
Juergen Hoeller dab23a71f9 polishing 16 years ago
Chris Beams b8f712621d + Added isCglibClassName() to AopUtils for checking bean class names before classloading 16 years ago
Chris Beams 3ae3de19a9 + Updated all projects to use the re-introduced org.springframework.asm instead of org.objectweb.asm (.java, template.mf, ivy.xml, and .classpath files have been updated) 16 years ago
Juergen Hoeller 96e00d6594 clarified applicability of @Order 16 years ago
Juergen Hoeller 160249c012 generified FactoryBeans and further Java 5 code style updates 16 years ago
Juergen Hoeller 85bc98ea4b MethodInvocations and ProceedingJoinPoints always expose original method (not bridge); ProceedingJoinPoint resolves parameter names using ASM-based parameter name discovery 16 years ago
Juergen Hoeller 43caa57296 optimized OrderComparator usage 16 years ago
Juergen Hoeller 777a104d48 added @Async annotation, AsyncExecutionInterceptor, AsyncAnnotationAdvisor 16 years ago