8391 Commits (1e8c799a60e73d61bcab193863677ebc097a5e0d)
 

Author SHA1 Message Date
Sam Brannen e7b8a657b4 Add more tests for @ComponentScan as a meta-annotation 11 years ago
Juergen Hoeller 189cd663c5 Polishing 11 years ago
Sam Brannen f1fbe85ff1 Investigate issue with @ComponentScan as meta-annotation 11 years ago
Sam Brannen 3d506eb033 Clean up ConfigurationClassPostProcessorTests 11 years ago
Juergen Hoeller 99ea429fd7 Added specific unit test for scoped-proxy target not being an autowire candidate 11 years ago
Juergen Hoeller 5308b3e358 Revised naming for prototype inner beans to avoid excessive unique name calculation 11 years ago
Sam Brannen 9dcd03d862 Clean up imports and warnings 11 years ago
Juergen Hoeller 5ff1c696c8 Check raw Type objects, not ResolvableType instances, during isAssignableFrom recursion 11 years ago
Juergen Hoeller 791f58e6be Polishing 11 years ago
Juergen Hoeller 4744180d3d NumberUtils reports overflow when converting from BigInteger/BigDecimal to Long 11 years ago
Sam Brannen 01b2f67f11 Introduce constructors in ResourceDatabasePopulator 11 years ago
Sam Brannen a006ca2542 Remove trailing whitespace 11 years ago
Sam Brannen 7853e74e78 Merge pull request #485 from cbaldwin74/SPR-9531 11 years ago
Sam Brannen 2bfd6ddcf4 Refactor SQL script support 11 years ago
cbaldwin74 e5c17560db Support multi-line comments in SQL scripts 11 years ago
Rossen Stoyanchev 6b31074e4a Add HTTP series check shortcut methods to HttpStatus 11 years ago
Rossen Stoyanchev 6a4a2ec6a4 Fix expected and actual argument order 11 years ago
Rossen Stoyanchev 3474afb165 Improve suffix pattern check 11 years ago
Juergen Hoeller 4d3ca4319e Polishing 11 years ago
Brian Clozel 8b2b165777 Fix "relay-port" XSD type in spring-websocket.xsd 11 years ago
Juergen Hoeller 658a44a620 Upgraded to Apache HttpClient 4.3.3 and Jetty 9.1.3 11 years ago
Juergen Hoeller 27cacf0672 SpEL property-not-found message hints at non-public method/field 11 years ago
Rossen Stoyanchev 13af188bdc Handle invalid STOMP content-length header value 11 years ago
Rossen Stoyanchev cff23b84ae Add messages for number of active sessions/connections 11 years ago
Rossen Stoyanchev a473d46e1c Tighten connection management in STOMP broker relay 11 years ago
Juergen Hoeller bbcb1837c5 Polishing 11 years ago
Juergen Hoeller 264d7b9c98 Improved documentation on how to convert collections with ConversionService 11 years ago
Stephane Nicoll 7a6ec69523 Fix custom config with older HttpClient 11 years ago
Juergen Hoeller bea94d5302 CollectionToCollectionConverter avoids collection copy for untyped collection when simply returning source anyway 11 years ago
Juergen Hoeller 40b81fcc3e SPR11348 test should use LinkedHashSet since it relies on insertion order of elements 11 years ago
Sam Brannen 241682c117 Update author list in reference manual 11 years ago
Sam Brannen b364599278 Update links to Spring JIRA server 11 years ago
Sam Brannen 220267b830 Update copyright date in reference manual 11 years ago
Stephane Nicoll 542db72ffd Add first draft of IDEA code formatting 11 years ago
Sam Brannen 1d57a15e40 Delete unused imports in spring-test 11 years ago
Sam Brannen 1ade9b5433 Polish various test classes 11 years ago
Sam Brannen e865d63c29 Ensure Gradle does not execute inner classes as tests 11 years ago
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