Juergen Hoeller
0b82100930
ProxyCreationContext uses "ThreadLocal.remove()" over "ThreadLocal.set(null)" as well
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3856 50f2f4bb-b051-0410-bef5-90022cba6387
2011-01-05 19:32:02 +00:00
Chris Beams
7ac69dff5f
Normalize indentation of Apache license URL
...
In accordance with recommendations at
http://www.apache.org/licenses/LICENSE-2.0.html .
A number of classes had strayed from this format, now all
are the same.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3831 50f2f4bb-b051-0410-bef5-90022cba6387
2010-12-22 21:40:19 +00:00
Chris Beams
45e5b46fc2
Merge 3.1.0 development branch into trunk
...
Branch in question is 'env' branch from git://git.springsource.org/sandbox/cbeams.git; merged into
git-svn repository with:
git merge -s recursive -Xtheirs --no-commit env
No merge conflicts, but did need to
git rm spring-build
prior to committing.
With this change, Spring 3.1.0 development is now happening on SVN
trunk. Further commits to the 3.0.x line will happen in an as-yet
uncreated SVN branch. 3.1.0 snapshots will be available
per the usual nightly CI build from trunk.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3782 50f2f4bb-b051-0410-bef5-90022cba6387
2010-10-25 19:48:20 +00:00
Juergen Hoeller
0406836c2d
AspectJExpressionPointcut uses bean ClassLoader for initializing the AspectJ pointcut parser (SPR-7570)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3698 50f2f4bb-b051-0410-bef5-90022cba6387
2010-09-29 14:31:23 +00:00
Juergen Hoeller
da758771fa
consistent use of JDK 1.5's ThreadLocal.remove() over ThreadLocal.set(null), preventing leaks (SPR-7441)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3627 50f2f4bb-b051-0410-bef5-90022cba6387
2010-09-01 17:17:25 +00:00
Juergen Hoeller
0f9a15c613
polishing
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3570 50f2f4bb-b051-0410-bef5-90022cba6387
2010-08-12 18:49:13 +00:00
Juergen Hoeller
f9c20e30b5
ultimateTargetClass falls back to raw class instead of returning null
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3515 50f2f4bb-b051-0410-bef5-90022cba6387
2010-07-30 15:13:38 +00:00
Juergen Hoeller
9ec3a3798c
added "expose-proxy" attribute to aop namespace (enforcing AopContext proxy exposure with CGLIB; SPR-7261)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3389 50f2f4bb-b051-0410-bef5-90022cba6387
2010-06-07 21:19:32 +00:00
Luke Taylor
ed0eecff4b
Added DomUtils.getChildElements() method. Also refactored ConfigBeanDefinitionParser.parse() to use it.
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3334 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-14 16:07:39 +00:00
Juergen Hoeller
39f38c1a4e
polishing
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3292 50f2f4bb-b051-0410-bef5-90022cba6387
2010-04-22 21:37:35 +00:00
Juergen Hoeller
0f234936cf
introduced AopProxyUtils.ultimateTargetClass (SPR-7074)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3291 50f2f4bb-b051-0410-bef5-90022cba6387
2010-04-22 21:36:53 +00:00
Juergen Hoeller
fc233fe13f
revised AspectJAnnotation for consistent use of final fields (SPR-7068)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3229 50f2f4bb-b051-0410-bef5-90022cba6387
2010-04-06 11:54:50 +00:00
Juergen Hoeller
05843816ab
AbstractInterceptorDrivenBeanDefinitionDecorator preserves lazy-init flag as well
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3207 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-31 15:25:35 +00:00
Juergen Hoeller
99e8f66b28
adapted to common naming convention for internal attributes
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3193 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-30 15:44:11 +00:00
Juergen Hoeller
ab15578566
AbstractInterceptorDrivenBeanDefinitionDecorator exposes decorated BeanDefinition for early type checking in AbstractBeanFactory (SPR-7006)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3192 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-30 15:40:47 +00:00
Juergen Hoeller
ad724f34b1
avoid NPE if runtimeTest is null (SPR-7032)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3170 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-25 10:22:16 +00:00
Juergen Hoeller
92bfb2d037
updated for JDK 1.5+
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3159 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 13:58:45 +00:00
Juergen Hoeller
9d21350678
ignore failing serialization test for the time being
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3158 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 10:52:20 +00:00
Juergen Hoeller
639f4581e8
polishing
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3155 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 10:35:50 +00:00
Juergen Hoeller
35fc6771ab
polishing
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3137 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-22 18:31:41 +00:00
Juergen Hoeller
d609376c10
AopUtils.getTargetClass(...) never returns null (SPR-7011)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3136 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-22 18:31:13 +00:00
Juergen Hoeller
bfa0e1e944
AbstractInterceptorDrivenBeanDefinitionDecorator copies autowire settings just like ScopedProxyUtils does (SPR-6974)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3096 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-12 19:18:39 +00:00
Juergen Hoeller
5b7217b704
fixed @Configurable issue with null bean name (SPR-6947)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3057 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-04 22:33:59 +00:00
Juergen Hoeller
cddadd2fd5
polishing
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2993 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-16 18:21:25 +00:00
Juergen Hoeller
d0269c0756
fixed isProxyFactoryBeanDefinition check (SPR-6842)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2981 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-15 17:04:13 +00:00
Juergen Hoeller
0bdaa0732b
proxies with AspectJ pointcuts are fully serializable within a BeanFactory now (SPR-6681)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2888 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-01 14:43:35 +00:00
Juergen Hoeller
6a41d6b2a0
BeanNameAutoProxyCreator detects alias matches for specified bean names as well (SPR-6774)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2880 50f2f4bb-b051-0410-bef5-90022cba6387
2010-01-31 14:12:48 +00:00
Juergen Hoeller
2f2444ff13
polishing
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2519 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-27 01:34:56 +00:00
Juergen Hoeller
39bf8dc02e
added chaining-capable "add" method to MutablePropertyValues
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2462 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-19 22:30:35 +00:00
Chris Beams
aaeac93d74
fixed typo in javadoc: s/poitncut/pointcut/
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2326 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-11 01:38:26 +00:00
Juergen Hoeller
b128e3be2e
polishing
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2288 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-07 01:30:50 +00:00
Sam Brannen
1deb4cb448
Suppressing unchecked and serial warnings.
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2112 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-14 14:03:11 +00:00
Andy Clement
f28a24ba30
SPR-5307: Committing test but can't be uncommented until Spring depends on AspectJ 1.6.7
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2062 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-07 02:54:44 +00:00
Juergen Hoeller
599910699a
fixed overview files
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2005 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 08:47:18 +00:00
Rob Harrop
f809d37db3
[SPR-6017] a few more tweaks to how getLocalName is handled
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1876 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-14 10:43:04 +00:00
Juergen Hoeller
103323e829
updated to AspectJ 1.6.5
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1792 50f2f4bb-b051-0410-bef5-90022cba6387
2009-08-31 11:30:30 +00:00
Arjen Poutsma
028f811cd9
Doc
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1683 50f2f4bb-b051-0410-bef5-90022cba6387
2009-08-04 13:44:09 +00:00
Christian Dupuis
e81fd7b5d3
xsds now use schemaLocation attribute on xsd:import elements to specify the concrete schema version to import
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1589 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-22 14:06:44 +00:00
Juergen Hoeller
cdf1c8d1a3
scoped proxies retain original qualifiers (SPR-5911)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1574 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-21 13:00:00 +00:00
Juergen Hoeller
a313520265
refined generic getProxy signature
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1573 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-21 12:44:23 +00:00
Mark Pollack
0d92d4afb3
SPR-5619 - (OpenSessionInViewTests, ClassUtilTests fixed)
...
Update org.sf.web/.classpath to refer to tiles 2.1.2
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1505 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-10 03:30:12 +00:00
Juergen Hoeller
661c96a5ca
prepared 3.0 versions of the remaining namespaces
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1306 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-03 10:29:17 +00:00
Chris Beams
49b6bbc8fa
RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'
...
* Applied patch submitted by Carlos Zuniga
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1281 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-01 04:14:22 +00:00
Christian Dupuis
c6c644e545
added correct aop image
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1256 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-26 20:00:51 +00:00
Christian Dupuis
fc602eb256
added spring.tooling descriptor and images for all namespaces
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1252 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-26 11:58:09 +00:00
Juergen Hoeller
1d1dba1693
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
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1127 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-07 22:29:55 +00:00
Juergen Hoeller
363a44f430
reactivated ThrowsAdviceInterceptorTests
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1107 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-05 21:49:23 +00:00
Juergen Hoeller
704662e02c
polishing
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1101 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-05 18:28:21 +00:00
Juergen Hoeller
abccdc3dbc
turned CountingBeforeAdvice into top-level class
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1100 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-05 18:27:22 +00:00
Juergen Hoeller
cdcacec6a0
exclude non-public interfaces when autodetecting proxy interfaces
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1097 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-05 12:37:18 +00:00