Juergen Hoeller
6b2b5c4c23
introduced BeanDefinitionRegistryPostProcessor extension to BeanFactoryPostProcessor; @Configuration classes support definition of BeanFactoryPostProcessor beans as well (SPR-6455, SPR-6611)
15 years ago
Juergen Hoeller
2d6ea2f4fe
fixed JPA multi-unit setup example (SPR-6781)
15 years ago
Chris Beams
fbd797e50b
RESOLVED - issue SPR-6779: imported @Configuration classes do not get enhanced and fail to satisfy scoping requirements
...
refactoring, polishing.
15 years ago
Chris Beams
110b032ad9
IN PROGRESS - issue SPR-6779: imported @Configuration classes do not get enhanced and fail to satisfy scoping requirements
...
All tests in ImportedConfigurationClassEnhancementTests now pass. The fix was simple - imported @Configuration class bean definitions were not getting marked with the attribute that indicates that they are indeed @Configuration class bean definitions. To make this happen, ConfigurationClassPostProcessor's protected checkConfigurationClassCandidate(beanDef) method is being called from within ConfigurationClassBeanDefinitionReader when imported @Configuration classes are being processed. This is quick and dirty, and the subsequent check-in will refactor the solution appropriately.
15 years ago
Chris Beams
5fdee47841
Unit test cornering bug SPR-6779, 'imported @Configuration classes do not get enhanced and fail to satisfy scoping requirements'
15 years ago
Costin Leau
ee2b1cde82
SPR-6775
...
+ remove class definitions for sticking around (by forcing eager metadata initialization)
+ improve cache size by eliminating the numbers of method metadata objects created
+ improve lookup access on method metadata
15 years ago
Costin Leau
39f81760f8
SPR-6775
...
+ increase size to 256
15 years ago
Costin Leau
b32c4cfb8a
SPR-6775
...
+ replace the vanilla hashmap with a quick-and-dirty, JDK based, fixed LRU cache
15 years ago
Arjen Poutsma
f2fdf9fa6b
SPR-6771 - HttpMessageConverter should accept Class<? extends T> on can read
15 years ago
Chris Beams
1cda8cb6fa
Updated documentation to point out that AnnotationConfigWebApplicationContext can accept both fully-qualified class names as well as base packages to the contextConfigLocation init-param.
15 years ago
Juergen Hoeller
d13f0c8052
fixed namespace example (SPR-6766)
15 years ago
Arjen Poutsma
0a4a09a09d
SPR-6759 - Jetty 7 doesn't like ShallowEtagHeaderFilter
15 years ago
Costin Leau
1bbe93e535
SPR-3709
...
+ improved example to work with multi-nested declarations
+ used JDK 5 syntax
+ added documentation code into trunk (including unit test) for easier future reference
15 years ago
Arjen Poutsma
b1e2a2ec3c
SPR-6577 - MarshallingView auto detect model with Jaxb2Marshaller chooses the wrong object
15 years ago
Costin Leau
71d7b22d5e
SPR-3771
...
+ added table summarizing the Aware interfaces in Spring 3
15 years ago
Costin Leau
1152d51c6f
SPR-4493
...
+ added some clarifications
+ improved the document structure
15 years ago
Arjen Poutsma
ead5df4546
SPR-6649 - Request mapping incorrectly receiving all dispatches for a controller
15 years ago
Costin Leau
2f840b1097
SPR-6646
...
+ replaced handleRequest() with setSynchronizeOnSession() which is final
15 years ago
Juergen Hoeller
0968e9fbd0
LinkedMultiValueMap should implement Serializable (SPR-6765)
15 years ago
Costin Leau
bc37c50972
SPR-4493
...
SPR-6756
15 years ago
Ben Hale
0c2a710787
Upgrade to spring-build
15 years ago
Ben Hale
f614150421
Fixed up POM bug
15 years ago
Ben Hale
2afb58e74e
Upgraded spring-build
15 years ago
Ben Hale
693a83ba88
Upgraded spring-build
15 years ago
Ben Hale
1305d6ac11
Separated out unit test projects
15 years ago
Ben Hale
265b82013d
Updates to allow nightly snapshots of maven central-compatible artifacts
15 years ago
Juergen Hoeller
8c791b529b
fixed instrumentation jar names (SPR-6753)
15 years ago
Juergen Hoeller
0f75210408
changed exception wording from "recursive" to "cyclic" (SPR-6755)
15 years ago
Juergen Hoeller
dd93a40e7a
added test for expression re-evaluation
15 years ago
Juergen Hoeller
6fcca3cd93
accept Set<?> instead of Set<Object> (SPR-6742)
15 years ago
Juergen Hoeller
3339356a55
fixed typo (SPR-6748)
15 years ago
Thomas Risberg
b7f143ae58
updated reference documentation with references to "spring-agent.jar" to use "org.springframework.instrument-{version}.jar" (SPR-6597)
15 years ago
Juergen Hoeller
bcfef8a4e1
support for JPA 2.0 TypedQuery interface and query vendor interfaces (SPR-6733)
15 years ago
Juergen Hoeller
975dcd7bbf
fixed inaccuracies (SPR-6723, SPR-6725)
15 years ago
Juergen Hoeller
0a6f2348b8
WebRequest is a resolvable dependency in Servlet/Portlet web application contexts (SPR-6727)
15 years ago
Juergen Hoeller
1b6f3f1f22
Query call chaining works with shared EntityManager proxy outside of transaction as well (SPR-6726)
15 years ago
Juergen Hoeller
081d81e5b0
fixed getPropertyTypeDescriptor to work for nested indexed property as well as for array property (SPR-6710)
15 years ago
Juergen Hoeller
5abd3b99b9
fixed getPropertyTypeDescriptor to work for nested indexed property as well (SPR-6710)
15 years ago
Juergen Hoeller
a70bb40b3d
updated LocalValidatorFactoryBean documentation (SPR-6609)
15 years ago
Juergen Hoeller
8bf2e2459e
added default PropertyEditor for java.util.UUID (SPR-6696)
15 years ago
Juergen Hoeller
45448463b8
collect exceptions across all constructors that have been tried (SPR-6720)
15 years ago
Juergen Hoeller
1896efd048
removed references to Perl5RegexpMethodPointcut (SPR-6721)
15 years ago
Juergen Hoeller
6ffb750171
updated CustomEditorConfigurer example to recommended style (SPR-5971)
15 years ago
Juergen Hoeller
d9ed1e953e
fixed documentation bugs
15 years ago
Juergen Hoeller
9e642e75b2
removed Commons Collection reference from javadoc (SPR-6716)
15 years ago
Juergen Hoeller
a6769d60c0
fixed support for JPA 2.0 persistence schema (SPR-6711)
15 years ago
Juergen Hoeller
7a792f6c23
fixed support for JPA 2.0 persistence schema (SPR-6711)
15 years ago
Juergen Hoeller
95c695eb2f
fixed BeanPostProcessor invocation for null bean (SPR-6700)
15 years ago
Juergen Hoeller
7097a9e965
proceed in case of resolution failure for a single resource entry in the list
15 years ago
Juergen Hoeller
c31f245dc9
added test for system placeholders in PropertyPlaceholerConfigurer's Resource array property
15 years ago