248 Commits (a1e898fd39a776216adb01874c144b9174505d96)

Author SHA1 Message Date
Brian Clozel 2eeb428e95 Move modules to independent build files 7 years ago
Juergen Hoeller 47a7475898 Resolve remaining nullability warnings 7 years ago
Sebastien Deleuze 73cf07e9a4 Fix overridden methods nullability 7 years ago
Juergen Hoeller 46eba3dbfa Nullability fine-tuning around declaration inconsistencies 7 years ago
Juergen Hoeller 9fc4fb10b0 Nullability fine-tuning around bean properties 7 years ago
Sebastien Deleuze fb4ddb0746 Make getters and setters null-safety consistent 7 years ago
Juergen Hoeller c292a89b24 Http(Async)Client not actually nullable, plus MethodInterceptor nullability 7 years ago
Juergen Hoeller 6d55b3a592 Perform onException delegation outside of connection monitor 7 years ago
Juergen Hoeller cc74a2891a @Nullable all the way: null-safety at field level 7 years ago
Juergen Hoeller 140542e8b1 Polishing 7 years ago
Juergen Hoeller 535103cd52 Fine-tune HTTP/RMI Invoker exception handling 8 years ago
Stephane Nicoll 1ab678a2a3 Polish "Refactor iterator of Map with Java8's Map.forEach" 8 years ago
diguage 1ef5f61ab2 Refactor iterator of Map with Java8's Map.forEach 8 years ago
Stephane Nicoll 58242f2249 Polish 8 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 8 years ago
Sebastien Deleuze 1f28825f9d Add more @Nullable parameters based on null usage 8 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 8 years ago
Sebastien Deleuze 87598f48e4 Introduce null-safety of Spring Framework API 8 years ago
Stephane Nicoll 929ab10b49 Polish 8 years ago
Stephane Nicoll 4ffdb50681 Reuse QosSettings in JmsTemplate 8 years ago
Stephane Nicoll a2acbee004 Polish 8 years ago
Stephane Nicoll 1c0b3be6e6 Customize QosSettings for JMS replies 8 years ago
Juergen Hoeller 29f2c96a3d Drop unnecessary modifiers for constants in JmsHeaders interface 8 years ago
Juergen Hoeller e9019cd7d1 Polishing 8 years ago
Juergen Hoeller acf511ac0e Polishing 8 years ago
Stephane Nicoll d550eb152c Polish contribution 8 years ago
Ruben Dijkstra f1c7e0f5b2 Check for null on the argument instead of the message 8 years ago
Juergen Hoeller a9ae2c3402 Polishing 8 years ago
Juergen Hoeller e566e25b6f Clear nonAnnotatedClasses cache in afterSingletonsInstantiated 8 years ago
Juergen Hoeller fc629bb508 Polishing 8 years ago
Juergen Hoeller edc62be231 @Scheduled reliably applies after other post-processors and shuts down before TaskScheduler 8 years ago
Juergen Hoeller 2819f7c781 Polishing 8 years ago
Juergen Hoeller ac774cdcef Avoid deprecated Mockito methods 8 years ago
Juergen Hoeller ac80ac6f8b Consistent instanceof/casting of Class references 8 years ago
Philippe Marschall ae5b0c6fb5 Replace J2EE with Java EE 8 years ago
Juergen Hoeller edbc1e9212 Avoid outdated Tibco workaround in shouldCommitAfterNoMessageReceived 8 years ago
Juergen Hoeller 8c5660683a MappingJackson2MessageConverter adds message id and destination to type resolution exception 8 years ago
Juergen Hoeller 59a24b406a Polishing 8 years ago
Juergen Hoeller b9ab895743 Inferred generics for newSetFromMap arrangements 8 years ago
Juergen Hoeller e03dea1d64 Polishing 8 years ago
Juergen Hoeller d07381e862 Avoid deprecated number constructors on JDK 9 8 years ago
Juergen Hoeller c43e7497c1 Fixed typo: "occured"->"occurred" 8 years ago
Stephane Nicoll e4b0486c5a Add @FunctionalInterface on candidate interfaces 8 years ago
Juergen Hoeller 355c6f0715 Upgrade to JMS 2.0 and JCA 1.7 8 years ago
Juergen Hoeller bc2c22d51e Streamline XML namespace support towards unversioned schemas 8 years ago
Sam Brannen 1391248ea6 Introduce log4j 2 for Spring's test suite 8 years ago
Stephane Nicoll 00d2606b00 Explicit type can be replaced by <> 8 years ago
Juergen Hoeller b5db5d3aac Broadly remove deprecated core classes and methods 8 years ago
Stephane Nicoll eba873067c Better hide lazy resolution of JMS payloads 9 years ago
Stephane Nicoll 9c02a99d38 Polish doc 9 years ago