10837 Commits

Author SHA1 Message Date
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 57a1a77abb54e6862d61626d9a2985b84b9975a9)
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 503416a00167e2910630512426df77ecc32492a2.
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 df1750fe01a6e31573e3bc66ee342402963fd014.
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
Jean-Baptiste Onofré
93f8ea1b8b
Merge pull request #497 from jbonofre/AMQ-7347
[AMQ-7347] Don't log error in case of topic subscription failure (use debug)
2020-03-04 17:56:30 +01:00
jbonofre
3c4a644f3d [AMQ-7346] Improve logging of the network connector 2020-03-04 17:54:37 +01:00
jbonofre
3c302dce33 [AMQ-7347] Don't log error in case of topic subscription failure. It's useless as the JMX exception is thrown and pollute the log. 2020-03-04 16:22:17 +01:00
Jean-Baptiste Onofré
372a75fe82
Merge pull request #498 from coheigea/AMQ-7435
AMQ-7435 - Update Shiro to 1.5.1
2020-03-04 15:47:52 +01:00
Colm O hEigeartaigh
14c134a9c6 AMQ-7435 - Update Shiro to 1.5.1 2020-03-04 11:50:49 +00:00
jbonofre
feb8d3d073 [AMQ-7433] Render full stack trace by default but document possible ConversionPattern 2020-03-03 18:44:53 +01:00
Jean-Baptiste Onofré
e20ef34ae0
Merge pull request #495 from jbonofre/AMQ-7425
[AMQ-7425] Simple fix to be sure to delete message from JDBC message store
2020-03-03 17:14:23 +01:00
Jean-Baptiste Onofré
b9426d6c00
Merge pull request #494 from jbonofre/AMQ-7394
[AMQ-7394] Simple first fix to use listener.hasSpace() when recovering message from JDBC message store
2020-03-03 17:13:00 +01:00
Jean-Baptiste Onofré
f7c49d54e8
Merge pull request #496 from coheigea/AMQ-7434
AMQ-7434 - Enable Jolokia CORS strict-checking by default
2020-03-03 15:48:03 +01:00
Colm O hEigeartaigh
f221072375 AMQ-7434 - Enable Jolokia CORS strict-checking by default 2020-03-03 14:22:04 +00:00
jbonofre
4528b773c6 [AMQ-7425] Simple fix to be sure to delete message from JDBC message store 2020-03-03 07:36:42 +01:00
jbonofre
dcd3d5db3f [AMQ-7394] Simple first fix to use listener.hasSpace() when recovering message from JDBC message store 2020-03-03 06:20:51 +01:00
Jean-Baptiste Onofré
578051fdea
Merge pull request #493 from jbonofre/AMQ-7432-MQTT
[AMQ-7432] Upgrade to mqtt-client 1.16
2020-03-02 18:31:16 +01:00
Jean-Baptiste Onofré
93e3029abc
Merge pull request #492 from jbonofre/AMQ-7432-JACKSON
[AMQ-7432] Upgrade to jackson-databind 2.9.10.3
2020-03-02 17:59:50 +01:00
Jean-Baptiste Onofré
9d3ab8b4af
Merge pull request #491 from jbonofre/AMQ-7432-NETTY
[AMQ-7432] Upgrade to netty 4.1.45.Final
2020-03-02 17:58:43 +01:00
Jean-Baptiste Onofré
2e0d1a54c8
Merge pull request #490 from jbonofre/AMQ-7432-HADOOP
[AMQ-7432] Upgrade to hadoop-core 1.2.1
2020-03-02 17:57:41 +01:00
Jean-Baptiste Onofré
c4e72e3383
Merge pull request #489 from jbonofre/AMQ-7314
[AMQ-7314] Fix counter increment when lastDelivereSeqId > BrokerSequenceId
2020-03-02 17:56:30 +01:00
jbonofre
0b0ab2a03a [AMQ-7432] Upgrade to mqtt-client 1.16 2020-03-02 17:52:01 +01:00
jbonofre
dcd1de9270 [AMQ-7432] Upgrade to jackson-databind 2.9.10.3 2020-03-02 16:37:44 +01:00
jbonofre
a50b42b51a [AMQ-7432] Upgrade to netty 4.1.45.Final 2020-03-02 16:29:32 +01:00
jbonofre
088cc4be09 [AMQ-7432] Upgrade to hadoop-core 1.2.1 2020-03-02 16:15:44 +01:00
jbonofre
df1750fe01 [AMQ-7314] Fix counter increment when lastDelivereSeqId > BrokerSequenceId 2020-03-02 15:31:16 +01:00
Jean-Baptiste Onofré
0d0131496a
Merge pull request #488 from jbonofre/AMQ-7301
[AMQ-7301] Display warn in case of STOMP stream initialize error
2020-03-02 09:23:42 +01:00
jbonofre
d11fd05af4 [AMQ-7301] Display warn in case of STOMP stream initialize error 2020-03-02 08:03:36 +01:00
Jean-Baptiste Onofré
609766f68b
Merge pull request #487 from jbonofre/AMQ-7433
[AMQ-7433] Use short rendering of exception instead of full stack trace to avoid to pollute log file
2020-03-01 18:04:16 +01:00
Jean-Baptiste Onofré
0d65b218ba
Merge pull request #486 from jbonofre/AMQ-7431
[AMQ-7431] Fix webconsole deployment on Apache Karaf (due to ASM embedded)
2020-03-01 17:40:04 +01:00