Commit Graph

10300 Commits

Author SHA1 Message Date
Jean-Baptiste Onofré 8a469aaf5e
Merge pull request #407 from jbonofre/AMQ-7333
[AMQ-7333] Upgrade to Camel 2.24.2
2019-11-02 07:11:29 +01:00
Jean-Baptiste Onofré a4ff55a698
Merge pull request #406 from jbonofre/AMQ-7332
[AMQ-7332] Upgrade to ant 1.10.7
2019-11-02 07:09:40 +01:00
Jean-Baptiste Onofré 5568a09c3c [AMQ-7333] Upgrade to Camel 2.24.2 2019-11-02 06:47:37 +01:00
Jean-Baptiste Onofré d50ab4b366 [AMQ-7332] Upgrade to ant 1.10.7 2019-11-02 06:13:23 +01:00
Jean-Baptiste Onofré db114f6725
Merge pull request #405 from jbonofre/AMQ-7331
[AMQ-7331] Upgrade to commons-daemon 1.2.2
2019-11-02 06:12:01 +01:00
Jean-Baptiste Onofré a127d5cef6 [AMQ-7331] Upgrade to commons-daemon 1.2.2 2019-11-01 18:39:45 +01:00
Jean-Baptiste Onofré 3eb93432c8
Merge pull request #404 from jbonofre/AMQ-7324
[AMQ-7324] Upgrade to commons-dbcp2 2.7.0 and commons-pool2 2.7.0
2019-11-01 08:13:21 +01:00
Jean-Baptiste Onofré e0a2d514f3
Merge pull request #403 from jbonofre/AMQ-7330
[AMQ-7330] Upgrade to Jetty 9.4.22.v20191022
2019-11-01 06:28:35 +01:00
Jean-Baptiste Onofré 45601effea [AMQ-7324] Upgrade to commons-dbcp2 2.7.0 and commons-pool2 2.7.0 2019-10-31 11:47:45 +01:00
Jean-Baptiste Onofré ed17d62843 [AMQ-7330] Upgrade to Jetty 9.4.22.v20191022 2019-10-31 11:12:22 +01:00
Jean-Baptiste Onofré 6f1bf5f5e7
Merge pull request #401 from jbonofre/AMQ-7323
[AMQ-7323] Upgrade to rome 1.12.2
2019-10-30 17:26:53 +01:00
Jean-Baptiste Onofré c5db284c47 [AMQ-7323] Upgrade to rome 1.12.2 2019-10-30 07:00:45 +01:00
Jean-Baptiste Onofré 7a243f9751
Merge pull request #394 from jlmuir/init-javacmd-auto-fix
Improve activemq init JAVACMD auto detection
2019-10-18 19:11:13 +02:00
Jean-Baptiste Onofré a5f0602505
Merge pull request #395 from couclock/AMQ-7312
AMQ-7312 virtualSelectorCacheBrokerPlugin addConsumer issue
2019-10-18 19:09:32 +02:00
Jean-Baptiste Onofré 17c417e808
Merge pull request #398 from gabrielmcoelho/patch-1
Remove out-of-bounds index comparison
2019-10-18 19:07:03 +02:00
Jean-Baptiste Onofré dc2f69d96a
Merge pull request #399 from coheigea/doap.rdf
AMQ-7130 Update AMQ doap
2019-10-18 19:05:00 +02:00
Jean-Baptiste Onofré 830a4c0391
Merge pull request #400 from coheigea/AMQ-7322
AMQ-7322 - Add HTTPOnly flag to the webconsole + REST API Cookies
2019-10-18 19:03:21 +02:00
Colm O hEigeartaigh 63b1238c4d AMQ-7322 - Add HTTPOnly flag to the webconsole + REST API Cookies 2019-10-18 17:18:33 +01:00
Colm O hEigeartaigh d525096cac AMQ-7130 Update AMQ doap 2019-10-18 10:25:45 +01:00
Gabriel Medeiros Coelho 44cae0e873
Remove out-of-bounds index comparison 2019-10-17 19:20:36 -03:00
Jean-Baptiste Onofré c26742235f
Merge pull request #396 from coheigea/AMQ-7319
AMQ-7319 - Update Jackson to 2.9.10
2019-10-12 06:45:57 +02:00
Colm O hEigeartaigh 55a8035e8b AMQ-7319 - Update Jackson to 2.9.10 2019-10-11 17:23:33 +01:00
gtully 4af6f40186 AMQ-6494 is related, fix intermittent failure of RedeliveryPolicyTest related to vm transport server being shutdown while in use via async onException handler 2019-10-03 11:08:05 +01:00
Dany LECOQ 86a069ac5d AMQ-7312 virtualSelectorCacheBrokerPlugin addConsumer issue 2019-09-29 16:18:24 +02:00
J. Lewis Muir 3df12a15b1 Improve activemq init JAVACMD auto detection
If JAVACMD is set to "auto" (the default from the "env" file) and
the current working directory contains a directory named "auto", the
activemq init script will incorrectly detect the "auto" directory as the
"java" binary thus leaving JAVACMD set to "auto" which is incorrect and
will obviously fail to execute the Java VM.

