8104 Commits (bcde955ec996510d41b83e05d06d1c007e152f94)
 

Author SHA1 Message Date
Juergen Hoeller bcde955ec9 Ignore placeholder resolution failure as well in case of ignoreResourceNotFound=true 11 years ago
Juergen Hoeller 3dfa7e9ac0 Avoid stack overflow in case of circular type reference 11 years ago
Juergen Hoeller 93c8b7ab04 DefaultListableBeanFactory only puts 'cache-safe' Class keys into its by-type cache 11 years ago
Rossen Stoyanchev 07959cb3f7 Merge pull request #484 from sdeleuze/SPR-11504 11 years ago
Rossen Stoyanchev 0036d9a5c9 Polish 11 years ago
Sebastien Deleuze 2f8bc6eec1 Decode target parameter names prior to saving a FlashMap 11 years ago
Stephane Nicoll 519799e1cf Fix double SPeL evaluation of parameter 11 years ago
Sam Brannen c8f2e07182 Clean up test warnings that show up in Gradle console 11 years ago
Sam Brannen cb59d43a5f Fix typos in Javadoc in AssertThrows 11 years ago
Juergen Hoeller 213d9c4a51 Consistent dependencies on official JTA 1.2 and JMS 1.1 API jars 11 years ago
Juergen Hoeller 3080ff3890 Polishing 11 years ago
Juergen Hoeller 7972b31118 SpringBeanELResolver's setValue should not throw PropertyNotWritableException if provided value is identical to current bean instance 11 years ago
Juergen Hoeller 793cab4f80 Allow generics-based injection in case of nested unresolved type variable 11 years ago
Rossen Stoyanchev 49d7bda722 Improve CORS handling in AbstractSockJsService 11 years ago
Sam Brannen cf3b2b1a4d Simplify test includes & excludes in Gradle build 11 years ago
Juergen Hoeller d30128396e Upgraded to Hibernate 4.2.10 11 years ago
Juergen Hoeller 2cdc066daf Relaxed statement on early validation of bean references 11 years ago
Juergen Hoeller 2a2816dfc3 Restored proper handling of varargs in case of unresolvable type variable 11 years ago
Rossen Stoyanchev 34924810fe Remove field no longer used after previous commit 11 years ago
Rossen Stoyanchev 74de35df1e Refactor async result handling in Spring MVC Test 11 years ago
Juergen Hoeller e50cff47c1 KeyGenerators should not return a plain array parameter as raw key but rather always handle that case in a deepHashCode fashion 11 years ago
Rossen Stoyanchev a434903a2a Adjust log level in LoggingWebSocketHandlerDecorator 11 years ago
Stephane Nicoll 9325a99bf0 Merge pull request #462 from snicoll/cache-tx-tests 11 years ago
Stephane Nicoll 45406aa19b Add tests for TransactionAwareCacheDecorator 11 years ago
Juergen Hoeller ad317774fb instantiateUsingFactoryMethod avoids NPE and reports argument types in case of explicitArgs and resolved generic arguments as well 11 years ago
Sam Brannen 9891bdc7b4 Clean up "abstract" test issues 11 years ago
Sam Brannen b42f258c54 Use unmodifiable set in AbstractSockJsSession 11 years ago
Rossen Stoyanchev 705efc5bdf Fix timing issue with obtaining async result 11 years ago
Stephane Nicoll c146be2eb7 Merge pull request #477 from candrews/patch-1 11 years ago
Craig Andrews 6d8f3a0a20 Fix SimpleKey equality with array argument 11 years ago
Juergen Hoeller 9b771573ec Log4jWebConfigurer does not try to parse empty "log4jRefreshInterval" context-param 11 years ago
Juergen Hoeller f3884084f2 Optimized DefaultResourceLoader's getResource implementation for "/..." paths, not relying on URL parsing exceptions for such a common case anymore 11 years ago
Juergen Hoeller cb41f42791 AbstractApplicationEventMulticaster filters listeners against their type first, avoiding eager retrieval of listener instances for non-matching events 11 years ago
Sam Brannen fa44224430 Aggregate JUnit and TestNG test reports 11 years ago
Sam Brannen a60b34fd9e Merge pull request #476 from platan/master 11 years ago
Marcin Mielnicki 7cf5e3a508 Outdated code example correction in section 10.3.6 11 years ago
Brian Clozel 53017da0c3 Update reference documentation for SPR-11486 11 years ago
Stephane Nicoll 035d9d5af0 Clarify exception handling in converter 11 years ago
Sam Brannen 8f3a897502 Polish AbstractSockJsSession 11 years ago
Rossen Stoyanchev 4238299661 Add smart logging for disconnected SockJS clients 11 years ago
Sam Brannen 5d4ed4efe5 Fix DocBook to AsciiDoc conversion errors 11 years ago
Sam Brannen 1d47034736 Merge pull request #466 from olivergierke/SPR-11459 11 years ago
Oliver Gierke 74969a4794 Update ref. manual to favor constructor injection 11 years ago
Juergen Hoeller 9af7d2646b Added documentation on how to set up JSR-303 method validation 11 years ago
Juergen Hoeller 473061ec1e Added explicit note on thread safety to JdbcTemplate variants 11 years ago
Rossen Stoyanchev c553d681f1 Add Servlet 3.1 methods to mock request 11 years ago
Rossen Stoyanchev 3786993eb0 Merge pull request #474 from sdeleuze/SPR-11488 11 years ago
Rossen Stoyanchev c4000727ef Move customize(Un)Marshaller methods to abstract class 11 years ago
Sebastien Deleuze 45be8c0692 Add marshalling hooks in Jaxb2RootElementHttpMessageConverter 11 years ago
Sam Brannen 474142a862 Update link to Pro Git in CONTRIBUTING page 11 years ago