This is an automated email from the ASF dual-hosted git repository.

havret pushed a change to branch AMQNET-846
in repository https://gitbox.apache.org/repos/asf/activemq-nms-amqp.git


 discard ed321c3  AMQNET-846 Add option to customize acknowledgment behavior 
for expired messages via IRedeliveryPolicy
     add 86f3245  NO-JIRA Clean up project structure
     add fb00356  NO-JIRA Run CI using github actions
     add 4996be4  NO-JIRA Update status badge
     add 2933075  NO-JIRA Disable AppVeyor
     add 2df35c5  AMQNET-849 Allow, deny types fix
     add 16f2840  AMQNET-846 Add option to customize acknowledgment behavior 
for expired messages via IRedeliveryPolicy

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ed321c3)
            \
             N -- N -- N   refs/heads/AMQNET-846 (16f2840)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .editorconfig                                      | 12 +++++
 .github/workflows/build.yml                        | 33 ++++++++++++
 .gitignore                                         |  1 +
 .travis.yml                                        |  7 ---
 Directory.Build.props                              |  6 +++
 README.md                                          |  7 +--
 apache-nms-amqp.sln                                | 11 ++++
 appveyor.yml                                       | 12 +----
 src/HelloWorld/HelloWorld.csproj                   |  3 --
 src/NMS.AMQP/Apache-NMS-AMQP.csproj                |  6 +--
 .../Policies/NmsDefaultDeserializationPolicy.cs    |  6 +--
 .../Provider/Amqp/Message/TrustedClassFilter.cs    |  7 ++-
 src/PingPong/PingPong.csproj                       |  1 -
 src/StructuredMessage/StructuredMessage.csproj     |  3 --
 src/Transactions/Transactions.csproj               |  2 -
 .../Apache-NMS-AMQP-Interop-Test.csproj            |  6 +--
 .../NmsMessageConsumerTest.cs                      | 61 +++++++++++++++++++++-
 .../Apache-NMS-AMQP-Test.csproj                    |  7 +--
 .../Message/NmsStreamMessageTest.cs                |  2 +-
 .../NmsDefaultDeserializationPolicyTest.cs         |  6 +--
 .../Provider/FailoverProviderTest.cs               |  2 +-
 test/docker-compose.yml                            |  7 +++
 22 files changed, 154 insertions(+), 54 deletions(-)
 create mode 100644 .editorconfig
 create mode 100644 .github/workflows/build.yml
 delete mode 100644 .travis.yml
 create mode 100644 Directory.Build.props
 create mode 100644 test/docker-compose.yml


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to