Juergen Hoeller
|
acac25b2eb
|
polishing
|
2011-08-02 19:19:22 +00:00 |
|
Juergen Hoeller
|
cb0c0c503f
|
ContentNegotiatingViewResolver properly handles invalid accept headers (SPR-7712)
|
2011-08-02 19:15:06 +00:00 |
|
Juergen Hoeller
|
215ccc2e10
|
final preparations for 3.0.6
|
2011-07-28 20:45:14 +00:00 |
|
Juergen Hoeller
|
d95cbe23ee
|
added support for web.xml context-param "springJspExpressionSupport" (explicit "true"/"false")
|
2011-07-28 20:26:07 +00:00 |
|
Juergen Hoeller
|
ac1ffff9db
|
general polishing (backported from 3.1)
|
2011-07-28 14:27:08 +00:00 |
|
Juergen Hoeller
|
c0257aba9b
|
accepts description subelement within map entry as well (as per the XSD; SPR-8563)
|
2011-07-28 11:14:26 +00:00 |
|
Juergen Hoeller
|
79aa661dd6
|
DefaultListableBeanFactory allows for init methods to register further bean definitions (again; SPR-7757)
|
2011-07-27 22:52:00 +00:00 |
|
Juergen Hoeller
|
18540debf6
|
backported locking enhancements for @MVC processing (SPR-7703)
|
2011-07-27 22:38:32 +00:00 |
|
Juergen Hoeller
|
7605707c18
|
backported @PathVariable matching fix (SPR-8543)
|
2011-07-27 22:31:17 +00:00 |
|
Juergen Hoeller
|
d48c3b5d4f
|
HtmlUtils properly escapes single quotes as well
|
2011-07-27 21:22:39 +00:00 |
|
Juergen Hoeller
|
b122cf87df
|
HtmlUtils properly escapes single quotes as well
|
2011-07-27 20:36:14 +00:00 |
|
Juergen Hoeller
|
183523d045
|
updated ResourceHttpRequestHandlerTests
|
2011-07-26 09:23:57 +00:00 |
|
Juergen Hoeller
|
a4f62bb863
|
moved OpenSessionInViewTests back to orm module
|
2011-07-26 01:12:01 +00:00 |
|
Juergen Hoeller
|
80def4b695
|
copy css and js resources as well
|
2011-07-26 01:08:46 +00:00 |
|
Juergen Hoeller
|
42e18e6c4e
|
fixed OpenEntityManagerInViewTests through the addition of a local copy of our Servlet API mocks; restoredOpenPersistenceManagerInViewTests
|
2011-07-26 00:52:15 +00:00 |
|
Juergen Hoeller
|
d8767774c9
|
replaced TypeDescriptor synchronization with volatile variables (SPR-8559)
|
2011-07-25 16:31:46 +00:00 |
|
Juergen Hoeller
|
f67e726be7
|
restored OpenEntityManagerInViewTests
|
2011-07-25 12:15:47 +00:00 |
|
Juergen Hoeller
|
41b9a461df
|
ResourceHttpRequestHandler detects invalid directory traversal in given path (SPR-8515)
|
2011-07-25 10:57:39 +00:00 |
|
Juergen Hoeller
|
037497cb4f
|
fixed ignored test
|
2011-07-21 10:35:05 +00:00 |
|
Juergen Hoeller
|
3ecb6b1a03
|
refined JBoss 6.0 note
|
2011-07-21 09:51:34 +00:00 |
|
Juergen Hoeller
|
6b92f66ebd
|
final preparations for 3.0.6 release
|
2011-07-21 09:09:54 +00:00 |
|
Juergen Hoeller
|
070a723ef2
|
added "acceptProxyClasses" flag to RemoteInvocationSerializingExporter
|
2011-07-21 09:05:59 +00:00 |
|
Juergen Hoeller
|
d4be29e661
|
updated javadoc for server-specific LoadTimeWeavers
|
2011-07-21 08:37:42 +00:00 |
|
Juergen Hoeller
|
3a3f15f144
|
improved ExposeInvocationInterceptor error message with respect to advice ordering (SPR-8544)
|
2011-07-21 07:39:11 +00:00 |
|
Juergen Hoeller
|
3edf8566ed
|
fixed @ExceptionHandler exception type matching (ExceptionDepthComparator; SPR-8231)
|
2011-07-21 07:38:30 +00:00 |
|
Juergen Hoeller
|
a2f00f205a
|
collection/array conversion returns original collection if possible (SPR-8538); backported smarter element conversion check from 3.1
|
2011-07-20 19:57:40 +00:00 |
|
Juergen Hoeller
|
340a8b28f9
|
ConvertiblePair implements equals and hashCode (SPR-8459)
|
2011-07-19 15:54:36 +00:00 |
|
Juergen Hoeller
|
83c5753ae1
|
updated dependencies
|
2011-07-18 21:46:08 +00:00 |
|
Juergen Hoeller
|
67bb044a6f
|
fixed whitespace
|
2011-07-18 21:33:45 +00:00 |
|
Juergen Hoeller
|
9ddfb375cb
|
polishing
|
2011-07-18 20:49:58 +00:00 |
|
Juergen Hoeller
|
6fc6a9e80c
|
fixed @Rule execution order in SpringJUnit4ClassRunner to match standard JUnit 4 behavior (SPR-8537)
|
2011-07-18 20:49:26 +00:00 |
|
Juergen Hoeller
|
f18fa08aa0
|
ConfigurationClassPostProcessor supports use of same processor instance with several factories (SPR-8527)
|
2011-07-18 20:45:02 +00:00 |
|
Juergen Hoeller
|
aa4ecdb79e
|
fixed AccessControlContext applicability check
|
2011-07-15 14:43:33 +00:00 |
|
Juergen Hoeller
|
8041f6abdd
|
polishing
|
2011-07-13 23:03:50 +00:00 |
|
Juergen Hoeller
|
210c77ddb0
|
SimpleClientHttpRequest uses fixed-length streaming mode (always sets content-length header); partial backport from 3.1 M2
|
2011-07-13 23:03:35 +00:00 |
|
Juergen Hoeller
|
24cb345b6c
|
backported HttpHeadersTests update
|
2011-07-13 23:02:08 +00:00 |
|
Juergen Hoeller
|
0fdd7550b8
|
an EntityManagerFactoryBean is only deserializable through a SerializedEntityManagerFactoryBeanReference
|
2011-07-11 13:50:59 +00:00 |
|
Juergen Hoeller
|
f1fb0e5330
|
prototype-based TargetSource is only deserializable through a SingletonTargetSource
|
2011-07-11 13:38:45 +00:00 |
|
Juergen Hoeller
|
d4c2f63160
|
fixed package declaration
|
2011-07-04 22:05:21 +00:00 |
|
Juergen Hoeller
|
b167f3f7a6
|
added JBoss dependency (SPR-8505); updated WebSphere dependency
|
2011-07-04 21:38:25 +00:00 |
|
Juergen Hoeller
|
63fe7bdd34
|
switched from readResolve to readObject
|
2011-07-04 21:21:56 +00:00 |
|
Juergen Hoeller
|
270db64243
|
optimized debug logging in case of non-convertible collection (SPR-8499)
|
2011-07-04 09:59:58 +00:00 |
|
Juergen Hoeller
|
15fd972417
|
DataBinder etc
|
2011-07-03 22:38:48 +00:00 |
|
Juergen Hoeller
|
10d9860457
|
ContextLoader and FrameworkServlet support "contextId" parameter for custom serialization id
|
2011-07-03 22:38:11 +00:00 |
|
Juergen Hoeller
|
01eab03dca
|
added "autoGrowNestedPaths" property to ConfigurableWebBindingInitializer
|
2011-07-03 21:25:05 +00:00 |
|
Juergen Hoeller
|
eb50eec85b
|
DataBinder uses a default limit of 256 for array/collection auto-growing (SPR-7842)
|
2011-07-03 20:39:19 +00:00 |
|
Juergen Hoeller
|
4faa5af3f8
|
backported bridge method detection for class hierarchies with mixed visibilities (SPR-7900)
|
2011-06-22 21:25:50 +00:00 |
|
Juergen Hoeller
|
218e64cc80
|
DefaultListableBeanFactory etc
|
2011-06-22 20:58:23 +00:00 |
|
Juergen Hoeller
|
b82edcca04
|
DefaultListableBeanFactory is only deserializable through a SerializedBeanFactoryReference
|
2011-06-22 20:55:44 +00:00 |
|
Juergen Hoeller
|
d8a4949faf
|
getBean(name, type) attempts type conversion if necessary (SPR-8480)
|
2011-06-22 20:53:38 +00:00 |
|