Juergen Hoeller
c31b17fef2
JpaTransactionManager etc can find EntityManagerFactory by "persistenceUnitName" property now, falling back to retrieval of a unique EntityManagerFactory bean by type (analogous to @PersistenceUnit / @PersistenceContext )
14 years ago
Juergen Hoeller
bbab294116
added Jetty dependency
14 years ago
Juergen Hoeller
637ce0f01c
removed double javadoc
14 years ago
Juergen Hoeller
aeacf9278f
JpaTransactionManager etc can find EntityManagerFactory by "persistenceUnitName" property now, falling back to retrieval of a unique EntityManagerFactory bean by type (analogous to @PersistenceUnit / @PersistenceContext )
14 years ago
Juergen Hoeller
676ab5f0b1
restored OpenEntityManagerInViewTests
14 years ago
Juergen Hoeller
179dad8c24
defensive checking that a provided class actually implements WebApplicationInitializer (SPR-8557); avoid early initialization of Commons Logging (using ServletContext logging instead)
14 years ago
Juergen Hoeller
2218cdb16f
polishing
14 years ago
Sam Brannen
672fed621b
Cleaning up unused imports.
14 years ago
Rossen Stoyanchev
fd7e0b405b
SPR-8515 Check for traversal to parent directory via ../ in resource requests
14 years ago
Juergen Hoeller
5d2a84f39a
fixed test
14 years ago
Juergen Hoeller
79ed87e3d5
updated cache aspect after CacheAspectSupport base class changes
14 years ago
Juergen Hoeller
df3761e3f6
introduced AnnotationUtils.getAnnotation(AnnotatedElement, annotationType)
14 years ago
Juergen Hoeller
abdae3d26b
general revision of cache package; added ConcurrentMapCacheManager
14 years ago
Michael Isvy
02362f4347
SPR-7858
...
Updating references to @Resource usage
14 years ago
Chris Beams
f3d00da080
Use Geronimo j2ee-connector API in JMS pom
14 years ago
Rossen Stoyanchev
3363d05879
SPR-8483 Add integration test for accessing multipart request parts with @RequestPart
14 years ago
Juergen Hoeller
1b26b4744f
fixed ignored test
14 years ago
Juergen Hoeller
48de81deec
refined JBoss 6.0 note
14 years ago
Juergen Hoeller
7a6d8d94cd
multipart etc
14 years ago
Juergen Hoeller
7d8aa05c40
added "acceptProxyClasses" flag to RemoteInvocationSerializingExporter
14 years ago
Juergen Hoeller
2c199cf190
updated javadoc for server-specific LoadTimeWeavers
14 years ago
David Syer
f800a026cb
Fix typo in MVC docs
14 years ago
Juergen Hoeller
57cb1f2777
improved ExposeInvocationInterceptor error message with respect to advice ordering (SPR-8544)
14 years ago
Juergen Hoeller
8bf019b675
fixed @ExceptionHandler exception type matching (ExceptionDepthComparator; SPR-8231)
14 years ago
Sam Brannen
d0cd678089
[SPR-8387] Added TODO.
14 years ago
Sam Brannen
072271d9e9
[SPR-8549] Documented the equals() method implementation in MergedContextConfiguration.
14 years ago
Sam Brannen
461119973b
[SPR-8387] deleted resolved TODO.
14 years ago
Sam Brannen
8224af1938
[SPR-8549] ContextCache is now keyed by MergedContextConfiguration instead of String; MergedContextConfiguration now implements custom hashCode() and equals() methods and no longer generates a context cache key.
14 years ago
Juergen Hoeller
2d7af57149
fixed DispatcherServletTests breakage
14 years ago
Juergen Hoeller
571535352b
revised Servlet 3.0 based StandardServletMultipartResolver for correct param/file distinction; added multipart content type and headers access to MultipartRequest (dropping the previous header access solution on MultipartFile); MultipartFilter uses a Servlet 3.0 based StandardServletMultipartResolver by default
14 years ago
Sam Brannen
21f3f59cb7
[SPR-8387] Log messages now refer to default detection instead of default generation.
14 years ago
Juergen Hoeller
0df4631788
alignment with backported 3.0.6 code (SPR-8538)
14 years ago
Chris Beams
718f025d64
Force lazy-init to false when parsing scheduled:task
...
A <scheduled:task> element declared within a
<beans default-lazy-init="true"> element represents a contradiction in
terms: such a task will never be executed.
For this reason, we now override any inherited lazy-init settings
when parsing <scheduled:task> elements, forcing lazy-init to false
for the underlying ScheduledTaskRegistrar bean.
Thanks to Mike Youngstrom for contributing an initial patch.
Issue: SPR-8498
14 years ago
Juergen Hoeller
576b8fec31
ConvertiblePair implements equals and hashCode (SPR-8459)
14 years ago
Juergen Hoeller
69c9abf2b8
updated Quartz support package for full Quartz 2.0 support (SPR-8275)
14 years ago
Rossen Stoyanchev
cc7c64a371
Remove unnecessary javax.servlet dependency
14 years ago
Rossen Stoyanchev
e787887f46
SPR-8532 Exclude Tiles transitive deps on 'com.springsource.javax.servlet' from 'com.springsource.org.apache.tiles.jsp' and 'com.springsource.org.apache.tiles.servlet' only.
14 years ago
Costin Leau
1d690ab99f
SPR-8533
...
+ add LTW support for JBoss 7
(renamed existing classes to MC (JBoss 5&6) and introduced Modules (JBoss 7))
14 years ago
Juergen Hoeller
d97a5bf889
minor javadoc revision
14 years ago
Juergen Hoeller
7e4982d6ae
updated dependencies
14 years ago
Juergen Hoeller
94ac883eb1
polishing
14 years ago
Chris Beams
236b0305e8
Refactor execution of config class enhancement
...
This change returns the invocation order of
ConfigurationClassPostProcessor#enhanceConfigurationClasses to its
pre-3.1 M2 state. An earlier (and now unnecessary) refactoring in
service of @Feature method processing caused the change that this now
reverts.
14 years ago
Chris Beams
4f89459c3d
Polish whitespace on JpaTransactionManager
14 years ago
Juergen Hoeller
65ad44dadc
polishing
14 years ago
Rossen Stoyanchev
2568a3c2c6
SPR-8001 Recognize case when MultipartRequest is null and argument is of type MultipartFile and raise helpful exception.
14 years ago
Rossen Stoyanchev
b8c723d080
SPR-8532 Upgrade org.springframework.web.servlet to Servlet 3.0 (as provided dependency) and add support for javax.servlet.Part parameter
14 years ago
Sam Brannen
f874ed9790
[SPR-8387] Fleshed out the implementation of DelegatingSmartContextLoader and corresponding tests.
14 years ago
Sam Brannen
9d7bc31f0d
polishing
14 years ago
Sam Brannen
e7298a88d6
[SPR-8387] Fixed logic errors in DelegatingSmartContextLoader.processContextConfiguration() and ContextConfigurationAttributes.hasResources().
14 years ago
Sam Brannen
e34fa6abb1
[SPR-8387] Fixed logic error in DelegatingSmartContextLoader.processContextConfiguration().
14 years ago