Commit Graph

11878 Commits

Author SHA1 Message Date
Matt Pavlovich 8e0f077fb0 [AMQ-9351] Add JDK version as a choice for build runs 2023-10-20 17:04:32 -05:00
Matt Pavlovich 89d0f2975d [AMQ-9350] Add JDK 21 to Jenkins CI job 2023-10-20 16:20:31 -05:00
Matt Pavlovich 9db69bc299 [AMQ-9323] Migration to jakarta-based jaxb 2023-10-20 16:08:25 -05:00
JB Onofré 0146e338fb This closes #947 2023-10-20 17:52:21 +02:00
Martin Devlin 573ae71ec9 AMQ-9187 - Queue Advisory message not sent
- a test case which demonstrates the bug.
  - the first test case sendDelayedMessage_usingNormalProducer works fine because it is using a normal named JMS MessageProducer. Included just for comparison purposes.
  - the 2nd test case sendDelayedMessage_usingAnonymousProducer shows the bug.
- the bug fix: swap the order of the AdvisoryBroker and SchedulerBroker BrokerFilters.
  - make AdvisoryBroker come after SchedulerBroker but before RegionBroker
  - this ensures that when a delayed message gets eventually forwarded to the RegionBroker, the RegionBroker will "see" the AdvisoryBroker when it invokes 'addDestination'. Thus, the AdvisoryBroker gets to send out the advisory message as expected.