To fix this, in the second attempt to detect the "java" binary, repeat
the tests for a zero-length JAVACMD or a JAVACMD equal to "auto" before
testing whether JAVACMD does not exist or is not executable.  This is
necessary because when JAVA_HOME's length is zero, the first attempt to
detect the location of the "java" binary will not set JAVACMD (so it
will still be "auto" when it reaches the second auto-detection attempt).
2019-09-27 14:59:13 -05:00
gtully 1ab6793c85 no jira - fix test to aligh with implementation limitations of deprecated leveldb store 2019-09-26 16:19:37 +01:00
gtully ed5edb03d7 AMQ-7311 - track recovered prepared ack locations on a per subscriber basis, fix and test 2019-09-26 15:54:57 +01:00
gtully 1c5beda834 no jira - fix intermittent test failure 2019-09-25 14:08:17 +01:00
gtully 644b529ef6 AMQ-7185 - rework to leave tx-inflight messages pending in the cursor to avoid duplicates on completion, fix and test 2019-09-24 17:32:54 +01:00
gtully 289750d7c9 AMQ-7308 - ensure kahadb message add does not auto create the message store in error, expect an existing store. fix and test 2019-09-20 10:22:56 +01:00
gtully e8e27f0b16 AMQ-7118 ensure message size and usage is constant for the test, fix failure 2019-09-20 10:00:33 +01:00
gtully 501d55337a AMQ-7302 - make jmx ops that pageIn aware of cursor memory limits to avoid excessive looping, fix and test 2019-09-10 11:46:04 +01:00
Christopher L. Shannon (cshannon) 65de327369 AMQ-7300 - Remove unnecessary call to sequence updater as read is already volatile 2019-09-06 12:19:23 -04:00
Christopher L. Shannon (cshannon) 4db2656066 AMQ-7300 - Improve performance of LongSequenceGenerator
LongSequenceGenerator now uses an AtomicLongFieldUpdater instead of
synchronized
2019-09-06 11:55:54 -04:00
gtully dc35218a2d AMQ-7196 - fix broken test; recovery not applicable to inmemory store 2019-09-06 16:53:02 +01:00
gtully 640354fe79 no jira - fix intermittent failure by not differenciating between dispatch of delivery loops, it can be either depending on timing 2019-09-06 12:06:54 +01:00
gtully a0f4f1c93d no jira - fix intermittent test failure with two derby instanced in play in error 2019-09-04 17:14:37 +01:00
gtully f155e92e58 AMQ-7298 - use final modifier in test to preserve older jdk builds 2019-09-04 13:05:42 +01:00
gtully 02548777c2 AMQ-7298 - rework redelivery message tracking to ensure no duplicate suppression (and dlq) in error for local transaction batches that failover 2019-09-04 12:24:42 +01:00
Jean-Baptiste Onofré 0ae247463f
Merge pull request #391 from coheigea/AMQ-7292
AMQ-7292 - WebConsole problem due to missing ecj jar
2019-08-28 06:59:17 +02:00
Colm O hEigeartaigh 1e241deb2a AMQ-7292 - WebConsole problem due to missing ecj jar 2019-08-27 15:11:13 +01:00
Timothy Bish c29066cfb7 AMQ-7290 Update Qpid JMS and Netty to lastest releases 2019-08-26 14:51:45 -04:00
Jean-Baptiste Onofré 9ecb9750e5
Merge pull request #390 from coheigea/AMQ-7289
AMQ-7289 - Fix failing HTTP tests
2019-08-26 19:28:48 +02:00
Colm O hEigeartaigh 3f11127567 AMQ-7289 - Fix failing HTTP tests 2019-08-26 15:42:03 +01:00
Christopher L. Shannon (cshannon) 7955cb4d1d NO-JIRA: Add gpg key for jbonofre 2019-08-26 10:31:32 -04:00
Jean-Baptiste Onofré 1f410f8685
Merge pull request #387 from jbonofre/JETTY-UPGRADE
[AMQ-7249] Upgrade to Jetty 9.4.19.v20190610
2019-08-24 07:22:46 +02:00
Jean-Baptiste Onofré 973c78cbec [AMQ-7249] Upgrade to Jetty 9.4.19.v20190610 2019-08-20 21:44:28 +02:00
Jean-Baptiste Onofré 84cc95c7ac
Merge pull request #358 from mrbald/patch-1
AMQ-7201 added shebang to generated broker admin script
2019-08-19 19:32:22 +02:00
Jean-Baptiste Onofré fb7d4e6c4d
Merge pull request #357 from bd2019us/AMQ-7199
[AMQ-7199] Replace Math.Random with Random.nextDouble
2019-08-19 19:28:59 +02:00
Jean-Baptiste Onofré f509067d25 Revert "[AMQ-7258] Update spring.schemas in activemq-osgi"
This reverts commit 3c71b5e8aa.
2019-08-17 08:07:16 +02:00