-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update branch up to OSS 6.1.4, included post release commit and update poms to 6.1.5-TT.1-SNAPSHOT #98
Update branch up to OSS 6.1.4, included post release commit and update poms to 6.1.5-TT.1-SNAPSHOT #98
Commits on Nov 29, 2024
-
AMQ-9493: Upgrade to maven-plugin-plugin 3.13.1
(cherry picked from commit 7b49d0c)
Configuration menu - View commit details
-
Copy full SHA for 4cd12ae - Browse repository at this point
Copy the full SHA 4cd12aeView commit details -
AMQ-9547 - Remove setLength() and usage from RecoverableRandomAccessFile
This method always throws an exception so it should be removed and no longer used. Places in PageFile that called the method have been updated to either remove the usage or throw an error. (cherry picked from commit 5f79b65)
Configuration menu - View commit details
-
Copy full SHA for 102643e - Browse repository at this point
Copy the full SHA 102643eView commit details -
AMQ-8398 - Fix Stomp to OpenWire UTF-8 translation
This commit fixes conversion of messages that are sent or received using Stomp when the body contains characters that require 4 bytes for encoding using standard UTF-8. ActiveMQ and OpenWire currently use a modified UTF-8 encoding that only uses 3 bytes so the conversion previously was breaking because the body was encoded using standard JDK UTF-8 encoding and set directly on an ActiveMQText message which was leading to decoding errors later when the ActiveMQMessage tried to decode using the modified encoder. The reverse was also was true and was breaking in some cases. The fix now makes sure to correctly decode the Stomp message back to a String first and set that on the ActiveMQ message so it can be re-encoded correctly. The reverse is fixed as well so both conversion from Stomp -> OpenWire and OpenWire -> Stomp work. Tests have been added for Stomp -> OpenWire, OpenWire -> Stomp, and Stomp -> Stomp which is really Stomp -> OpenWire -> Stomp. (cherry picked from commit 3ddf515)
Configuration menu - View commit details
-
Copy full SHA for 2f44e8d - Browse repository at this point
Copy the full SHA 2f44e8dView commit details -
AMQ-8398 - Fix Stomp to Stomp Unicode UTF-8 test
The connection receive was out of order and causing failures in some of the Stomp tests like StompNIOSSL (cherry picked from commit f5fb6c9)
Configuration menu - View commit details
-
Copy full SHA for 8860dce - Browse repository at this point
Copy the full SHA 8860dceView commit details -
AMQ-8398 - Add missing super.tearDown() call to Stomp NIOSSLLargeMess…
…ageTest (cherry picked from commit f914001)
Configuration menu - View commit details
-
Copy full SHA for f3cf668 - Browse repository at this point
Copy the full SHA f3cf668View commit details -
Set cache-control to no-store by default for stronger security
(cherry picked from commit 2dab161)
Configuration menu - View commit details
-
Copy full SHA for b1545e2 - Browse repository at this point
Copy the full SHA b1545e2View commit details -
AMQ-9557: Upgrade to commons-logging 1.3.4
(cherry picked from commit 254d0fa)
Configuration menu - View commit details
-
Copy full SHA for bdc928d - Browse repository at this point
Copy the full SHA bdc928dView commit details -
AMQ-9510: Upgrade to jmock 2.13.1
(cherry picked from 6001e81)
Configuration menu - View commit details
-
Copy full SHA for b21deae - Browse repository at this point
Copy the full SHA b21deaeView commit details -
(cherry picked from commit f03443e)
Configuration menu - View commit details
-
Copy full SHA for bf53eb8 - Browse repository at this point
Copy the full SHA bf53eb8View commit details -
Remove JDK_JAVA_OPTIONS usage in wrapper.conf. Moved to wrapper.java.…
…additional.x options. (cherry picked from commit f1379cd)
Configuration menu - View commit details
-
Copy full SHA for 177fe60 - Browse repository at this point
Copy the full SHA 177fe60View commit details -
AMQ-8122 - Fix DataByteArrayInputStreamTest
(cherry picked from commit 736eb46)
Configuration menu - View commit details
-
Copy full SHA for bd992a2 - Browse repository at this point
Copy the full SHA bd992a2View commit details -
AMQ-9568: Upgrade to ant 1.10.15
(cherry picked from commit a86cee6)
Configuration menu - View commit details
-
Copy full SHA for b074fd1 - Browse repository at this point
Copy the full SHA b074fd1View commit details -
AMQ-9567: Upgrade to jmdns 3.5.12
(cherry picked from commit ada4041)
Configuration menu - View commit details
-
Copy full SHA for 9a50af7 - Browse repository at this point
Copy the full SHA 9a50af7View commit details -
AMQ-9494: Upgrade to maven-source-plugin 3.3.1
(cherry-picked from commit 7bc8b67)
Configuration menu - View commit details
-
Copy full SHA for 789cb9c - Browse repository at this point
Copy the full SHA 789cb9cView commit details -
AMQ-9495: Upgrade to maven-assembly-plugin 3.7.1
(cherry picked from commit 1428cf8)
Configuration menu - View commit details
-
Copy full SHA for 3bf6d49 - Browse repository at this point
Copy the full SHA 3bf6d49View commit details -
AMQ-9496: Upgrade to maven-compiler-plugin 3.13.0
(cherry picked from commit 3d36570)
Configuration menu - View commit details
-
Copy full SHA for 2c62c64 - Browse repository at this point
Copy the full SHA 2c62c64View commit details -
AMQ-9576: Upgrade to maven-clean-plugin 3.4.0
(cherry picked from fba0a2e)
Configuration menu - View commit details
-
Copy full SHA for bb18dec - Browse repository at this point
Copy the full SHA bb18decView commit details -
AMQ-9574: Upgrade to commons-io 2.17.0
(cherry picked from commit c33cdaf)
Configuration menu - View commit details
-
Copy full SHA for ad35f00 - Browse repository at this point
Copy the full SHA ad35f00View commit details -
AMQ-9577: Upgrade to maven-enforcer-plugin 3.5.0
(cherry picked from commit 50a73f9)
Configuration menu - View commit details
-
Copy full SHA for 70d2f8c - Browse repository at this point
Copy the full SHA 70d2f8cView commit details -
AMQ-9579: Upgrade to maven-javadoc-plugin 3.10.0
(cherry picked from commit 4d0eb77)
Configuration menu - View commit details
-
Copy full SHA for d76c634 - Browse repository at this point
Copy the full SHA d76c634View commit details -
AMQ-9578: Upgrade to maven-jar-plugin 3.4.2
(cherry picked from commit 8613198)
Configuration menu - View commit details
-
Copy full SHA for 06490ad - Browse repository at this point
Copy the full SHA 06490adView commit details -
AMQ-9580: Upgrade to maven-project-info-reports-plugin 3.7.0
(cherry picked from commit 4d75b20)
Configuration menu - View commit details
-
Copy full SHA for 9f5338f - Browse repository at this point
Copy the full SHA 9f5338fView commit details -
AMQ-9581: Upgrade to maven-release-plugin 3.1.1
(cherry picked from commit d2ae90d)
Configuration menu - View commit details
-
Copy full SHA for f1ed21d - Browse repository at this point
Copy the full SHA f1ed21dView commit details -
AMQ-9582: Upgrade to maven-surefire-plugin 3.5.0
(cherry picked from commit ee271b6)
Configuration menu - View commit details
-
Copy full SHA for a1ea7ba - Browse repository at this point
Copy the full SHA a1ea7baView commit details -
AMQ-9583: Upgrade to build-helper-maven-plugin 3.6.0
(cherry picked from commit ccfb85f)
Configuration menu - View commit details
-
Copy full SHA for ebde181 - Browse repository at this point
Copy the full SHA ebde181View commit details -
AMQ-9584: Upgrade to javacc-maven-plugin 3.1.0
(cherry picked from commit d2b4f6f)
Configuration menu - View commit details
-
Copy full SHA for cc7ff5d - Browse repository at this point
Copy the full SHA cc7ff5dView commit details -
AMQ-9585: Upgrade to taglist-maven-plugin 3.1.0
(cherry picked from commit 47ee619)
Configuration menu - View commit details
-
Copy full SHA for 72be048 - Browse repository at this point
Copy the full SHA 72be048View commit details -
[AMQ-9595] Fix recoverNextMessages when there are messages consumed f…
…arther than maxBatchSize. (cherry picked from commit 6b08e10)
Configuration menu - View commit details
-
Copy full SHA for d55d3c6 - Browse repository at this point
Copy the full SHA d55d3c6View commit details -
AMQ-9614: Upgrade to cxf-xjc-plugin 4.0.2
(cherry picked from commit 175b184)
Configuration menu - View commit details
-
Copy full SHA for f831abf - Browse repository at this point
Copy the full SHA f831abfView commit details -
AMQ-9615: Upgrade to maven-shade-plugin 3.6.0
(cherry picked from commit 82a298d)
Configuration menu - View commit details
-
Copy full SHA for fc689df - Browse repository at this point
Copy the full SHA fc689dfView commit details -
AMQ-9613: Upgrade to xbean 4.26
(cherry picked from commit 9f6a100)
Configuration menu - View commit details
-
Copy full SHA for b077628 - Browse repository at this point
Copy the full SHA b077628View commit details -
AMQ-9612: Upgrade to dependency-check-maven 11.0.0
(cherry picked from commit 75114d7)
Configuration menu - View commit details
-
Copy full SHA for 39dbfa1 - Browse repository at this point
Copy the full SHA 39dbfa1View commit details -
AMQ-9611: Upgrade to taglist-maven-plugin 3.2.1
(cherry picked from commit 0dc6fdb)
Configuration menu - View commit details
-
Copy full SHA for 4820b57 - Browse repository at this point
Copy the full SHA 4820b57View commit details -
AMQ-9610: Upgrade to maven-surefire-plugin 3.5.1
(cherry picked from commit 2a884a4)
Configuration menu - View commit details
-
Copy full SHA for 281b621 - Browse repository at this point
Copy the full SHA 281b621View commit details -
AMQ-9609: Upgrade to maven-project-info-reports-plugin 3.8.0
(cherry picked from commit 987805e)
Configuration menu - View commit details
-
Copy full SHA for 3c48dfe - Browse repository at this point
Copy the full SHA 3c48dfeView commit details -
AMQ-9608: Upgrade to maven-plugin-plugin 3.15.1
(cherry picked from commit 01f3b60)
Configuration menu - View commit details
-
Copy full SHA for 00d4515 - Browse repository at this point
Copy the full SHA 00d4515View commit details -
AMQ-9607: Upgrade to maven-javadoc-plugin 3.10.1
(cherry picked from commit d9e3ee9)
Configuration menu - View commit details
-
Copy full SHA for 3512867 - Browse repository at this point
Copy the full SHA 3512867View commit details -
AMQ-9605: Upgrade to ASM 9.7.1
(cherry picked from commit dc998fb)
Configuration menu - View commit details
-
Copy full SHA for 36c0c90 - Browse repository at this point
Copy the full SHA 36c0c90View commit details -
AMQ-9604: Upgrade to Camel 4.8.1
(cherry picked from commit d206c53)
Configuration menu - View commit details
-
Copy full SHA for 0858dfb - Browse repository at this point
Copy the full SHA 0858dfbView commit details -
AMQ-9603: Upgrade to Jackson 2.18.0
(cherry picked from commit b1a18b4)
Configuration menu - View commit details
-
Copy full SHA for af0cae1 - Browse repository at this point
Copy the full SHA af0cae1View commit details -
AMQ-9612: Upgrade to dependency-check-maven 11.1.0
(cherry picked from commit b28d9e6)
Configuration menu - View commit details
-
Copy full SHA for 1309348 - Browse repository at this point
Copy the full SHA 1309348View commit details -
AMQ-9603: Upgrade to Jackson 2.18.1
(cherry picked from commit 1fddeda)
Configuration menu - View commit details
-
Copy full SHA for c70c594 - Browse repository at this point
Copy the full SHA c70c594View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc82c8c - Browse repository at this point
Copy the full SHA bc82c8cView commit details -
AMQ-9618: Upgrade to velocity 2.4.1
(cherry picked from commit 6a4d925)
Configuration menu - View commit details
-
Copy full SHA for e3fdd5e - Browse repository at this point
Copy the full SHA e3fdd5eView commit details -
AMQ-9619: Upgrade to groovy 4.0.23
(cherry picked from commit 5bdec7b)
Configuration menu - View commit details
-
Copy full SHA for 345fd0d - Browse repository at this point
Copy the full SHA 345fd0dView commit details -
AMQ-9620: Upgrade to maven-javadoc-plugin 3.11.1
(cherry picked from commit c41acb9)
Configuration menu - View commit details
-
Copy full SHA for 8cfabea - Browse repository at this point
Copy the full SHA 8cfabeaView commit details -
AMQ-9621: Upgrade to maven-surefire-plugin 3.5.2
(cherry picked from commit 8cab398)
Configuration menu - View commit details
-
Copy full SHA for 8a17333 - Browse repository at this point
Copy the full SHA 8a17333View commit details -
[AMQ-9530] Fix SelectorAwareVirtualTopicInterceptor ClassCastExceptio…
…n if next is not Topic. (cherry picked from commit 473267b)
Configuration menu - View commit details
-
Copy full SHA for af1d8be - Browse repository at this point
Copy the full SHA af1d8beView commit details -
AMQ-9622: Upgrade to log4j 2.24.1
(cherry picked from commit 20a6b77)
Configuration menu - View commit details
-
Copy full SHA for 6193eec - Browse repository at this point
Copy the full SHA 6193eecView commit details -
AMQ-9617: Adjust consumers timeout to avoid race condition on RestTest
(cherry picked from commit fa881ad)
Configuration menu - View commit details
-
Copy full SHA for 3496be9 - Browse repository at this point
Copy the full SHA 3496be9View commit details -
AMQ-9625 - Prevent queue messages from becoming stuck
Fixes a race condition bug that can lead to a message being missed on dispatch and stuck on a Queue until restart when caching and concurrentStoreAndDispatch are enabled on a Queue and the cache becomes disabled. (cherry picked from commit 7f218fe)
Configuration menu - View commit details
-
Copy full SHA for d14f459 - Browse repository at this point
Copy the full SHA d14f459View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3c30b3 - Browse repository at this point
Copy the full SHA a3c30b3View commit details