Commit Graph

10791 Commits

Author SHA1 Message Date
Jean-Baptiste Onofré e51e8f30c9
Merge pull request #462 from coheigea/AMQ-7411
AMQ-7411 - Avoid leaking Hadoop test dependency
2020-02-20 08:04:50 +01:00
Jean-Baptiste Onofré 344bf79855
Merge pull request #460 from jbonofre/AMQ-7409
[AMQ-7409] Exclude netty from zookeeper dependency
2020-02-20 07:57:55 +01:00
Jean-Baptiste Onofré 21733463e3
Merge pull request #459 from jbonofre/CLEANUP
Cleanup unused properties from pom.xml
2020-02-20 07:54:16 +01:00
Jean-Baptiste Onofré c695bf027f
Merge pull request #458 from jbonofre/AMQ-7408
[AMQ-7408] Upgrade to Guava 28.2-jre
2020-02-20 07:52:40 +01:00
Jean-Baptiste Onofré 969b61bbd3
Merge pull request #457 from jbonofre/AMQ-7278
[AMQ-7278] Upgrade to Scala 2.11.11
2020-02-20 07:50:35 +01:00
Jean-Baptiste Onofré 6e77e2f826
Merge pull request #456 from jbonofre/AMQ-7320
[AMQ-7320] Upgrade to Jackson databind 2.9.10.2
2020-02-20 07:48:21 +01:00
gtully 503416a001 AMQ-7291 - allow setting properties after clearProperties for BytesMessage, closes #420 2020-02-19 13:01:25 +00:00
Daniel Trebbien b020cba744 Fix some incorrect SLF4J logger calls
In some cases, there were an inconsistent number of formatting anchors.

In other cases, formatting anchors were used, but because the
trace/debug/info/warn/error(String, Throwable) variant was used, the
string is a message string rather than a format string.

These issues were found by SLF4J Helper for NetBeans IDE:
http://plugins.netbeans.org/plugin/72557/
2020-02-19 08:26:36 +00:00
Daniel Trebbien 057cf666a0 Fix an apparent copy/paste typo 2020-02-19 08:02:20 +00:00
Daniel Trebbien 7b528ecee7 Fix some typos 2020-02-19 08:01:41 +00:00
Daniel Trebbien 3faad9b357 Use simpler SLF4J API functions
Eliminates the need to construct a new (temporary) Object array object.

