Commit Graph

11020 Commits

Author SHA1 Message Date
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
Christopher L. Shannon (cshannon) ee61ed69f8 AMQ-7301 - TransportConnector errors should log the root cause
(cherry picked from commit 57a1a77abb)
2020-03-11 06:49:35 -04:00
Colm O hEigeartaigh c44be3b0dd AMQ-7440 - Fix potential race condition in DiscoveryRegistryServlet 2020-03-10 16:12:59 +00:00
jbonofre 6355f507c3 Revert "AMQ-7291 - allow setting properties after clearProperties for BytesMessage, closes #420"
This reverts commit 503416a001.
2020-03-10 16:16:01 +01:00
Jean-Baptiste Onofré bbb73ec3fc
Merge pull request #507 from jbonofre/AMQ-7301
[AMQ-7301] Propagate the exception in order to close the connection cleanly
2020-03-10 07:58:18 +01:00
jbonofre 08b389c220 [AMQ-7301] Propagate the exception in order to close the connection cleanly 2020-03-10 07:48:22 +01:00
Jean-Baptiste Onofré 80b92d3ae9
Merge pull request #506 from jbonofre/AMQ-7347
[AMQ-7347] Fix potential NPE when JMSException doesn't contain linkedException
2020-03-10 07:20:19 +01:00
jbonofre 1550ae42f7 Revert "[AMQ-7314] Fix counter increment when lastDelivereSeqId > BrokerSequenceId"
This reverts commit df1750fe01.
2020-03-10 06:29:34 +01:00
jbonofre 58f5fdb572 [AMQ-7347] Fix potential NPE when JMSException doesn't contain linkedException 2020-03-10 06:23:27 +01:00
Timothy Bish 265fd65328 AMQ-7365 Update Qpid-JMS and its netty dependency
Update Qpid JMS to 0.49.0 and brin Netty test dependency up to
match the version used in Qpid JMS
2020-03-09 18:44:56 -04:00
Pascal Schumacher 8fa772c8de AMQ-7439: AbstractMQTTSocket#getProtocolConverter: Race condition in double-checked locking object initialization
protocolConverter may be visible to other threads before its properties are set.
2020-03-08 15:09:02 +01:00
Pascal Schumacher b43f5b8cf2 Avoid potential overflow in int multiplication before it is converted to long. 2020-03-08 11:50:21 +01:00
Pascal Schumacher 68355136d2 Remove unreachable code in ServiceStopper#throwFirstException. 2020-03-08 11:27:24 +01:00
Colm O hEigeartaigh a73a85e6c2 AMQ-7438 - Harden deserialization 2020-03-06 17:22:07 +00:00
jbonofre 4a4880301f Update schemas 2020-03-05 17:52:14 +01:00
Jean-Baptiste Onofré 4a2881f8ed
Merge pull request #501 from jbonofre/AMQ-7301
[AMQ-7301] Improve logging when initialize Stomp NIO SSL connection
2020-03-05 17:22:12 +01:00
jbonofre b60efeaad8 [AMQ-7301] Improve logging when initialize Stomp NIO SSL connection 2020-03-05 15:00:53 +01:00
Jean-Baptiste Onofré c0e7949468
Merge pull request #500 from jbonofre/AMQ-7303
[AMQ-7303] Improve logging in case of security exception on transport connection
2020-03-04 21:44:37 +01:00
Jean-Baptiste Onofré 7435d7b058
Merge pull request #499 from jbonofre/AMQ-7346
[AMQ-7346] Improve logging of the network connector
2020-03-04 21:42:37 +01:00
jbonofre 945cd6b7de [AMQ-7303] Improve logging in case of security exception on transport connection 2020-03-04 18:57:02 +01:00