Rossen Stoyanchev
cc7c64a371
Remove unnecessary javax.servlet dependency
14 years ago
Chris Beams
1eb5811347
Introduce CommandLinePropertySource and impls
...
Users may now work with command line arguments as a source of
properties for use with the PropertySource and Environment APIs.
An implementation based on the jopt library and a "simple"
implementation requiring no external libraries are are provided
out-of-the box.
See Javadoc for CommandLinePropertySource, JOptCommandLinePropertySource
and SimpleCommandLinePropertySource for details.
Issue: SPR-8482
14 years ago
Juergen Hoeller
c60511bf04
shortened build properties "org.junit.version" to "junit.version" and "org.testng.version" to "testng.version"; reverted SLF4J version back to 1.5.3 (for Hibernate 3.3.1 compatibility)
14 years ago
Ben Hale
7730e76c06
Publishing license and notice files
14 years ago
Costin Leau
e9ecf5d716
SPR-7197
...
+ removed compile time dependency on JBoss VFS
+ added support for JBoss AS 6.0 / JBoss VFS 3.0.0 infrastructure
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
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
Keith Donald
a2be2e15e9
polish; fixed failed tests
15 years ago
Keith Donald
381d1d5a94
default date/time converters
15 years ago
Juergen Hoeller
6c4fb85753
marked JBoss VFS dependency as optional (SPR-6127)
15 years ago
Thomas Risberg
184f63f689
fixed component scanning for JBoss 5 VFS; applied revised vfs-fixes-3.patch; added ResourceHandlingUtils (SPR-5120)
15 years ago
Juergen Hoeller
8754f0bc85
updated dependencies
15 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
0471d5d3ea
removed outdated imports
16 years ago
Juergen Hoeller
89d1c99277
AspectJ update
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)
...
+ Finished support for @Import , including detection of circular imports
16 years ago
Arjen Poutsma
5dfe6775d4
Added various XML helper classes, for use with OXM
16 years ago
Chris Beams
d7a9d7c8e6
+ refactoring .testsuite .aop.aspectj tests in preparation for migration to .context
...
+ updated all ivy.xml files to depend on AspectJ 1.6.2
16 years ago
Juergen Hoeller
fda7100866
consistent compilation against Servlet 2.5, JSP 2.1 and JUnit 4.5
16 years ago
Arjen Poutsma
da8b1c73ab
Moved tests over from testsuite to core
16 years ago
Arjen Poutsma
43505a6ce7
Upgraded ivy files to correspond to those in 2.5.5
16 years ago
Arjen Poutsma
5cd2b80da7
Fixed manifest templates and pomx
16 years ago
Arjen Poutsma
684a4f28c2
Added tiger classes of core bundle
16 years ago
Arjen Poutsma
4bc407fef8
- Removed deprecated code
...
- Removed backport-util-concurrent
- Removed commons attributes support
16 years ago
Arjen Poutsma
678e5b7cdf
Moved over initial version of core bundle
16 years ago
Ben Hale
ca010140fb
Initial code checkin
17 years ago