Change log:
344c6bc Upgrade to S-WS-3.1.0-RC1, prepare for release
e901c89 Fix Cyclomatic Complexity in Splitter
1a288cd Remove resetConnection from Redis Reactive test
35fd9c5 GH-3533: Register WebSocket endpoints at runtime (#3548)
6f8290a GH-3520: Improve TcpConnectionInterceptor Javadocs
c13e40d Miscellaneous tests and Sonar fixes
c811da6 Fix compatibility with Java 8 for ByteBuffer (#3545)
3c27241 Improve IMAP IDLE tests
d8c7ae7 Revise retry for IntegrationReactiveUtils
(#3543)
aa32270 GH-3541: Properly guard when no json-path in CP (#3542)
c57634f Properly mention Apache Kafka trademark in docs (#3540)
e7d99e9 Rename master branch to main (#3539)
df62147 Fix new Sonar smells
07a6fb3 Fix IMAP race condition around idle()
3f0c578 GH-3502: More refactoring to avoid reflection (#3532)
27e1f3a GH-3529: Add HTTP & WebFlux extractResponseBody (#3530)
0549dbd GH-3502: Make the framework compatible with Native (#3531)
5a42eff Fix more JMS tests for closing resources
34f2d9f Add diagnostics to ReqRepScenariosWithTmpQsTests
50ce728 Make Kotlin language as 1.3 for SF compatibility
f200927 Miscellaneous fixes
7abbe30 GH-3526: Fix Infinite Loop in FailoverCConnFactory
8eaf8b6 Make CallerBlocksPolicyTests more robust
6a3ef1e Fix JmsOutboundGatewayTests to always close CF
67c5cf7 GH-3521: Delayer: schedule release task with TX (#3525)
7e95529 Introduce a MessageGroup.condition
(#3517)
7ee3db9 GH-3523: TcpConnectionEvent Fixes