418 Commits (2cee63491d1fbb6e21a9044715d98838fec9a51b)

Author SHA1 Message Date
Sam Brannen 32cd73261a Apply "switch expressions" where applicable 3 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
김보배(Bobae Kim)/Platform Engineering팀/11ST 804b343cab Use parseInt without substring method 3 years ago
Sam Brannen 32c14a2b42 Update Javadoc regarding repeatable annotation support 3 years ago
Sam Brannen d70a610a0d Apply "instanceof pattern matching" in spring-jms 3 years ago
Sam Brannen 96e4d3a530 Fail Gradle build for Javadoc warnings 3 years ago
Sam Brannen 93efb20a53 Fix broken links in Javadoc 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
Juergen Hoeller d84ca2ba90 Jakarta EE 9 migration 3 years ago
Juergen Hoeller 5822f1bf85 Drop RPC-style remoting 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
Juergen Hoeller e955e52f2f Refactor method name dispatching to switch statements 5 years ago