Commit Graph

10732 Commits

Author SHA1 Message Date
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
Jean-Baptiste Onofré 5f02e220a0
Merge pull request #516 from coheigea/AMQ-7449
AMQ-7449 - Update Apache Shiro to 1.5.2
2020-03-27 10:24:04 +01:00
Jean-Baptiste Onofré 4d968391a7
Merge pull request #518 from coheigea/AMQ-7454
AMQ-7454 - Remove xmpp artifacts
2020-03-27 10:22:48 +01:00
Jean-Baptiste Onofré 6d4437ab35
Merge pull request #520 from coheigea/AMQ-7457
AMQ-7457 - Support wider password encryption schemes
2020-03-27 10:20:47 +01:00
Colm O hEigeartaigh 9599ad8d95 AMQ-7457 - Support wider password encryption schemes 2020-03-27 08:34:10 +00:00
Colm O hEigeartaigh 1c504160d8 AMQ-7454 - Remove xmpp artifacts 2020-03-26 11:36:41 +00:00
Colm O hEigeartaigh 8f6cfa4190 AMQ-7446 - Remove some synchronized blocks in the MessageServlet 2020-03-25 15:22:42 +00:00
Colm O hEigeartaigh ba42d5527a AMQ-7449 - Update Apache Shiro to 1.5.2 2020-03-24 07:06:00 +00:00
Pascal Schumacher 8cf12550bd Remove unused import in publisher.py. 2020-03-21 14:44:41 +01:00
Colm O hEigeartaigh c3cdffb373 AMQ-7447 - Update copyright years 2020-03-20 07:14:43 +00:00
jbonofre 05c43fe347 [AMQ-7301] Fix typo (double from) 2020-03-12 10:21:35 +01:00
jbonofre d800f1bdb4 [AMQ-7301] Remove guava dependency to implement own getRootCause() method 2020-03-11 18:47:19 +01:00
Jean-Baptiste Onofré f7ab7203ba
Merge pull request #509 from jbonofre/AMQ-7403
[AMQ-7403] Fix LeaseDatabaseLockerTest unit test (jmock assertion)
2020-03-11 18:32:47 +01:00
jbonofre 3cb8fe87ea [AMQ-7403] Fix LeaseDatabaseLockerTest unit test (jmock assertion) 2020-03-11 18:00:16 +01:00
Jean-Baptiste Onofré 8f5d583ad4
Merge pull request #510 from jbonofre/AMQ-7301
[AMQ-7301] Fix build and using a single log message
2020-03-11 17:57:28 +01:00
jbonofre 960bc24d17 [AMQ-7301] Fix build and using a single log message 2020-03-11 17:21:01 +01:00