Chris Beams
9cefc5acd8
Deprecate AbstractSingletonProxyFactoryBean
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4796 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Chris Beams
328b502b4a
Remove CacheProxyFactoryBean
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4795 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Chris Beams
da6e7f9606
Deprecate TransactionProxyFactoryBean
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4794 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Chris Beams
c6660de6b0
Polish AnnotationUtils Javadoc
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4793 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Rossen Stoyanchev
b3a71570e2
SPR-8483 Update reference documentation with multipart request-related changes: @RequestPart , Servlet 3.0 multipart reuqests, javax.servlet.http.Part method argument types.
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4792 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Rossen Stoyanchev
037936c400
SPR-8561 Permit null values for simple controller method arguments types without annotations.
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4791 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
9874a738c8
copy txt files as well
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4790 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Rossen Stoyanchev
7a2747becc
SPR-8543 Fix issue in AnnotationMethodHandlerAdapter with extracting URI template variable from URL with file extension
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4788 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
bb4ec96045
copy css and js resources as well
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4785 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
d1874aa592
moved OpenSessionInViewTests back to orm module
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4784 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
ca8ef15485
fixed HibernateMultiEntityManagerFactoryIntegrationTests failure
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4783 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
bd1db7607b
polishing
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4781 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
bf72c02ed7
moved OpenSessionInViewTests back to orm module
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4780 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
2cd187033b
polishing
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4779 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
6063c3aa34
consistent update of HeaderValueHolder class
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4778 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
240851f3d8
fixed OpenEntityManagerInViewTests through the addition of a local copy of our Servlet API mocks; restoredOpenPersistenceManagerInViewTests
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4777 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Rossen Stoyanchev
5dd0f0d6f4
SPR-5628 Add HttpPutFormContentFilter in order to make form encoded data available via ServletRequest.getParameter*()
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4776 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
8f3e139872
JpaTransactionManager etc can find EntityManagerFactory by "persistenceUnitName" property now, falling back to retrieval of a unique EntityManagerFactory bean by type (analogous to @PersistenceUnit / @PersistenceContext )
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4774 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
a464865201
added Jetty dependency
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4773 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
2d26c4992e
removed double javadoc
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4772 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
dd4db60f92
JpaTransactionManager etc can find EntityManagerFactory by "persistenceUnitName" property now, falling back to retrieval of a unique EntityManagerFactory bean by type (analogous to @PersistenceUnit / @PersistenceContext )
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4771 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
7bfa480c99
restored OpenEntityManagerInViewTests
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4769 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
a6a730d136
defensive checking that a provided class actually implements WebApplicationInitializer (SPR-8557); avoid early initialization of Commons Logging (using ServletContext logging instead)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4768 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
dbf2f44e9b
polishing
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4767 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Sam Brannen
0045f40831
Cleaning up unused imports.
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4765 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Rossen Stoyanchev
b4187f716b
SPR-8515 Check for traversal to parent directory via ../ in resource requests
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4764 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
94ac2b4806
fixed test
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4763 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
18b6ee5cc5
updated cache aspect after CacheAspectSupport base class changes
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4762 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
5079575535
introduced AnnotationUtils.getAnnotation(AnnotatedElement, annotationType)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4761 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
6ec0405287
general revision of cache package; added ConcurrentMapCacheManager
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4760 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Michael Isvy
4a66f7a6d1
SPR-7858
...
Updating references to @Resource usage
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4759 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Chris Beams
438e673cb1
Use Geronimo j2ee-connector API in JMS pom
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4758 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Rossen Stoyanchev
f90400f2b6
SPR-8483 Add integration test for accessing multipart request parts with @RequestPart
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4757 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
b6d3c6f46a
fixed ignored test
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4755 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
0a9e986899
refined JBoss 6.0 note
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4753 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
aae095d7d3
multipart etc
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4752 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
f565d216b6
added "acceptProxyClasses" flag to RemoteInvocationSerializingExporter
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4749 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
b189a7645a
updated javadoc for server-specific LoadTimeWeavers
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4747 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
David Syer
44fe2c2286
Fix typo in MVC docs
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4746 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
24b43d4c81
improved ExposeInvocationInterceptor error message with respect to advice ordering (SPR-8544)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4743 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
50b79a5178
fixed @ExceptionHandler exception type matching (ExceptionDepthComparator; SPR-8231)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4742 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Sam Brannen
6da7842bdd
[SPR-8387] Added TODO.
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4741 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Sam Brannen
2cad384641
[SPR-8549] Documented the equals() method implementation in MergedContextConfiguration.
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4740 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Sam Brannen
af728a6aca
[SPR-8387] deleted resolved TODO.
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4739 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Sam Brannen
bf5a4e7119
[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.
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4738 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
d8497f7c23
fixed DispatcherServletTests breakage
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4737 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
d3a7fdadb0
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
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4736 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Sam Brannen
c76301e1f2
[SPR-8387] Log messages now refer to default detection instead of default generation.
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4735 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Juergen Hoeller
1c959c2972
alignment with backported 3.0.6 code (SPR-8538)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4734 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago
Chris Beams
f26facfed8
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
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4732 50f2f4bb-b051-0410-bef5-90022cba6387
15 years ago