Sam Brannen
751e0f0eb7
[SPR-5145] Completed migration to JUnit 4.5: SpringJUnit4ClassRunner now extends BlockJUnit4ClassRunner and uses custom Statements; removed obsolete SpringMethodRoadie and SpringTestMethod classes.
16 years ago
Sam Brannen
b36f95bcee
Corrected typos and sorted Eclipse classpath.
16 years ago
Sam Brannen
e5d2570c8d
[SPR-5145] Adding custom JUnit 4.5 Statements.
16 years ago
Juergen Hoeller
8583026151
revised target class check for non-Spring CGLIB proxy variants (SPR-5694)
16 years ago
Juergen Hoeller
a2fdb68a0b
fixed potential race condition through additional synchronization (SPR-5658)
16 years ago
Sam Brannen
2796e72de1
Updated JavaDoc for @TestExecutionListeners .
16 years ago
Mark Pollack
30967d3b20
Update docs to use of @Bean inside a @Component
16 years ago
Mark Pollack
c2f4f97fa5
Update docs to use of @Bean inside a @Component
16 years ago
Juergen Hoeller
cea8f7f69e
custom stereotype annotations can be meta-annotated with @Service , @Controller etc as well; @Scope and @Transactional are now supported as meta-annotations on custom annotations
16 years ago
Juergen Hoeller
ac16101f98
polishing
16 years ago
Juergen Hoeller
423809543a
polishing
16 years ago
Juergen Hoeller
77112ba80e
updated AnnotationMetadata tests for change in Class exposure
16 years ago
Juergen Hoeller
b5d21108da
@Configuration parsing fully relies on Spring's MetadataReader abstraction now
16 years ago
Keith Donald
37e1333a41
polish
16 years ago
Keith Donald
3a457dcec9
embedded database factory bean
16 years ago
Scott Andrews
f6e869163f
updating Eclipse .classpath settings for Freemarker 2.3.15 upgrade
16 years ago
Keith Donald
eb4d1bf20e
deleted old test data source factory
16 years ago
Keith Donald
d896a53ca8
polish
16 years ago
Keith Donald
adcbe27852
added pre destroy
16 years ago
Keith Donald
e783211f88
polish
16 years ago
Keith Donald
ec463a32ba
added DataSourceFactory strategy; promoted EmbeddedDatabaseConfigurer strategy to public API; added ability to add any number of SQL scripts for db population
16 years ago
Andy Clement
d34a2c5d02
SPR-5663: test and fix: inconsistency between canRead() and read() on ReflectivePropertyResolver
16 years ago
Keith Donald
b1000cd5c6
embedded
16 years ago
Keith Donald
2e45a19be3
embedded database support initial commit; moved from spring-test; ResourceDatabasePopulator duplicate code with test.jdbc package that needs review
16 years ago
Arjen Poutsma
6fbd198420
SPR-4518 - @RequestMapping methods returning null have an implicit ModelAndView created
16 years ago
Arjen Poutsma
c1667687d5
SPR-5634 - OXM does not permit targetClass and mapping file for CastorMarshaller
16 years ago
Arjen Poutsma
de18d64b5c
Upgraded to Rome 1.0
16 years ago
Juergen Hoeller
ea9d8925a2
next cut of JavaConfig metadata reading revision: using cached MetadataReaders
16 years ago
Andy Clement
4c42597cbc
SPR-5673: fix for problems with expressions that use the same symbols as are used in the template prefix/suffix
16 years ago
Arjen Poutsma
dfa4b3e397
Javadoc
16 years ago
Arjen Poutsma
afa461892f
SPR-5690 - Request header filtering in @RequestMapping
16 years ago
Keith Donald
b8b74db01a
test datasource factory initial commit; needs review from Juergen on how to best make DataSource available as a Spring bean when desired
16 years ago
Chris Beams
4d509cebdb
Temporarily ignoring GroovyScriptFactoryTests#testResourceScriptFromTag in order to allow more important fixes to roll out.
16 years ago
Chris Beams
7ba4c563a6
Fixing build breakage with GroovyScriptFactoryTests.
...
The problem was that the Messenger object was not being proxed (assertTrue(AopUtils.isAopProxy(messenger)) was returning false). The cause for this seemed to be that the
pointcut was malformed / out of date, reading execution(* org.springframework.scripting.Messenger.*(..)), when the groovy Messenger class is actually declared in the org.springframework.scripting.groovy package.
I tried updating the fully-qualified package name in the pointcut expression, and this caused AspectJ matching errors saying that there was not such type that matches that FQ name.
So as a final resort, I removed the full-qualification entirely and went with execution(* *..Messenger.*(..)). All tests pass now, but it raises the question, why was AJ having matching errors? Is it because
the pointcut matching is being done before the groovy class is loaded? There could be a potential bug here.
16 years ago
Chris Beams
7d10d05b27
(temporarily) increasing visibility of the ConfigurationClassAnnotation interface in an attempt to resolve the issue encountered at http://is.gd/tCud
16 years ago
Arjen Poutsma
dc90319279
MediaType.parseMediaTypes now accepts null and ""
16 years ago
Ben Hale
6be62f30f1
Updated spring-build
16 years ago
Juergen Hoeller
10d8abea3b
EntityResolvers and DefaultNamespaceHandlerResolver support concurrent access now (SPR-5679)
16 years ago
Juergen Hoeller
e54a44b577
refined sequence of registration calls
16 years ago
Juergen Hoeller
9306d6dbaa
serialize full Pattern objects
16 years ago
Juergen Hoeller
14bd475519
revised support for annotated factory methods (merged @FactoryMethod functionality into JavaConfig facility)
16 years ago
Juergen Hoeller
736169aa2a
revised WebApplicationContext lookup
16 years ago
Juergen Hoeller
4cf573ba98
updated to FreeMarker 2.3.15 (SPR-4962)
16 years ago
Juergen Hoeller
58a458986f
polishing
16 years ago
Juergen Hoeller
64321755b6
moved Scope annotation to local test package
16 years ago
Juergen Hoeller
c230c188be
exposed public getModel accessor (SPR-5686)
16 years ago
Juergen Hoeller
bc9b256179
fixed "org.hibernate.ejb" version range
16 years ago
Juergen Hoeller
1b9b513820
AspectJ matchesMethodExecution call needs to be synchronized (SPR-5687)
16 years ago
Arjen Poutsma
6495bdd8c8
Added AspectJ dependency
16 years ago
Chris Beams
c78f9d14fa
Fixed whitespace and added private modifiers to @Value-annotated fields in the @Configuration example
16 years ago