This is an automated email from the ASF dual-hosted git repository. havret pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-nms-openwire.git
commit e8f58a8f1c7b0ad929dd7ad168636722392c2180 Merge: ce8e246 6bedbb4 Author: Havret <[email protected]> AuthorDate: Sat Feb 18 19:16:36 2023 +0100 Merge pull request #29 from apache/allow_deny_list AMQNET-829 Add allow, deny types support src/Commands/ActiveMQObjectMessage.cs | 4 + src/Commands/TrustedClassFilter.cs | 51 +++++++++ src/Connection.cs | 2 + src/ConnectionFactory.cs | 6 ++ src/INmsDeserializationPolicy.cs | 42 ++++++++ src/NmsDefaultDeserializationPolicy.cs | 129 +++++++++++++++++++++++ test/MessageConsumerTest.cs | 87 ++++++++++++++++ test/NMSConnectionFactoryTest.cs | 24 ++++- test/NmsDefaultDeserializationPolicyTest.cs | 156 ++++++++++++++++++++++++++++ 9 files changed, 500 insertions(+), 1 deletion(-)
