Mark Pollack
0152d8d21d
SPR-5385, SPR-5301 - initial pass completed of POMs for maven central repository upload. N.B. Can not build spring with these POMs.
...
Cleanup remains to meet maven central metadata requirements
16 years ago
Chris Beams
e5f4b4937c
Re-adding ConfigurationPostProcessorTests after its brief removal in r814. @Ignore-ing the testCglibClassesAreLoadedJustInTimeForEnhancement() method as it turns out this was one of the culprits in the recent build breakage. The classloader hacking causes subtle downstream effects, breaking unrelated tests. The test method is still useful, but should only be run on a manual basis to ensure CGLIB is not prematurely classloaded, and should not be run as part of the automated build.
16 years ago
Chris Beams
2db0f122c1
fixed two build-breaking issues:
...
+ reverted ClassMetadataReadingVisitor to revision 794
+ eliminated ConfigurationPostProcessorTests until further investigation determines why it causes downstream tests to fail (such as the seemingly unrelated ClassPathXmlApplicationContextTests)
16 years ago
Keith Donald
8d63a34652
set value tests
16 years ago
Arjen Poutsma
c178888efd
SPR-5537: ReSTful URLs with content type extension do not work properly
16 years ago
Mark Pollack
0b463c0838
SPR-5385, SPR-5301 - partial work committed.
16 years ago
Juergen Hoeller
6ca253e3e6
RmiServiceExporter and RmiRegistryFactoryBean synchronize registry lookup/creation
16 years ago
Keith Donald
be61846331
pruned bean references support as it was not used
16 years ago
Keith Donald
c546ca68d8
upgrade to latest spring build
16 years ago
Keith Donald
cbcb88399c
made asm an eclipse project
16 years ago
Arjen Poutsma
dc0a82bb93
Added test for multiple template variables in one path segment.
16 years ago
Juergen Hoeller
423c4113ee
ConstructorArgumentValues exposed indexed arguments in the order of definition (SPR-5554)
16 years ago
Arjen Poutsma
a004ed1c51
SPR-5571: typo in RestTemplate javadoc
16 years ago
Juergen Hoeller
dab23a71f9
polishing
16 years ago
Juergen Hoeller
df99929e21
added TaskScheduler interface and Trigger abstraction; added ConcurrentTaskScheduler and ThreadPoolTaskScheduler; added CommonJ TimerManagerTaskScheduler; added CronTrigger implementation for cron expression support
16 years ago
Juergen Hoeller
26f0671250
TimerTaskExecutor creates non-daemon Timer and uses bean name as default Timer name
16 years ago
Juergen Hoeller
d42e24a752
polishing
16 years ago
Juergen Hoeller
4344832a47
qualifier annotations and @Value can be used at method level as well (applying to all parameters);
...
fixed EL evaluation of prepared constructor arguments for repeated prototype creation
16 years ago
Juergen Hoeller
4708446d4a
fixed CachingMapDecorator to support garbage-collected weak references (again)
16 years ago
Juergen Hoeller
84cc32525f
type variable cache uses weak values
16 years ago
Juergen Hoeller
38182f302a
added superfluous cast as a workaround for the Sun Javac compiler
16 years ago
Juergen Hoeller
7fb59f3226
implement ASM ClassVisitor interface directly
16 years ago
Juergen Hoeller
f19fdde61b
polishing
16 years ago
Juergen Hoeller
6d7bf17394
polishing
16 years ago
Juergen Hoeller
c82a66b59c
SessionAwareMessageListener supports generic declaration of concrete JMS Message type
16 years ago
Chris Beams
147709fa9e
Tweaks to package-info.java files
16 years ago
Chris Beams
22b25e0d7b
Consolidated Util and MutableAnnotationUtils classes into existing AsmUtils
16 years ago
Chris Beams
7f96f57375
polishing
16 years ago
Chris Beams
1284bd585f
+ JavaDoc updates
...
+ added objectweb.asm back to .classpath to satisfy transitive need from groovy tests
+ package.html -> package-info.java
16 years ago
Chris Beams
bafe6b3ff9
+ Removed org.springframework.config.java module
16 years ago
Chris Beams
cd50e45645
+ Moving .config.java module -> .context
16 years ago
Chris Beams
63b5c48461
+ Pruned empty directories
16 years ago
Chris Beams
e3b93c3b79
+ Pruned empty directories
16 years ago
Chris Beams
ef02c61e58
+ Repackaged src and test from .config.java.* -> .context.annotation.*
16 years ago
Chris Beams
3f196517f9
+ Repackaging test codebase from .config.java.* -> .context.annotation.*
16 years ago
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
16 years ago
Chris Beams
c9ab18e7e7
Made ConfigurationModel semantics explicit by having it extend LinkedHashSet<ConfigurationClass>
16 years ago
Chris Beams
8a5c2a6a56
+ Added tests for custom @Bean naming and aliasing
...
+ Eliminated BeanDefinitionRegistrar and BeanRegistrar types
+ Simplified ConfigurationEnhancer logic
+ Updated JavaDoc for ConfigurationModel and related classes
+ Updated JavaDoc for all ASM visitors
16 years ago
Chris Beams
2bbc4e48ad
+ Added unit test for BeanMethod
16 years ago
Chris Beams
72fae2ea19
+ Source attribution is now consistent across all registered Problems
...
+ Various pruning of dead code and polish
16 years ago
Chris Beams
8b4ad4575c
Circular @Imports are now handled by registering a Problem (CircularImportProblem) as an error with the current ProblemReporter. This eliminates the need for CircularImportException and is a more tooling-friendly approach.
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
Ben Hale
9182cab52f
[SPR-5459] Added jarjar'd asm packaging
16 years ago
Thomas Risberg
abbdc1144a
Added the Spring Framework reference documentation
16 years ago
Colin Sampaleanu
d4ba002b00
update hibernate and openjpa dependencies to match the orm module
...
variants. Note that tests are still broken
16 years ago
Mark Pollack
13dfa11def
Add support for @ScopedProxy for factory beans using the @FactoryBean annotation within a @Component
...
Add missing unit tests
16 years ago
Colin Sampaleanu
bf31766ff8
fix ecliipse jar imports to match recent changes (hibernate, openjpa) to
...
ivy dependenies
16 years ago
Chris Beams
5b4fc2de36
removing unnecessary eclipse 'Project Facets' metadata
16 years ago
Thomas Risberg
9b1edea8a0
added tests for custom SQLException translation, polished (SPR-4899)
16 years ago
Thomas Risberg
a3942c5c1b
changed exception class thrown for problems configuring GenericSqlQuery class (SPR-3986)
16 years ago