3379 Commits (6adf8d18df2c31a4432d8bdd540acd5aea410e23)
 

Author SHA1 Message Date
Michael Isvy 6adf8d18df SPR-7416 14 years ago
Jeremy Grelle 8e77701358 SPR-7116 - Added documentation for <mvc:resources> 14 years ago
Jeremy Grelle c1246d506c SPR-7116 - javadocs 14 years ago
Juergen Hoeller af0fac9099 JaxWsPortProxyFactoryBean takes "wsdlDocumentUrl", "namespaceUri" etc defaults from @WebService (SPR-7412) 14 years ago
Jeremy Grelle 367048c5d1 SPR-7116 - Simplified (removed gzip and white-listing) and completed XML namespace config. 15 years ago
Juergen Hoeller 061af2f25f ultimateTargetClass falls back to raw class instead of returning null 15 years ago
Juergen Hoeller faad0f4bb1 AutodetectCapableMBeanInfoAssembler signature consistently refers to Class<?> (SPR-7405) 15 years ago
Juergen Hoeller c3a639f07d fixed concurrency issue in TypedStringValue, showing for nested typed Maps in prototype beans (SPR-7398); optimized building of keyed arg names in BeanDefinitionValueResolver 15 years ago
Jeremy Grelle bd4f4d0d30 SPR-7116 further work in progress. Added white-listing by media type, checking MIME type from the ServletContext, and some additional validations. 15 years ago
Juergen Hoeller 3e0003a1a0 TaskExecutorFactoryBean (as used by task:executor) exposes full ThreadPoolTaskExecutor type (SPR-7403) 15 years ago
Jeremy Grelle 60a69bd653 SPR-7116 work in progress. ResourceHttpRequestHandler is now functionally equivalent to the Spring JS ResourceServlet, with the exception of the resource concatenation feature (which will be deferred for reconsideration in 3.1). 15 years ago
Juergen Hoeller 72da237474 FilterDefinitionFactoryBean supports Hibernate 3.6.0.beta1 as well 15 years ago
Juergen Hoeller d3cb310962 bunch of fixes for 3.0.4 15 years ago
Juergen Hoeller d4f73c1d3d turned TypeDescriptor.UNKNOWN into an internal detail (SPR-7349) 15 years ago
Juergen Hoeller 3c0ce48cbd added further test case for property type detection with generic interface 15 years ago
Juergen Hoeller 8e5c033446 avoid double ConversionFailedException nesting 15 years ago
Juergen Hoeller f04febaf2d fixed @PathVariable regression in combination with ConversionService usage on DataBinder 15 years ago
Juergen Hoeller b261d336b1 HibernateJpaDialect correctly closes borrowed connections even for nested JDBC executions (SPR-7393) 15 years ago
Arjen Poutsma 8519a2d705 Fixed execute -> exchange 15 years ago
Juergen Hoeller f90125f984 fixed WeakReferenceMonitor to never stop its monitoring thread if an entry has been registered (SPR-7373) 15 years ago
Juergen Hoeller 18af8a00f9 added license header 15 years ago
Juergen Hoeller b7b7c067c6 GenericTypeResolver works for nested parameterized types and for generic superclasses as well (SPR-7389) 15 years ago
Arjen Poutsma 60fa490b50 Typo 15 years ago
Chris Beams 605ac0e230 Remove redundant @Aspect from CodeStyleAspect.aj 15 years ago
Juergen Hoeller 7304c09021 Spring field error arguments include actually declared annotation attributes in alphabetical order (SPR-6730) 15 years ago
Chris Beams 9bcfc5480d Fix dependency issues in .context pom and .classpath 15 years ago
Chris Beams 022e74ea3d Add .springBeans to .gitignore 15 years ago
Juergen Hoeller 4d5a9c41e0 allow for converting a property value based on the corresponding property name (SPR-7386) 15 years ago
Juergen Hoeller 11886f2149 polishing 15 years ago
Juergen Hoeller 1dce03af78 JSR-303 Pattern message resolvable through Spring MessageSource (despite special characters; SPR-7329) 15 years ago
David Syer 3afe8aee18 Fix hibernate-validatin version 15 years ago
David Syer e26fc66523 SPR-7384: switch to using 1-12 for month numbers 15 years ago
Arjen Poutsma c24ffc9175 SPR-7381 - HTTP headers returned as part of ResponseEntity(MultiValueMap<String, String> headers, HttpStatus statusCode) are ignored when using this constructor 15 years ago
Arjen Poutsma 228c0b18cb SPR-7345 - HTTP 405 (Method not supported) returned when 404 Status (Not Found) was expected 15 years ago
Juergen Hoeller b456bc107b DefaultMessageListenerContainer triggers Session commit even if no message has been received (SPR-7366) 15 years ago
Juergen Hoeller f25a04c69c fixed JMS CachingConnectionFactory to correctly cache a producer without fixed destination as well (SPR-7148) 15 years ago
Arjen Poutsma f8425a5f7b SPR-7346 - @RequestHeader negation expressions (e.g. !Accept=text/plain) are not applied 15 years ago
Juergen Hoeller dcad6c341b BeanWrapper, EvalTag, etc 15 years ago
Juergen Hoeller 66abad2540 BeanWrapper preserves annotation information for individual array/list/map elements (SPR-7348) 15 years ago
Juergen Hoeller e0e1cb3c24 polishing 15 years ago
Juergen Hoeller df5e9b1211 MVC HandlerExceptionResolvers prevent caching for exception views if preventResponseCaching=true (SPR-7334) 15 years ago
Juergen Hoeller 263fabb0fc JSP EvalTag resolves "@myBeanName" references in expressions against the WebApplicationContext (SPR-7312); for consistency, expressions in an ApplicationContext support the same syntax against the local BeanFactory 15 years ago
Juergen Hoeller d1d5e2d52a JmsResourceHolder does not ignore IllegalStateException from locally synchronized transaction (SPR-7360) 15 years ago
Juergen Hoeller 96b9cf6ca9 DefaultJdoDialect supports JDO 3.0 query timeout facility (as supported by DataNucleus 2.1) 15 years ago
Juergen Hoeller 3918518779 polishing 15 years ago
Juergen Hoeller 7e9e8401f7 @ExceptionHandler works for inherited method and CGLIB proxies on Portlet controllers as well (SPR-7337) 15 years ago
Andy Clement cb72fe1be2 SpEL documentation (!) on @Bean referencing, inline lists and array construction 15 years ago
Andy Clement f5ced9be38 SPR-7335: support for expression inline lists and array construction 15 years ago
Andy Clement 88560fd910 SPR-7343: StandardEvaluationContext not threadsafe in its lazy initialization 15 years ago
Andy Clement 6de707d8e0 polish 15 years ago