Commit Graph

11154 Commits

Author SHA1 Message Date
Colm O hEigeartaigh aa8900ca70 AMQ-7490 - Fix JMX regression 2020-05-22 09:56:59 +01:00
Pascal Schumacher efcca7d062 Fix javadoc warnings related to non-existing parameter names. 2020-05-22 10:49:39 +02:00
gtully 62cfe83e9d [AMQ-7291] rework fix to initializeWriting but just with the read only properties check 2020-05-21 10:41:58 +01:00
jbonofre 93c245b8ec [AMQ-7465] Protect any webconsole URL by default 2020-05-21 10:40:52 +02:00
Jean-Baptiste Onofré 173426c55c
Merge pull request #535 from jbonofre/AMQ-7480
[AMQ-7480] Avoid NPE if original exception is null
2020-05-21 09:52:33 +02:00
Jean-Baptiste Onofré 026f135683
Merge pull request #536 from coheigea/AMQ-7489
AMQ-7489 - Update Tomcat to 9.0.35
2020-05-21 09:51:23 +02:00
Jean-Baptiste Onofré 4bb7b1806c Make DurablePersistentFalseRestartTest more robut on slow machine 2020-05-21 08:13:51 +02:00
Jean-Baptiste Onofré 2d83af17ba Make JMSConsumerTest more robust on slow machine 2020-05-21 08:04:49 +02:00
Colm O hEigeartaigh 27463941b6 AMQ-7489 - Update Tomcat to 9.0.35 2020-05-20 17:54:31 +01:00
gtully 96fa8458ce [AMQ-7394] use canRecoveryNextMessage to base blocking on shared usage, the existing fix regressed AMQ5266Test 2020-05-20 15:15:48 +01:00
gtully 8bedeb4b9b [AMQ-7008] fix test dependent on the number of jdbc calls, now two new ones 2020-05-20 14:45:11 +01:00
gtully cedac472a1 [AMQ-7488] mkahadb - detect txStore corruption and suspend recovery, auto recover if no outcomes pending 2020-05-20 12:43:37 +01:00
Jean-Baptiste Onofré 7b51233a69
Merge pull request #534 from jbonofre/AMQ-7483
[AMQ-7483] Update JSW wrapper for MacOS
2020-05-20 06:29:00 +02:00
thodimi1 0c00e1b791
AMQ-7467 - A new XStream serializer is created on every message that flows through the broker causing high CPU utilization under load (#523)
[AMQ-7467] Reuse xstream serializer to reduce CPU usage.

Co-authored-by: murali.mogalayapalli <Murali.Mogalayapalli@tylertech.com>
2020-05-19 18:51:38 +02:00
Jean-Baptiste Onofré e13abcf523
Merge pull request #533 from PascalSchumacher/fix_some_javadoc_parameter_warnings
Fix some javadoc warnings releated to non-existing parameter names.
2020-05-19 18:47:43 +02:00
jbonofre ecbeb6d2eb [AMQ-7480] Avoid NPE if original exception is null 2020-05-19 16:51:23 +02:00
jbonofre 36a4115ea8 [AMQ-7483] Update JSW wrapper for MacOS 2020-05-19 16:36:06 +02:00
Pascal Schumacher 67e06c82f7 Fix some javadoc warnings releated to non-existing parameter names. 2020-05-17 11:38:05 +02:00
Jean-Baptiste Onofré d474580a34
Merge pull request #503 from PascalSchumacher/AbstractMQTTSocket#getProtocolConverter_race_condition
AMQ-7439: AbstractMQTTSocket#getProtocolConverter: Race condition in …
2020-05-16 07:25:28 +02:00
Jean-Baptiste Onofré 079d9d7fe4
Merge pull request #504 from PascalSchumacher/ServiceStopper#throwFirstException_remove_unreachable_code
Remove unreachable code in ServiceStopper#throwFirstException.
2020-05-16 07:20:39 +02:00
Jean-Baptiste Onofré 0444dd96b2
Merge pull request #505 from PascalSchumacher/potential_overflow_in_int_multiplication
Avoid potential overflow in int multiplication before it is converted…
2020-05-16 07:17:13 +02:00
Jean-Baptiste Onofré 2ec18730c2
Merge pull request #508 from coheigea/AMQ-7440
AMQ-7440 - Fix potential race condition in DiscoveryRegistryServlet
2020-05-16 06:22:52 +02:00
gtully 0ebb0f88ef [AMQ-7485] add check for rollbackonly flag in session send such that failed ended transactions prevent further work till next transaction boundary 2020-05-15 15:39:56 +01:00
Jean-Baptiste Onofré 41bef94293
Merge pull request #521 from coheigea/AMQ-7458
AMQ-7458 - Implement bounds checking on the message scheduling proper…
2020-05-15 15:52:23 +02:00
jbonofre aeb8182d38 This closes #522 2020-05-15 06:47:59 +02:00
anushaCoder a5e70fa2d7 [AMQ-7463] Use ConcurrentHashMap in client connection state to avoid ConcurrentModificationException 2020-05-15 06:40:36 +02:00
Jean-Baptiste Onofré 0fd8e52137
Merge pull request #525 from jbonofre/AMQ-7473
[AMQ-7473] Add stopOnError configuration to stop the broker when locker has an exception
2020-05-14 07:41:42 +02:00
Jean-Baptiste Onofré c97a943583
Merge pull request #532 from coheigea/AMQ-7484
AMQ-7484 - Update Jackson Databind to 2.9.10.4
2020-05-14 07:40:23 +02:00
Colm O hEigeartaigh ad7c5c61c4 AMQ-7484 - Update Jackson Databind to 2.9.10.4 2020-05-13 08:51:55 +01:00
jbonofre e9caa75b1a [AMQ-7473] Add stopOnError configuration to stop the broker when locker has an exception 2020-05-13 07:53:00 +02:00
Jean-Baptiste Onofré ae7b5322eb
Merge pull request #531 from jbonofre/AMQ-7479
[AMQ-7479] Upgrade to jetty 9.4.28.v20200408
2020-05-12 10:08:40 +02:00
jbonofre d86d98f990 [AMQ-7479] Upgrade to jetty 9.4.28.v20200408 2020-05-12 09:42:43 +02:00
Jean-Baptiste Onofré 4e7d8cd824
Merge pull request #512 from coheigea/AMQ-7446
AMQ-7446 - Remove some synchronized blocks in the MessageServlet
2020-05-12 09:40:11 +02:00
Jean-Baptiste Onofré b34da16045
Merge pull request #514 from PascalSchumacher/publisher.py_remove_unused_import
Remove unused import in publisher.py.
2020-05-12 08:06:21 +02:00
Jean-Baptiste Onofré 1f914bba65
Merge pull request #502 from coheigea/AMQ-7438
AMQ-7438 - Harden deserialization
2020-05-12 08:01:37 +02:00
Jean-Baptiste Onofré 2be8a6a93d
Merge pull request #530 from jbonofre/AMQ-7478
[AMQ-7478] Upgrade to jettison 1.4.1
2020-05-11 11:46:15 +02:00
Jean-Baptiste Onofré dd10a9409a
Merge pull request #529 from jbonofre/AMQ-7477
[AMQ-7477] Upgrade to xbean 4.17
2020-05-11 11:44:53 +02:00
jbonofre cef06afcbe [AMQ-7478] Upgrade to jettison 1.4.1 2020-05-11 07:10:25 +02:00
jbonofre a09934d35b [AMQ-7477] Upgrade to xbean 4.17 2020-05-11 07:07:43 +02:00
Jean-Baptiste Onofré 0bdaf88780
Merge pull request #528 from mparada/update-stomp-py-example
conn.start deprecated, id argument necessary by conn.subscribe
2020-05-09 07:35:27 +02:00
Marcelo Parada 924d0d1d2d
conn.start deprecated, id argument necessary by conn.subscribe 2020-05-07 15:45:56 +02:00
Jean-Baptiste Onofré b01406b655
Merge pull request #526 from jbonofre/AMQ-7476
[AMQ-7476] Add http schema in the HTTP registry
2020-05-06 07:54:04 +02:00
Jean-Baptiste Onofré 5e9248829a
Merge pull request #524 from coheigea/AMQ-7472
AMQ-7472 - Update SLF4J to 1.7.30
2020-05-06 07:18:35 +02:00
Jean-Baptiste Onofré 57c21c40b3
Merge pull request #527 from fpapon/AMQ-7475
[AMQ-7475] Upgrade to Shiro 1.5.3
2020-05-06 07:17:03 +02:00
Francois Papon b3b4df329c [AMQ-7475] Upgrade to Shiro 1.5.3 2020-05-05 07:35:08 +02:00
jbonofre 910a028fa7 [AMQ-7476] Add http schema in the HTTP registry 2020-05-05 07:33:34 +02:00
Colm O hEigeartaigh 6264c33b61 AMQ-7472 - Update SLF4J to 1.7.30 2020-04-28 08:20:16 +01:00
gtully aa03f295f5 AMQ-7464 - ensure message.copy before server session run dispatch 2020-04-08 14:57:49 +01:00
Colm O hEigeartaigh 24aaa4698c AMQ-7458 - Implement bounds checking on the message scheduling properties 2020-03-27 12:14:03 +00:00
Jean-Baptiste Onofré da9e4028c9
Merge pull request #513 from coheigea/AMQ-7447
AMQ-7447 - Update copyright years
2020-03-27 10:29:42 +01:00