David Syer
|
1a351db6e0
|
Update Central POMs to 3.0.2
|
15 years ago |
Costin Leau
|
8d0bb00188
|
+ make use or property placeholders inside template.mf
|
15 years ago |
Juergen Hoeller
|
64f0200675
|
polishing
|
15 years ago |
Juergen Hoeller
|
5e1065838b
|
fixed isProxyFactoryBeanDefinition check (SPR-6842)
|
15 years ago |
Chris Beams
|
0f7f749ada
|
Updated Eclipse .classpath to aspectj 1.6.8
|
15 years ago |
Costin Leau
|
0fd4a45070
|
+ upgrade to AspectJ 1.6.8
+ externalize some of the jar versions
+ align the versions of some dependencies between pom.xml and ivy.xml
|
15 years ago |
Juergen Hoeller
|
2d525901ff
|
proxies with AspectJ pointcuts are fully serializable within a BeanFactory now (SPR-6681)
|
15 years ago |
Juergen Hoeller
|
6070a498fe
|
BeanNameAutoProxyCreator detects alias matches for specified bean names as well (SPR-6774)
|
15 years ago |
David Syer
|
b077d5ba97
|
SPR-6678: fix poms for 3.0.1
|
15 years ago |
David Syer
|
1202f67cc8
|
SPR-5327: tweak the ivy.xml so that commons-logging is a separate configuration. It already comes out as optional in the generated poms (including core), which isn't great, but I can't see what is causing that
|
15 years ago |
Juergen Hoeller
|
cc0bd730eb
|
polishing
|
15 years ago |
Juergen Hoeller
|
602118f1a3
|
extended CGLIB version range (SPR-6400)
|
15 years ago |
Costin Leau
|
502c0e9055
|
SPR-6401
+ increase cglib range in OSGi manifest
|
15 years ago |
Juergen Hoeller
|
46cd083976
|
added chaining-capable "add" method to MutablePropertyValues
|
15 years ago |
Chris Beams
|
2663ab9975
|
fixed typo in javadoc: s/poitncut/pointcut/
|
15 years ago |
Juergen Hoeller
|
2a0b3cf3c9
|
polishing
|
15 years ago |
Sam Brannen
|
986ccbe2c6
|
Suppressing unchecked and serial warnings.
|
15 years ago |
Andy Clement
|
c9f0e68c82
|
SPR-5307: Committing test but can't be uncommented until Spring depends on AspectJ 1.6.7
|
15 years ago |
Juergen Hoeller
|
09e6a85edd
|
fixed overview files
|
15 years ago |
Mark Pollack
|
c6cd1a528e
|
SPR-6119 - Add slf4j dependency back to orm's pom.xml but in test scope as it is needed to run tests that use Hibernate
SPR-5956 - Remove commons-logging dependency definitions in pom.xml for all but spring-core so as to make exclusion rule easier for user who use slf4j
|
15 years ago |
Mark Pollack
|
4f94f45ec4
|
pom maintenance
|
15 years ago |
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
|
16 years ago |
Arjen Poutsma
|
43519a57db
|
Doc
|
16 years ago |
Arjen Poutsma
|
3d29023ef3
|
Updating POMs to contain Junit & EasyMock version numbers. Apparently, the maven ant tasks cannot resolve our parent pom.
|
16 years ago |
Mark Fisher
|
1bfb26e4b2
|
updated aspectj weaver version in .classpath files to match ivy.xml configuration
|
16 years ago |
Christian Dupuis
|
a4bbd9abda
|
xsds now use schemaLocation attribute on xsd:import elements to specify the concrete schema version to import
|
16 years ago |
Juergen Hoeller
|
8c7aec3c97
|
scoped proxies retain original qualifiers (SPR-5911)
|
16 years ago |
Juergen Hoeller
|
da7aa37aa6
|
refined generic getProxy signature
|
16 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.
|
16 years ago |
Mark Pollack
|
69422e771f
|
SPR-5619 - (OpenSessionInViewTests, ClassUtilTests fixed)
Update org.sf.web/.classpath to refer to tiles 2.1.2
|
16 years ago |
Mark Pollack
|
8c9346718b
|
POM maintenance/development - initial jarjar support in maven build for ASM
|
16 years ago |
Mark Pollack
|
0c16554e23
|
SPR-5803 and additional POM maintenance/development
|
16 years ago |
Sam Brannen
|
620c9b1f96
|
[SPR-5895] Upgraded to EasyMock 2.5.1.
|
16 years ago |
Sam Brannen
|
8bfb56c75b
|
[SPR-5887] Upgraded to JUnit 4.6.0.
|
16 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'
* Applied patch submitted by Carlos Zuniga
|
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 |