This is an automated email from the ASF dual-hosted git repository.
mattrpav pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git.
from ff8f9d8 Merge pull request #657 from jbonofre/AMQ-8026
new 2cc17a2 [AMQ-8279] Compiler warning cleanups
new 5fe4999 [AMQ-8279] Fix type-o when converting new Boolean(true) to
Boolean.TRUE
new 288b9ae Merge pull request #658 from mattrpav/AMQ-8279
The 10858 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../amqp/client/util/TypeConversionSupport.java | 2 +-
.../amqp/message/MessageTransformationTest.java | 2 +-
.../activemq/broker/jmx/OpenTypeSupport.java | 2 +-
.../activemq/broker/region/BaseDestination.java | 4 +--
.../org/apache/activemq/broker/region/Queue.java | 2 +-
.../activemq/broker/region/RegionBroker.java | 2 +-
.../osgi/cf/ConnectionFactoryProvider.java | 6 ++--
.../activemq/ActiveMQConnectionConsumer.java | 5 ---
.../apache/activemq/ActiveMQMessageConsumer.java | 1 -
.../activemq/blob/DefaultBlobUploadStrategy.java | 1 -
.../java/org/apache/activemq/blob/FTPStrategy.java | 1 -
.../activemq/broker/scheduler/CronParser.java | 2 +-
.../activemq/command/ActiveMQMapMessage.java | 4 +--
.../apache/activemq/command/ActiveMQMessage.java | 4 +--
.../activemq/command/ActiveMQObjectMessage.java | 2 --
.../activemq/command/ActiveMQStreamMessage.java | 18 +++++------
.../apache/activemq/command/WireFormatInfo.java | 8 ++---
.../org/apache/activemq/filter/AnyDestination.java | 1 -
.../activemq/filter/ArithmeticExpression.java | 22 ++++++-------
.../activemq/filter/ComparisonExpression.java | 28 ++++++++---------
.../apache/activemq/filter/ConstantExpression.java | 4 +--
.../apache/activemq/filter/PropertyExpression.java | 2 +-
.../apache/activemq/filter/UnaryExpression.java | 8 ++---
.../apache/activemq/openwire/OpenWireFormat.java | 4 +--
.../openwire/v1/BaseDataStreamMarshaller.java | 4 +--
.../org/apache/activemq/state/ConnectionState.java | 1 -
.../transport/RequestTimedOutIOException.java | 2 ++
.../activemq/transport/ResponseCorrelator.java | 2 +-
.../transport/discovery/DiscoveryAgent.java | 2 --
.../failover/FailoverTransportFactory.java | 1 -
.../activemq/transport/fanout/FanoutTransport.java | 4 +--
.../transport/fanout/FanoutTransportFactory.java | 1 -
.../apache/activemq/util/MarshallingSupport.java | 4 +--
.../activemq/util/TypeConversionSupport.java | 2 +-
.../ClassLoadingAwareObjectInputStreamTest.java | 2 +-
.../org/apache/activemq/util/LRUCacheTest.java | 2 +-
.../http/HttpJMSMessagesWithCompressionTest.java | 4 +--
.../PooledConnectionFactoryMaximumActiveTest.java | 6 ++--
.../jms/pool/PooledConnectionFactoryTest.java | 8 ++---
.../activemq/store/kahadb/MessageDatabase.java | 2 +-
.../JournalCorruptionEofIndexRecoveryTest.java | 2 +-
.../java/org/apache/activemq/tool/JMSMemtest.java | 36 +++++++++++-----------
.../apache/activemq/tool/MemoryMonitoringTool.java | 2 +-
.../activemq/web/PortfolioPublishServlet.java | 4 +--
44 files changed, 106 insertions(+), 120 deletions(-)