These changes were suggested by SLF4J Helper for NetBeans IDE:
http://plugins.netbeans.org/plugin/72557/
2020-02-19 07:54:25 +00:00
Daniel Trebbien 252dda94a3 Reformat some code 2020-02-19 07:50:20 +00:00
Daniel Trebbien 7480c66031 Mark `staticCache' final
This fixes a warning in NetBeans IDE about synchronizing on a non-final
field.
2020-02-19 07:44:20 +00:00
Daniel Trebbien 6d36c490e5 Fix inconsistent 'info'-level logger calls
Some calls to info() were guarded by checks that logging at the trace
level is enabled.

These issues were found by SLF4J Helper for NetBeans IDE:
http://plugins.netbeans.org/plugin/72557/
2020-02-19 07:41:31 +00:00
Daniel Trebbien 210f583cbd Utilize parameterized logging 2020-02-19 07:40:38 +00:00
Colm O hEigeartaigh 758bd279f8 AMQ-7412 - Fix NPE in SimpleAuthenticationPlugin 2020-02-19 07:29:44 +00:00
jbonofre 8c8fa75f85 [AMQ-7103] Upgrade to owasp-dependency-check 5.2.4 2020-02-19 08:02:39 +01:00
jbonofre ae96af6d0f [AMQ-7409] Exclude netty from zookeeper dependency
Credit To: Piyush Chugh <chughpiyush>
2020-02-19 08:00:10 +01:00
Colm O hEigeartaigh 1f2e9be784 AMQ-7411 - Avoid leaking Hadoop test dependency 2020-02-19 06:57:13 +00:00
jbonofre 627b6368a8 Cleanup unused properties from pom.xml
Credit To: Piyush Chugh <chughpiyush>
2020-02-18 14:22:28 +01:00
jbonofre f96e64e815 [AMQ-7408] Upgrade to Guava 28.2-jre 2020-02-18 14:15:16 +01:00
jbonofre f3b2efcbcb [NO-JIRA] Use Maven Central https URL in ActiveMQ URL readme.txt 2020-02-18 14:13:11 +01:00
jbonofre 3480d3ec38 [AMQ-7278] Upgrade to Scala 2.11.11 2020-02-18 09:06:55 +01:00
jbonofre 18701524a8 [AMQ-7320] Upgrade to Jackson databind 2.9.10.2 2020-02-18 07:38:10 +01:00
Jean-Baptiste Onofré ef59309d82
Merge pull request #454 from coheigea/AMQ-7406
AMQ-7406 - ActiveMQSslConnectionFactory truststore settings don't wor…
2020-02-18 07:15:17 +01:00
Colm O hEigeartaigh 2f9e2b1e83 AMQ-7406 - ActiveMQSslConnectionFactory truststore settings don't work for the HTTPS connector 2020-02-14 14:37:59 +00:00
Jean-Baptiste Onofré ea5169d21f
Merge pull request #453 from coheigea/AMQ-7399
AMQ-7399 - Adding a unit test
2020-02-14 08:43:49 +01:00
Jean-Baptiste Onofré 1c3a71620f
Merge pull request #451 from jgallimore/AMQ-7404
AMQ-7404 add debug logging for selectors loaded from the cache file
2020-02-14 08:21:00 +01:00
jbonofre de21ccb7ad Fix Karaf itests 2020-02-14 08:15:37 +01:00
Jean-Baptiste Onofré a9d89572ef
Merge pull request #449 from PascalSchumacher/setter_getter_synchronization
AMQ-7402: Inconsistent synchronization of getters/setters of some cla…
2020-02-13 08:15:57 +01:00
Jean-Baptiste Onofré 4ecdd5a2a8
Merge pull request #448 from PascalSchumacher/fix_unused_format_arguments_in_log_messages
Fix unused format arguments in log messages.
2020-02-13 07:53:32 +01:00
Pascal Schumacher 6764511fa1 Fix unused format arguments in log messages. 2020-02-12 17:52:28 +01:00
Pascal Schumacher 5356893fac AMQ-7402: Inconsistent synchronization of getters/setters of some classes
Make synchronization consistent or remove it and declare the field volatile.
2020-02-12 17:48:34 +01:00
Colm O hEigeartaigh 8cdddde5b4 AMQ-7399 - Adding a unit test 2020-02-12 14:09:29 +00:00
Jean-Baptiste Onofré ee16d9df5c
Merge pull request #446 from jbonofre/AMQ-7399
[AMQ-7399] org.apache.activemq.SERIALIZABLE_PACKAGES doesn't contain java* by default
2020-02-12 13:44:48 +01:00
jbonofre 097506a458 [AMQ-7399] org.apache.activemq.SERIALIZABLE_PACKAGES doesn't include java* by default 2020-02-12 13:43:03 +01:00
Jonathan Gallimore e6befbc875 AMQ-7404 add debug logging for selectors loaded from the cache file 2020-02-12 11:15:59 +00:00
Jean-Baptiste Onofré 098fd9c5a9
Merge pull request #450 from PascalSchumacher/possible_db_resource_leak
AMQ-7403: Potential PreparedStatement/ResultSet leak in LeaseDatabase…
2020-02-12 07:35:03 +01:00
jbonofre 5838228333 [AMQ-7400] This closes #443 2020-02-11 21:24:09 +01:00
jbonofre b7dca5e073 [AMQ-7400] Fix OSGi statement about sun.rmi 2020-02-11 21:22:28 +01:00
Pascal Schumacher 26a0f8214c AMQ-7403: Potential PreparedStatement/ResultSet leak in LeaseDatabaseLocker#determineTimeDifference 2020-02-11 21:12:57 +01:00
Jonathan Gallimore f1d0100832 Provide RMI registry implementation to prevent re-bind 2020-02-11 21:10:56 +01:00
jbonofre ff02246478 [AMQ-7401] This closes #447 2020-02-10 19:08:14 +01:00
Pascal Schumacher dac97e6294 [AMQ-7401] Make double-checked locking thread-safe by declaring the field volatile. 2020-02-10 19:06:17 +01:00
Jean-Baptiste Onofré 78826c9c73 Merge pull request #436 from jbonofre/AMQ-7385
[AMQ-7385] Upgrade to shiro 1.5.0
2020-02-10 07:55:02 +01:00
Jean-Baptiste Onofré 6417d62f60 Merge pull request #428 from coheigea/AMQ-7376
AMQ-7376 - Use correct type for collections retrieval
2020-02-09 08:33:04 +01:00
Jean-Baptiste Onofré e112a71a50
Merge pull request #437 from jbonofre/AMQ-7384
[AMQ-7384] Upgrade to httpcore 4.4.13
2020-02-06 21:43:15 +01:00
Jean-Baptiste Onofré 30a108f8da [AMQ-7384] Upgrade to httpcore 4.4.13 2020-02-06 21:28:11 +01:00
Jean-Baptiste Onofré 5a73776a8a
Merge pull request #433 from jbonofre/AMQ-7387
[AMQ-7387] Upgrade to XBean 4.16
2020-02-06 11:47:24 +01:00
Jean-Baptiste Onofré ce7eeba6f8
Merge pull request #445 from jbonofre/AMQ-7321
[AMQ-7321] Decrease number of iterations in MQTT test
2020-02-05 12:06:53 +01:00