This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from 96916fdc0df Make it configuration to send binary JMS messages as
BytesMessages
new fdf2a5f313f Default to sending binary JMS messages as BytesMessages
from now on, make it configurable (#3325)
new 30e2162e580 Disable JMS ObjectMessage deserialization by default
(#3337)
The 2 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:
.../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 +++--
11 files changed, 188 insertions(+), 10 deletions(-)
create mode 100644
rt/transports/jms/src/test/java/org/apache/cxf/transport/jms/util/JMSMessageConverterTest.java