281 Commits (4967dd887dc3c3cacdf619824a00280cd6701a71)

Author SHA1 Message Date
Juergen Hoeller d553ddc5b3 Nullability refinements (based on IntelliJ IDEA 2018.1 introspection) 7 years ago
Juergen Hoeller e3d0ef6015 Use Map.forEach instead of manual Map.Entry iteration wherever possible 7 years ago
Juergen Hoeller f00afe3247 Use (Concurrent)Map.computeIfAbsent for lazy nested collection creation 7 years ago
Juergen Hoeller d4a8f76bf9 Consistent volatile access to running flag in Lifecycle implementations 7 years ago
Juergen Hoeller f57fcdee3c Polishing 7 years ago
Juergen Hoeller 6f7ad0304c Polishing 7 years ago
igor-suhorukov 8080f56db8 Polish: "@Override" should be used on overriding and implementing methods 7 years ago
Juergen Hoeller a19d4deb24 Polishing 7 years ago
Juergen Hoeller 9962df6527 Polishing 7 years ago
Juergen Hoeller 95aad9cdc2 Interrupt listener invoker threads on shutdown (after initial wait step) 7 years ago
igor-suhorukov d1ccecd021 Polish: to get rid unnecessary array creation 7 years ago
igor-suhorukov 7bce04c06c Polish: combine catches block with same body 7 years ago
Juergen Hoeller a5cbf5fe24 Consistent use of Collection.toArray with zero-sized array argument 7 years ago
Juergen Hoeller 95f7180298 Explicit documentation notes on transacted sessions vs AUTO_ACKNOWLEDGE 7 years ago
igor-suhorukov 7826567df6 Polish: lamdbas containing only one statement should not nest this statement in a block 7 years ago
igor-suhorukov 0ee505b73e Polish: assertion arguments should be passed in the correct order, 7 years ago
igor-suhorukov 9a6fbf59c5 Polish: follow name convention - make immutable fields final 7 years ago
Juergen Hoeller b6ecfcf9ec CachingConnectionFactory makes its Session caching inactive during reset 7 years ago
Juergen Hoeller 572c668726 Polishing 7 years ago
Juergen Hoeller 65a167f7fd JmsListenerAnnotationBeanPostProcessor properly deals with nested proxies 7 years ago
Stephane Nicoll 42dfa40151 Make sure endpoint settings override default factory settings 7 years ago
Juergen Hoeller 4c9ed0d87e Polishing 7 years ago
Juergen Hoeller 4adc820714 Warning instead of error for non-present type filter class 7 years ago
Juergen Hoeller 72590dbb21 CachingConnectionFactory does not cache producer for temporary queue/topic 7 years ago
Juergen Hoeller 4a57e26d76 Polishing 7 years ago
Juergen Hoeller d1fac36e3e SchedulingConfigurer and JmsListenerConfigurer respect @Order 7 years ago
Juergen Hoeller 75bd516251 Refined TemporaryLobCreator null handling (from 4.3.x) 7 years ago
Juergen Hoeller efce7902c4 Polishing 7 years ago
Juergen Hoeller 9190b76ab9 Latest dependency updates (POI 3.17, Rome 1.8, EhCache 3.4, Caffeine 2.5.6, RxJava 2.1.4, Tomcat 8.5.21, JRuby 9.1.13, Rhino 1.7.7.2) 7 years ago
Juergen Hoeller 7ae59d0c2a Nullability refinements on private and static methods 7 years ago
Stephane Nicoll b275a06d16 Reuse JmsTemplate's MessageConverter in JmsMessagingTemplate 7 years ago
Stephane Nicoll 7aa956a920 Polish 7 years ago
Sebastien Deleuze 1bc93e3d0f Revisit nullability annotations 7 years ago
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 7 years ago
Stephane Nicoll 1ab678a2a3 Polish "Refactor iterator of Map with Java8's Map.forEach" 7 years ago
diguage 1ef5f61ab2 Refactor iterator of Map with Java8's Map.forEach 7 years ago
Stephane Nicoll 58242f2249 Polish 7 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 7 years ago
Sebastien Deleuze 1f28825f9d Add more @Nullable parameters based on null usage 7 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 7 years ago