This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch 4.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from 765e14edd46 Make it configuration to send binary JMS messages as
BytesMessages
new b99535cf3cd Default to sending binary JMS messages as BytesMessages
from now on, make it configurable (#3325)
new e892f633f4d Disable JMS ObjectMessage deserialization by default
(#3337)
new 108bb55170c Recording .gitmergeinfo Changes
The 3 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:
.gitmergeinfo | 1 +
.../org/apache/cxf/transport/jms/JMSConduit.java | 3 +-
.../apache/cxf/transport/jms/JMSConfigFactory.java | 2 +
.../apache/cxf/transport/jms/JMSConfiguration.java | 31 +++++++++++-
.../apache/cxf/transport/jms/JMSDestination.java | 4 +-
.../apache/cxf/transport/jms/JMSMessageUtils.java | 15 ++++--
.../apache/cxf/transport/jms/uri/JMSEndpoint.java | 26 ++++++++++
.../transport/jms/util/JMSMessageConverter.java | 13 +++++
.../cxf/transport/jms/JMSConfigFactoryTest.java | 14 ++++++
.../cxf/transport/jms/uri/JMSEndpointTest.java | 24 ++++++++++
.../jms/util/JMSMessageConverterTest.java | 55 ++++++++++++++++++++++
.../apache/cxf/transport/jms/util/JMSUtilTest.java | 11 +++--
12 files changed, 189 insertions(+), 10 deletions(-)
create mode 100644
rt/transports/jms/src/test/java/org/apache/cxf/transport/jms/util/JMSMessageConverterTest.java