Juergen Hoeller
|
2d525901ff
|
proxies with AspectJ pointcuts are fully serializable within a BeanFactory now (SPR-6681)
|
2010-02-01 14:43:35 +00:00 |
|
Juergen Hoeller
|
6070a498fe
|
BeanNameAutoProxyCreator detects alias matches for specified bean names as well (SPR-6774)
|
2010-01-31 14:12:48 +00:00 |
|
Juergen Hoeller
|
cc0bd730eb
|
polishing
|
2009-11-27 01:34:56 +00:00 |
|
Juergen Hoeller
|
46cd083976
|
added chaining-capable "add" method to MutablePropertyValues
|
2009-11-19 22:30:35 +00:00 |
|
Chris Beams
|
2663ab9975
|
fixed typo in javadoc: s/poitncut/pointcut/
|
2009-11-11 01:38:26 +00:00 |
|
Juergen Hoeller
|
2a0b3cf3c9
|
polishing
|
2009-11-07 01:30:50 +00:00 |
|
Sam Brannen
|
986ccbe2c6
|
Suppressing unchecked and serial warnings.
|
2009-10-14 14:03:11 +00:00 |
|
Andy Clement
|
c9f0e68c82
|
SPR-5307: Committing test but can't be uncommented until Spring depends on AspectJ 1.6.7
|
2009-10-07 02:54:44 +00:00 |
|
Juergen Hoeller
|
09e6a85edd
|
fixed overview files
|
2009-09-25 08:47:18 +00:00 |
|
Rob Harrop
|
7835e66abb
|
[SPR-6017] a few more tweaks to how getLocalName is handled
|
2009-09-14 10:43:04 +00:00 |
|
Juergen Hoeller
|
8675281972
|
updated to AspectJ 1.6.5
|
2009-08-31 11:30:30 +00:00 |
|
Arjen Poutsma
|
43519a57db
|
Doc
|
2009-08-04 13:44:09 +00:00 |
|
Christian Dupuis
|
a4bbd9abda
|
xsds now use schemaLocation attribute on xsd:import elements to specify the concrete schema version to import
|
2009-07-22 14:06:44 +00:00 |
|
Juergen Hoeller
|
8c7aec3c97
|
scoped proxies retain original qualifiers (SPR-5911)
|
2009-07-21 13:00:00 +00:00 |
|
Juergen Hoeller
|
da7aa37aa6
|
refined generic getProxy signature
|
2009-07-21 12:44:23 +00:00 |
|
Mark Pollack
|
69422e771f
|
SPR-5619 - (OpenSessionInViewTests, ClassUtilTests fixed)
Update org.sf.web/.classpath to refer to tiles 2.1.2
|
2009-07-10 03:30:12 +00:00 |
|
Juergen Hoeller
|
3426ad3781
|
prepared 3.0 versions of the remaining namespaces
|
2009-06-03 10:29:17 +00:00 |
|
Chris Beams
|
a9696c7282
|
RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'
* Applied patch submitted by Carlos Zuniga
|
2009-06-01 04:14:22 +00:00 |
|
Christian Dupuis
|
ca9526de6c
|
added correct aop image
|
2009-05-26 20:00:51 +00:00 |
|
Christian Dupuis
|
6cc33fc609
|
added spring.tooling descriptor and images for all namespaces
|
2009-05-26 11:58:09 +00:00 |
|
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
|
2009-05-07 22:29:55 +00:00 |
|
Juergen Hoeller
|
b2319fa38b
|
reactivated ThrowsAdviceInterceptorTests
|
2009-05-05 21:49:23 +00:00 |
|
Juergen Hoeller
|
b88edd1dfc
|
polishing
|
2009-05-05 18:28:21 +00:00 |
|
Juergen Hoeller
|
e57543a8f3
|
turned CountingBeforeAdvice into top-level class
|
2009-05-05 18:27:22 +00:00 |
|
Juergen Hoeller
|
cef7a2b965
|
exclude non-public interfaces when autodetecting proxy interfaces
|
2009-05-05 12:37:18 +00:00 |
|
Juergen Hoeller
|
8583026151
|
revised target class check for non-Spring CGLIB proxy variants (SPR-5694)
|
2009-04-27 22:54:39 +00:00 |
|
Juergen Hoeller
|
e54a44b577
|
refined sequence of registration calls
|
2009-04-20 11:20:01 +00:00 |
|
Juergen Hoeller
|
9306d6dbaa
|
serialize full Pattern objects
|
2009-04-20 11:14:28 +00:00 |
|
Juergen Hoeller
|
1b9b513820
|
AspectJ matchesMethodExecution call needs to be synchronized (SPR-5687)
|
2009-04-19 19:33:23 +00:00 |
|
Juergen Hoeller
|
3e63951a57
|
relaxed @AspectJ detection check (for CGLIB subclasses to still be recognized as an aspect)
|
2009-04-17 17:32:29 +00:00 |
|
Juergen Hoeller
|
56a48272e6
|
avoiding synchronization as far as possible (SPR-5668)
|
2009-04-17 17:28:31 +00:00 |
|
Juergen Hoeller
|
7048689269
|
polishing
|
2009-04-17 17:23:50 +00:00 |
|
Juergen Hoeller
|
62785abc72
|
polishing
|
2009-03-27 00:07:25 +00:00 |
|
Juergen Hoeller
|
dab23a71f9
|
polishing
|
2009-03-23 14:39:25 +00:00 |
|
Chris Beams
|
b8f712621d
|
+ Added isCglibClassName() to AopUtils for checking bean class names before classloading
+ Added tests for @Aspect support in @Configuration classes
+ Added tests for @Inherited @Configuration behavior
|
2009-03-23 03:59:07 +00:00 |
|
Juergen Hoeller
|
96e00d6594
|
clarified applicability of @Order
|
2009-02-25 13:41:57 +00:00 |
|
Juergen Hoeller
|
160249c012
|
generified FactoryBeans and further Java 5 code style updates
|
2009-02-25 00:34:22 +00:00 |
|
Juergen Hoeller
|
85bc98ea4b
|
MethodInvocations and ProceedingJoinPoints always expose original method (not bridge); ProceedingJoinPoint resolves parameter names using ASM-based parameter name discovery
|
2009-02-18 23:45:14 +00:00 |
|
Juergen Hoeller
|
43caa57296
|
optimized OrderComparator usage
|
2009-02-17 18:19:57 +00:00 |
|
Juergen Hoeller
|
777a104d48
|
added @Async annotation, AsyncExecutionInterceptor, AsyncAnnotationAdvisor
|
2009-02-10 11:24:05 +00:00 |
|
Juergen Hoeller
|
0794756fba
|
revised advice ordering (for async execution interceptor)
|
2009-02-09 18:32:21 +00:00 |
|
Juergen Hoeller
|
92588cddc6
|
Java 5 code style
|
2009-02-05 21:04:13 +00:00 |
|
Ramnivas Laddad
|
c8d6c15a05
|
Fixed toString(), toShortString(), and toLongString() methods for signature and join point (SPR-5437)
|
2009-01-27 22:58:28 +00:00 |
|
Chris Beams
|
6966099d85
|
polishing .aop tests
|
2008-12-21 00:12:12 +00:00 |
|
Chris Beams
|
4671fd7141
|
polishing .aop tests
|
2008-12-20 23:34:49 +00:00 |
|
Chris Beams
|
9211357e94
|
polishing .aop tests
|
2008-12-20 23:28:22 +00:00 |
|
Chris Beams
|
5dd4e5220a
|
polishing .aop tests
|
2008-12-20 23:01:02 +00:00 |
|
Chris Beams
|
0f4ab0a987
|
polishing .aop tests
|
2008-12-20 22:30:29 +00:00 |
|
Chris Beams
|
beea69d83b
|
polishing .aop tests
|
2008-12-20 21:06:19 +00:00 |
|
Chris Beams
|
56e868b2d7
|
polishing .aop tests
|
2008-12-20 20:06:11 +00:00 |
|