This is an automated email from the ASF dual-hosted git repository.
havret pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-nms-openwire.git
from ce8e246 Merge pull request #28 from apache/update_for_year_change
add 6bedbb4 AMQNET-829 Add allow, deny types support
new e8f58a8 Merge pull request #29 from apache/allow_deny_list
The 1 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:
src/Commands/ActiveMQObjectMessage.cs | 4 +
src/Commands/TrustedClassFilter.cs | 51 +++++++
src/Connection.cs | 2 +
src/ConnectionFactory.cs | 6 +
...hronization.cs => INmsDeserializationPolicy.cs} | 28 ++--
src/NmsDefaultDeserializationPolicy.cs | 129 +++++++++++++++++
test/MessageConsumerTest.cs | 87 ++++++++++++
test/NMSConnectionFactoryTest.cs | 24 +++-
test/NmsDefaultDeserializationPolicyTest.cs | 156 +++++++++++++++++++++
9 files changed, 473 insertions(+), 14 deletions(-)
create mode 100644 src/Commands/TrustedClassFilter.cs
copy src/{ISynchronization.cs => INmsDeserializationPolicy.cs} (50%)
create mode 100644 src/NmsDefaultDeserializationPolicy.cs
create mode 100644 test/NmsDefaultDeserializationPolicyTest.cs