412 Commits (4e00aece7a6e7f621d82b60b60fc70d2f3172af7)

Author SHA1 Message Date
Sam Brannen 6bd7a7321e Revise generated default name for @JmsListener subscription 2 years ago
Sam Brannen 11aaba9877 Polishing 2 years ago
fml2 07fd7606e7 Improve generated default name for a @JmsListener subscription 2 years ago
Juergen Hoeller 0815d29e45 Defensive check for null returned from createConnection() 2 years ago
Sam Brannen 41a6b7ec20 Update copyright headers for source code changed since August 2022 2 years ago
Marc Wrobel 92a231cf91 Fix typos in Javadoc, reference docs, and code 2 years ago
Marc Wrobel e76fbcb290 Fix and improve Javadoc in spring-jms 2 years ago
Juergen Hoeller e72b0a04cd Document limitations for MessageProducer/Consumer caching with WebLogic JMS 2 years ago
Sam Brannen f8a5a8d7be Use modern language features in tests 3 years ago
Juergen Hoeller 537aced28b Avoid message listener recovery in case of persistence exceptions on commit 3 years ago
Sam Brannen df263d01b9 Use idiomatic AssertJ assertions for true, false, and null 3 years ago
Sam Brannen 96e4d3a530 Fail Gradle build for Javadoc warnings 3 years ago
Sam Brannen bfdc99ab79 Fix Javadoc errors 3 years ago
Sam Brannen 2567b20949 Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 3 years ago
Juergen Hoeller 5cbc972a0d Log rejected listener container tasks at warn level 3 years ago
Brian Clozel cecc0849a8 Upgrade to Gradle 7.2 3 years ago
Stephane Nicoll 31b651a114 Polish contribution 3 years ago
Syuziko eaf9deedfd Polish tests 3 years ago
Juergen Hoeller ba08006d52 ObjectMapper.configure(MapperFeature, boolean) is deprecated as of Jackson 2.13 3 years ago
Stephane Nicoll 411745f4cb Update copyright year of changed file 3 years ago
diguage 01df63b9cd Delete unnecessary variable 3 years ago
Sam Brannen a2ef6badc4 Use StringBuilder.append(char) where possible 3 years ago
Sam Brannen f0f450a18d Polishing 3 years ago
Juergen Hoeller 0865abef83 Expose current cached session count 4 years ago
Juergen Hoeller 7d3f42b27b Expose endpoint id as listener container name (for transaction/thread name) 4 years ago
Juergen Hoeller 6670db9b58 Polishing 4 years ago
Juergen Hoeller 7b6cac2c93 Polishing 4 years ago
Juergen Hoeller 6ffeee3e6f Basic integration tests with various listener container settings 4 years ago
Juergen Hoeller 0503cf2937 Revised checks for maxMessagesPerTask and idleReceivesPerTaskLimit 4 years ago
Koen Serneels 14c802f979 Introduced 'idleReceivesPerTaskLimit': also mark task idle when idle receives per task threshold is reached 4 years ago
Juergen Hoeller a6e48811c0 Compatibility with Jackson 2.12 (tested against 2.12.0-rc1) 4 years ago
Juergen Hoeller 6e4fcb69f0 Polishing 4 years ago
Juergen Hoeller 9dfef59af2 Construct StringWriter instances with appropriate initial size 4 years ago
Juergen Hoeller 874574513c Replace remaining usage of LinkedList with ArrayList/ArrayDeque 4 years ago
Juergen Hoeller 04df9b8f49 Efficient checks for empty strings and single character matches 4 years ago
Sam Brannen 6a2939a4d4 Suppress deprecation warnings in JmsInvokerTests 4 years ago
Sam Brannen bd65762582 Polish Javadoc for MessagePostProcessor interfaces 4 years ago
Philippe Marschall 6a7e58ac82 Add @FunctionalInterface to MessagePostProcessor 4 years ago
Juergen Hoeller a1a9bb3e7f Explicit note on phasing out serialization-based remoting 4 years ago
Sam Brannen 335c3d5db6 Polish contribution 4 years ago
XenoAmess ab859fcc96 Refine use of substring operations 4 years ago
Sam Brannen a8901e3cf8 Polish contribution 4 years ago
XenoAmess edfc6c0293 Refine use of substring operations 4 years ago
Sam Brannen cdc234d7db Polish contribution 4 years ago
XenoAmess c547809e89 Use instanceof instead of Class#isInstance where feasible 4 years ago
Juergen Hoeller 165a6f186d Expose setExceptionListener on AbstractJmsListenerContainerFactory 4 years ago
Brian Clozel d9ccd618ea Deprecate remoting technologies support 4 years ago
Sam Brannen ab0e651547 Polish SerializationTestUtils, clean up warnings, etc. 4 years ago
Сергей Цыпанов 7949937655 Remove redundant assignment of default values to volatile fields 4 years ago
Sam Brannen 8099fc8178 Use try-with-resources language construct where feasible 4 years ago