2023-10-20 17:39:37 +02:00
JB Onofré 4b532cb9ec AMQ-9338: Use setenv instead of env to avoid POSIX conflict 2023-10-20 17:00:49 +02:00
JB Onofré 294ec12594
Merge pull request #1070 from jbonofre/AMQ-9331
AMQ-9331: Upgrade to ASM 9.6
2023-10-20 08:31:25 +02:00
Jean-Baptiste Onofré a2a0eb0967 This closes #916 2023-10-20 08:30:07 +02:00
Matt Pavlovich c1731b74db [AMQ-8571] Remove unused commons-collection dep from activemq-console activemq-jaas feature-core 2023-10-20 08:28:49 +02:00
JB Onofré dc4b584c7e
Merge pull request #237 from sigee/cleaning
Remove unnecessary boxing / unboxing
2023-10-19 16:03:52 +02:00
Jean-Baptiste Onofré f07361d297 AMQ-9331: Upgrade to ASM 9.6 2023-10-19 14:31:26 +02:00
JB Onofré 5874d28314
Merge pull request #1072 from jbonofre/AMQ-9334
AMQ-9334: Upgrade to Spring 6.0.13
2023-10-19 14:28:24 +02:00
Christopher L. Shannon 961067ec19
Merge pull request #1075 from cshannon/AMQ-9343
AMQ-9343 - Reduce memory used for in flight transactions
2023-10-18 11:44:27 -04:00
Christopher L. Shannon (cshannon) c3bef84be5 AMQ-9343 - Reduce memory used for in flight transactions
This commit will reduce the memory required in KahaDB for long running
transactions and transactions with a lot of pending message sends by
clearing out the message memory when no longer needed instead of keeping
it tracked in the pending map
2023-10-18 11:11:24 -04:00
JB Onofré 07cce0609b
Merge pull request #160 from emopers/SynchronizedCollection_140_422
TransportConnection does not synchronize iteration on synchronized list
2023-10-17 11:21:36 +02:00
JB Onofré 42bf7d4480
Merge pull request #1068 from jbonofre/AMQ-9326
AMQ-9326: Upgrade to Jetty 11.0.7
2023-10-16 10:40:32 +02:00
JB Onofré e259b0e4ce
Merge pull request #1048 from essobedo/AMQ-9305/adapt-docker-files-to-java-17
[AMQ-9305] Adapt the docker-related files to Java 17
2023-10-16 10:35:10 +02:00
Nicolas Filotto d7e166d709
[AMQ-9305] Adapt the docker-related files to Java 17 2023-10-16 10:09:17 +02:00
JB Onofré 360a45488a
Merge pull request #1042 from PascalSchumacher/slow_consumer_log_message_superfluous_placeholder
AdvisoryBroker#handleFireFailure: Remove unused placeholder in warn l…
2023-10-15 08:09:13 +02:00
Jean-Baptiste Onofré 37d023dba1 AMQ-9334: Upgrade to Spring 6.0.13 2023-10-15 07:57:58 +02:00
JB Onofré ce7d734ed2 AMQ-9326: Upgrade to Jetty 11.0.7 2023-10-15 07:37:54 +02:00
JB Onofré 09833f06b4
Merge pull request #1071 from jbonofre/ENFORCE_JAVA17
Enforce Java17 min
2023-10-15 07:36:01 +02:00
JB Onofré e59ff1908e
Merge pull request #1049 from essobedo/AMQ-9306/make-webconsole-accessible-from-host
[AMQ-9306] Make the WebConsole accessible from outside the container
2023-10-14 11:13:08 +02:00
JB Onofré 61c7d77836 Enforce Java17 min 2023-10-14 11:09:49 +02:00
JB Onofré e43779e69c
Merge pull request #1063 from jbonofre/AMQ-9318
AMQ-9318: Upgrade to maven-javadoc-plugin 3.6.0
2023-10-14 07:54:40 +02:00
JB Onofré 05cb2b2269
Merge pull request #1062 from jbonofre/AMQ-9317
AMQ-9317: Upgrade to maven-enforcer-plugin 3.4.1
2023-10-14 07:42:17 +02:00
JB Onofré 1974fe0aef AMQ-9317: Upgrade to maven-enforcer-plugin 3.4.1 2023-10-13 16:59:02 +02:00
JB Onofré 302a2f698e
Merge pull request #1053 from essobedo/fix-schema-location-in-web.xml
Fix the schema location in web.xml files
2023-10-13 16:03:14 +02:00
JB Onofré a07131eab3
Merge pull request #1064 from jbonofre/AMQ-9319
AMQ-9319: Upgrade to maven-war-plugin 3.4.0
2023-10-13 16:00:21 +02:00
JB Onofré 06d8a03269
Merge pull request #1060 from jbonofre/AMQ-9314
AMQ-9314: Upgrade to Jetty 11.0.16
2023-10-11 15:36:29 +02:00
Matt Pavlovich 33ceb9fe8a [AMQ-9235] Convert activemq-web to use j.util.Base64 2023-10-10 08:11:14 -05:00
Matt Pavlovich e7f023ce8b [AMQ-9324] Convert activemq-jdbc-store to use j.util.Base64
- No need to drag JAXB dependency just for a base64 converter
2023-10-07 07:44:42 -05:00
JB Onofré f02c8097e0 AMQ-9319: Upgrade to maven-war-plugin 3.4.0 2023-10-06 15:53:37 +02:00
JB Onofré 1bdc048972 AMQ-9318: Upgrade to maven-javadoc-plugin 3.6.0 2023-10-06 15:49:33 +02:00
JB Onofré 0f2f096c36 AMQ-9314: Upgrade to Jetty 11.0.16 2023-10-06 15:36:39 +02:00
Matt Pavlovich 578d86d726 [AMQ-9315] Add connectedTimestamp to Connection and JMX view 2023-10-03 09:09:48 -05:00
Nicolas Filotto 538b04aa0c
[AMQ-9255] Initialize the transient field of the class Message (#1051) 2023-10-03 07:54:40 -04:00
JB Onofré b9a8bbd142
Merge pull request #1059 from jbonofre/AMQ-9313
AMQ-9313: Upgrade to ASM 9.5
2023-10-02 15:18:45 +02:00
JB Onofré 7215057bc5
Merge pull request #1058 from jbonofre/AMQ-9312
AMQ-9312: Upgrade to Spring 6.0.12
2023-09-29 18:08:13 +02:00
Matt Pavlovich 5f62d5d67f [AMQ-9311] Remove support for JDK less than 17 from startup scripts 2023-09-29 10:10:12 -05:00
JB Onofré 538439a454 AMQ-9313: Upgrade to ASM 9.5 2023-09-29 14:51:01 +02:00
JB Onofré 42ba96eae7 AMQ-9312: Upgrade to Spring 6.0.12 2023-09-29 11:36:52 +02:00
Matt Pavlovich 5f72c35b3b [AMQ-9310] Remove solaris support 2023-09-28 18:00:55 -05:00
Matt Pavlovich 4e715386f7 [AMQ-9309] Remove 32-bit support 2023-09-28 18:00:44 -05:00
Matt Pavlovich 09ae41adec [AMQ-8325] JMS 2.0 XA supported operations 2023-09-19 09:05:28 -05:00
Matt Pavlovich 9f374dfcb5 [AMQ-9301] Add additional fields to o.a.activemq.broker.jmx.Connection 2023-09-16 12:39:17 -05:00
JB Onofré d5ea415463 Set version to 6.0.0-SNAPSHOT 2023-09-15 16:27:34 +02:00
Nicolas Filotto 96613e1480
Fix the schema location in web.xml files 2023-09-15 15:49:44 +02:00
JB Onofré 6236faccec
Merge pull request #1047 from essobedo/AMQ-8611/describe-message-size-limit-init-param
[AMQ-8611] Describe message size limit init parameter
2023-09-09 07:17:00 +02:00
Nicolas Filotto d4e202d229
[AMQ-9306] Make the WebConsole accessible from outside the container 2023-09-07 13:02:28 +02:00