Keith Donald
|
f23b55dc13
|
spring:eval tag initial commit
|
15 years ago |
Juergen Hoeller
|
16aa399040
|
optional EL support (only when Tiles EL module present); got rid of tiles-servlet-wildcard dependency (implemented wildcard support locally)
|
15 years ago |
Juergen Hoeller
|
3db5a299bb
|
canConvert checks Collection/Map element types as well (SPR-6564)
|
15 years ago |
Juergen Hoeller
|
cef44f6d53
|
made PersistenceAnnotationBeanPostProcessor's JNDI API references optional - for compatibility with Google App Engine (SPR-6679)
|
15 years ago |
Costin Leau
|
caaa45c9ef
|
+ fixed internal caching for LocalVariableTableParameterNameDiscoverer
|
15 years ago |
Costin Leau
|
6389097ac1
|
+ improved javadoc
|
15 years ago |
Costin Leau
|
c9975504c6
|
+ improved LocalVariableTableParameterNameDiscoverer discovery and memory usage
+ added extra tests
|
15 years ago |
Juergen Hoeller
|
06cd013b31
|
Tiles 2.2 etc
|
15 years ago |
Juergen Hoeller
|
99c5a70ce3
|
added optional JPA dependency to spring-aspects POM (SPR-6819)
|
15 years ago |
Juergen Hoeller
|
d87a947ef2
|
reverted to fixed definition path
|
15 years ago |
Sam Brannen
|
69cb15f27f
|
[SPR-6821] Removed lingering reference to StandardScopes.
|
15 years ago |
Juergen Hoeller
|
ef024db318
|
polishing
|
15 years ago |
Juergen Hoeller
|
bef30a838c
|
support for Tiles 2.2.1 (preserving compatibility with Tiles 2.1.2 and above; SPR-6097)
|
15 years ago |
Keith Donald
|
bfd61d6303
|
mvc namespace docs
|
15 years ago |
Keith Donald
|
61958b6b3b
|
comments about tutorials
|
15 years ago |
Juergen Hoeller
|
03e9e4568f
|
avoid double closing in case of shutdown hook (SPR-6793)
|
15 years ago |
Ben Hale
|
63f574e741
|
Updated spring-build to see new maven targets
|
15 years ago |
Juergen Hoeller
|
b670b19429
|
setAutoGrowNestedPaths throws an IllegalStateException if being called too late (SPR-6718)
|
15 years ago |
Juergen Hoeller
|
aafe8ef9be
|
added "lenientFallback" flag to AbstractRoutingDataSource (SPR-6809)
|
15 years ago |
Juergen Hoeller
|
f0bb45ae28
|
included qualifier value in debug log for each transaction (SPR-6811)
|
15 years ago |
Juergen Hoeller
|
3322368106
|
fixed TilesConfigurer's init-param handling; added simple bootstrap test for Tiles (SPR-6606)
|
15 years ago |
Costin Leau
|
7aec01bbac
|
SPR-5379
+ added clarifications to section 3.4.5.2 Excluding a bean from autowiring
|
15 years ago |
Costin Leau
|
a9386f5c79
|
SPR-5246
+ clarify order of annotation and XML injection
|
15 years ago |
Juergen Hoeller
|
c5c38c6664
|
non-matching @Transactional qualifier value will lead to IllegalStateException (SPR-6810)
|
15 years ago |
Juergen Hoeller
|
6c0d934b92
|
do not try to convert read-only Collections/Maps (SPR-6808)
|
15 years ago |
Sam Brannen
|
81649d5c3b
|
Removed unused import.
|
15 years ago |
Juergen Hoeller
|
b25dc7cc55
|
compatibility with Hibernate 3.5 beta 4 (SPR-6804, SPR-6805)
|
15 years ago |
Juergen Hoeller
|
3833444778
|
plenty of new entries for 3.0.1
|
15 years ago |
Juergen Hoeller
|
d7b79dc9a9
|
fixed lookup log message (SPR-6746)
|
15 years ago |
Juergen Hoeller
|
4778c4b750
|
support for Hessian 4.0.x (SPR-6041)
|
15 years ago |
Costin Leau
|
0590184557
|
+ downgraded slf4j to 1.5.6 to solve IllegalAcessError with Hibernate 3.3
|
15 years ago |
Juergen Hoeller
|
5279a07673
|
@SessionAttributes works when used on an annotated controller interface with AOP proxying (SPR-6797)
|
15 years ago |
Juergen Hoeller
|
59360f4f65
|
added warning about pointing to a custom transaction manager bean (SPR-5174)
|
15 years ago |
Juergen Hoeller
|
5f166f6799
|
added warning about annotated controller interfaces (SPR-6655)
|
15 years ago |
Juergen Hoeller
|
56e119e822
|
@SessionAttributes works when used on an annotated controller interface with AOP proxying (SPR-6797)
|
15 years ago |
Arjen Poutsma
|
7832381dd2
|
SPR-6788: fixed compareTo() consistency with equals
|
15 years ago |
Chris Beams
|
0f7f749ada
|
Updated Eclipse .classpath to aspectj 1.6.8
|
15 years ago |
Juergen Hoeller
|
82178b8d93
|
ignore IllegalStateException when removing shutdown hook (SPR-6793)
|
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 |
Costin Leau
|
ac93b81a78
|
SPR-6794
+ fix test
|
15 years ago |
Arjen Poutsma
|
2047b9b6b3
|
SPR-6788: fixed compareTo() consistency with equals
|
15 years ago |
Costin Leau
|
4f0876de39
|
SPR-6794
+ added setter for encoding (in case the default UTF-8 is not enough)
|
15 years ago |
Costin Leau
|
fab29dfee7
|
+ add explicit dependency on commons-pool to prevent version 1.3 from being used (since it contains a memory leak)
|
15 years ago |
Costin Leau
|
0224cbc3de
|
SPR-6794
+ used UTF-8 as the implicit encoding for reading scripts
|
15 years ago |
Arjen Poutsma
|
44626054ce
|
SPR-6786: added more checks for quality factors & charsets
|
15 years ago |
Juergen Hoeller
|
4d09809f17
|
ApplicationListeners will reliably get invoked through their proxy (if any)
|
15 years ago |
Juergen Hoeller
|
ce6f14bd8b
|
refined addApplicationListener to work any time during the refresh phase
|
15 years ago |
Juergen Hoeller
|
d96a6914a8
|
ApplicationListeners will get detected lazily as well (e.g. on @Bean's concrete result); inner bean ApplicationListeners will be invoked through their proxy (if any)
|
15 years ago |
Juergen Hoeller
|
4d897e7ab5
|
lenient evaluation of boolean 'true' attribute expressions in JSP form tag library (SPR-6790)
|
15 years ago |
Juergen Hoeller
|
41ecbc6814
|
fixed WebSphereUowTransactionManager regression: correctly roll back in case of exception (SPR-6695)
|
15 years ago |