Commit Graph

11404 Commits

Author SHA1 Message Date
Jean-Baptiste Onofré 530f4a0c17 Use jar-no-fork goal for maven-source-plugin to avoid potential duplicate artifacts attached
(cherry picked from commit f73e3bb195)
2023-06-24 07:02:16 +02:00
Jean-Baptiste Onofré 2383a06b20 [AMQ-9233] Prevent NPE in SubQueueSelectorCacheBroker
(cherry picked from commit 95e3c2a1aa)
2023-06-24 06:22:45 +02:00
Robbie Gemmell 9f32f98eff AMQ-9284: Update to Proton-J 0.34.1 and Qpid JMS 1.9.0 (and netty 4.1.94)
(cherry picked from commit d4b16aef04) with fixups
2023-06-23 11:21:03 +01:00
JB Onofré af115ca902 Update spring.schemas in preparation for 5.18.2 release 2023-06-22 17:42:40 +02:00
u8675309 c87726f2db [AMQ-9283] Fix memory leak with STOMP unsubscribe
(cherry picked from commit 90f96a0299)
2023-06-16 13:57:56 +02:00
JB Onofré 40a13bfa21 [AMQ-9280] Upgrade to commons-io 2.13.0
(cherry picked from commit c5a88336fa)
2023-06-16 11:27:34 +02:00
JB Onofré 879ebd6185 [AMQ-9277] Upgrade to commons-io 2.12.0
(cherry picked from commit 25306642ac)
2023-06-15 11:14:15 +02:00
JB Onofré 6ef8f12a81 [AMQ-9276] Upgrade to commons-daemon 1.3.4
(cherry picked from commit 7d07c20071)
2023-06-14 07:36:03 +02:00
JB Onofré 24b4aea2cb [AMQ-9275] Upgrade to rome 2.1.0
(cherry picked from commit 95b57e2942)
2023-06-13 18:35:55 +02:00
JB Onofré 63cb5f39a2 [AMQ-9274] Upgrade to jackson 2.15.2
(cherry picked from commit 719c49a065)
2023-06-13 18:33:12 +02:00
JB Onofré f9f3e381a0 [AMQ-9273] Upgrade to maven-shade-plugin 3.4.1
(cherry picked from commit b2176cbf73)
2023-06-13 06:01:11 +02:00
JB Onofré 651923e364 [AMQ-9272] Upgrade to xbean 4.23
(cherry picked from commit b8e7a4856a)
2023-06-13 05:59:13 +02:00
JB Onofré 4d59e86cf8 [AMQ-9270] Upgrade to build-helper-maven-plugin 3.4.0
(cherry picked from commit 41e7b363ff)
2023-06-13 05:56:23 +02:00
JB Onofré db16ca7029 [AMQ-9267] Upgrade to maven-release-plugin 3.0.1
(cherry picked from commit 5b2f48e20a)
2023-06-13 05:53:39 +02:00
JB Onofré 7de95d83d9 [AMQ-9264] Upgrade to maven-javadoc-plugin 3.5.0
(cherry picked from commit d25660aeaa)
2023-06-12 10:36:25 +02:00
JB Onofré 4eaa94cc4e [AMQ-9269] Upgrade to maven-surefire-plugin 3.1.2
(cherry picked from commit f50b96f109)
2023-06-10 06:32:00 +02:00
JB Onofré e3ab590bde [AMQ-9268] Upgrade to maven-source-plugin 3.3.0
(cherry picked from commit b6fc389838)
2023-06-08 17:34:10 +02:00
JB Onofré 7ae0b4841e [AMQ-9263] Upgrade to maven-compiler-plugin 3.11.0
(cherry picked from commit e292f3b505)
2023-06-08 17:31:02 +02:00
JB Onofré 902ff0e83c [AMQ-9271] Upgrade to dependency-check-maven 8.2.1
(cherry picked from commit 616d19c620)
2023-06-08 15:32:39 +02:00
JB Onofré 65bb6c6277 [AMQ-9265] Upgrade to maven-plugin-plugin 3.9.0
(cherry picked from commit 580a1536ad)
2023-06-08 15:29:34 +02:00
Matt Pavlovich 972d31f976 [AMQ-9257] Disabled expire message checking when pauseDispatch=true (#1005)
(cherry picked from commit 9a5b61f6a2)
2023-06-08 08:21:48 -05:00
JB Onofré 5fb5793d9a [AMQ-9266] Upgrade to maven-project-info-reports-plugin 3.4.5
(cherry picked from commit 3df605c37b)
2023-06-08 14:27:21 +02:00
JB Onofré d284bce16f [AMQ-9260] Upgrade to maven-assembly-plugin 3.6.0
(cherry picked from commit 6dacd4875d)
2023-06-08 09:46:57 +02:00
Christopher L. Shannon 04cb6585bd AMQ-9262 - Fix network subscriptions for composite consumers (#1014)
This fixes network subscriptions that are generated on demand when a
consumer uses composite destinations. Before this fix conduit
subscriptions didn't work correctly. This fix now splits up the
composite dest and generates correct demand for each of the individual
destinations.

(cherry picked from commit 901956d4dd)
2023-06-07 07:19:54 -04:00
JB Onofré e87e7075ad [AMQ-9261] Upgrade to maven-enforcer-plugin 3.3.0
(cherry picked from commit e64d10d78b)
2023-06-07 11:05:52 +02:00
JB Onofré 0568ac171c [AMQ-9245] Upgrade to Spring 5.3.27
(cherry picked from commit c247b17fbf)
2023-06-06 14:15:55 +02:00
JB Onofré 2aa25fd1d7 [AMQ-9246] Upgrade to Jettison 1.5.4
(cherry picked from commit 2a5213c681)
2023-06-01 07:50:23 +02:00
Christopher L. Shannon (cshannon) 78a399cb87 AMQ-9254 - Rework data file size validation and add unit test
This isolates the validation on data file length on read and adds unit
tests to verify we properly fallback to the real file length on initial
size check failure

(cherry picked from commit bcc74f93fe)
2023-05-03 06:06:47 -04:00
Matt Pavlovich cd676023cc [#9254] DataFile readRecord fallback to OS file.length in rare edge case
(cherry picked from commit 3e61a200d0)
2023-05-03 06:06:47 -04:00
Christopher L. Shannon add6356261 AMQ-9243 - Remove deprecated jetty-continuation dependency (#998)
This commit removes the dependency on jetty-continuation and updates the
MessageServlet and AjaxListener servlets to use the Servlet Async api
directly for async requests through a new Async holder object that is
used to track/manage the request.

(cherry picked from commit 905f00c843)
2023-04-13 07:50:30 -04:00
Christopher L. Shannon f63328048f AMQ-9242 - remove compile time dependency log4j-slf4j2-impl dependency (#997) from activemq-partition
(cherry picked from commit 3372e01f7a)
2023-04-12 06:24:18 -04:00
JB Onofré 21f5c5a458 [maven-release-plugin] prepare for next development iteration 2023-04-10 07:25:30 +02:00
JB Onofré 37fb15d3b3 [maven-release-plugin] prepare release activemq-5.18.1 2023-04-10 07:25:19 +02:00
JB Onofré fbc79d3aed Skip javadoc in activemq-client-jakarta 2023-04-09 07:11:38 +02:00
JB Onofré 1637f9e35c [maven-release-plugin] rollback the release of activemq-5.18.1 2023-04-08 07:38:33 +02:00
JB Onofré 10a5af7bde [maven-release-plugin] prepare for next development iteration 2023-04-06 17:54:56 +02:00
JB Onofré 619be166f2 [maven-release-plugin] prepare release activemq-5.18.1 2023-04-06 17:54:48 +02:00
JB Onofré 50dbe717d5 Update schemas in preparation for 5.18.1 release 2023-04-06 17:36:52 +02:00
Matt Pavlovich 1083d8533d [AMQ-9237] Add META-INF/services to activemq-client-jakarta (#995)
(cherry picked from commit f8695b59f3)
2023-04-04 09:52:26 -05:00
Jean-Baptiste Onofré 6edfdf7c17 [maven-release-plugin] prepare for next development iteration 2023-03-18 06:47:58 +01:00
Jean-Baptiste Onofré f18f3223fa [maven-release-plugin] prepare release activemq-5.18.0 2023-03-18 06:47:47 +01:00
JB Onofré bdea1813c4 Upgrade to Apache POM 29 2023-03-17 09:24:52 +01:00
Christopher L. Shannon 2e0eca7189
AMQ-9161 - Fix javadoc comment so Xbean parsing works (#990)
The previous comment added in PR #989 added a second javadoc comment
which prevent Xbean from generating the correct schema
2023-03-15 07:35:03 -04:00
Jean-Baptiste Onofré 5fff8500b6 Prepare 5.18.0 release 2023-03-14 13:55:24 +01:00
JB Onofré c41be2a8d7
[AMQ-8316] Flag deprecated methods in BrokerService (#988)
These methods will be removed or renamed in a future release.

Co-authored-by: Christopher L. Shannon <christopher.l.shannon@gmail.com>
2023-03-14 07:07:56 -04:00
Matt Pavlovich 04f589e2bd
[AMQ-9161] Mark JDBC JournalPersistenceAdapter as deprecated for removal (#989)
Deprecated for removal as this PersistenceAdapter is no longer used and replaced by the JDBCPersistenceAdapter.
2023-03-14 05:57:50 -04:00
JB Onofré 133019dd8e Fix compilation issue on activemq-client-jakarta 2023-03-14 09:23:32 +01:00
JB Onofré cae3613ed0
Merge pull request #987 from jbonofre/AMQ-9231
[AMQ-9231] Upgrade to Jetty 9.4.51.v20230217
2023-03-14 06:21:12 +01:00
JB Onofré e4fb4a2d4e
Merge pull request #986 from mattrpav/AMQ-9230
[AMQ-9230] Upgrade jmdns to 3.5.8 (new GAV)
2023-03-14 06:20:47 +01:00
Matt Pavlovich 413dfa9532
[AMQ-5137] make networkConnector decreaseNetworkConsumerPriority="true" the default (#771) 2023-03-13 20:00:36 -06:00