673 Commits (475c4d4425b2170c4a0f19d5bd39b70e752e38a1)

Author SHA1 Message Date
igor-suhorukov 4aae6a6dda Use Map.forEach instead of manual Map.Entry iteration wherever possible SPR-16646 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
Rossen Stoyanchev 1b83f129a2 ReactorNettyTcpClient uses elastic pool 7 years ago
Juergen Hoeller 51c57d77d9 SimpleEvaluationContext with dedicated factory methods for common cases 7 years ago
Christoph Dreis d3a0a8e007 Use Collection.removeIf() where possible (#1747) 7 years ago
Rossen Stoyanchev e0de9126ed Re-use EvaluationContext in DefaultSubscriptionRegistry 7 years ago
Rossen Stoyanchev 88a17a4b10 Reactor2TcpClient constructor with address supplier 7 years ago
Juergen Hoeller d4a8f76bf9 Consistent volatile access to running flag in Lifecycle implementations 7 years ago
igor-suhorukov 407ecf7334 to get rid of "magic" time constants 7 years ago
Juergen Hoeller 139dc1d373 Polishing (collapsed if checks, consistent downcasts, refined javadoc) 7 years ago
Juergen Hoeller 9962df6527 Polishing 7 years ago
Rossen Stoyanchev 356ef5199e Polish 7 years ago
Mariusz Jasinski 184ed6da57 Overloaded acknowledge method with StompHeaders 7 years ago
Juergen Hoeller 2a379e099c Polishing 7 years ago
igor-suhorukov 49fd724d8f Polish: String function use should be optimized for single characters 7 years ago
Juergen Hoeller d7cab23e6d Consistent use of StringUtils.toStringArray 7 years ago
Juergen Hoeller 8d3264f680 Prefer List.sort(Comparator) over Collections.sort(List, Comparator) 7 years ago
Juergen Hoeller 3b810f3544 Consistent Class array vs vararg declarations (and related polishing) 7 years ago
Juergen Hoeller d3cee45f30 Polishing 7 years ago
Vladimir Sitnikov 659f13be1c Avoid creating message arguments to Assert.isABC calls 7 years ago
Rossen Stoyanchev 0585fb3999 Polish 7 years ago
Rossen Stoyanchev 4ee09c89b5 Fix regression in MappingJackson2MessageConverter 7 years ago
igor-suhorukov 9a6fbf59c5 Polish: follow name convention - make immutable fields final 7 years ago
Stephane Nicoll 991eb4858e Update copyright header 7 years ago
igor-suhorukov 4c888d0f32 Polish 7 years ago
Juergen Hoeller 5c813a366b Consistent use of @throws instead of @exception 7 years ago
Rossen Stoyanchev 0fb31c5e36 Refine "." separator support for STOMP messaging 7 years ago
Rossen Stoyanchev 17f9b61249 Polish MessageBrokerConfigurationTests 7 years ago
Rossen Stoyanchev 583201b02c MappingJackson2MessageConverter uses generic type 7 years ago
Rossen Stoyanchev f736b665bd Fix compile issue from previous commit 7 years ago
Rémi Alvergnat 76dcde9e31 Fix Stomp Broker Relay ignoring destination prefixes in some cases 7 years ago
Christoph Dreis f4e9fb52a8 Reduce access on user in SimpleBrokerMessageHandler.handleMessageInternal 7 years ago
Christoph Dreis 9fab208fdd Reduce access on headers for STOMP messaging 7 years ago
Juergen Hoeller 9b7af8b5aa Polishing 7 years ago
Rossen Stoyanchev abe4420006 Improve ReactorNettyTcpClient shutdown logic 7 years ago
Rossen Stoyanchev b35b50bef1 Polish 7 years ago
Rossen Stoyanchev 64bc9b4311 Do match message type 7 years ago
Juergen Hoeller 9bab7a2708 Upgrade to Java Activation Framework 1.2 for test runtime 7 years ago
Rossen Stoyanchev 1cc5afe24b Fix lines over 120 characters 7 years ago
Tom Fitzhenry 1fe3e0cd06 Fix typo in exception message: quite -> quiet 7 years ago
Juergen Hoeller efce7902c4 Polishing 7 years ago
Juergen Hoeller e2882fe1db Build against EE 8 API level wherever possible 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
Juergen Hoeller ac9cfefaff TaskExecutorRegistration does not apply its default settings to a user-provided executor 7 years ago
Juergen Hoeller 3bd2154046 Polishing 7 years ago
Sebastien Deleuze 1bc93e3d0f Revisit nullability annotations 7 years ago
Juergen Hoeller aa4ae7a750 Heart-beat log message potentially without session id 7 years ago
Rossen Stoyanchev 39cefb5bd7 One more instance of modified method name in Mono 7 years ago