This is an automated email from the ASF dual-hosted git repository. havret pushed a change to branch AMQNET-849 in repository https://gitbox.apache.org/repos/asf/activemq-nms-amqp.git
discard ccd33bd AMQNET-849 Allow, deny types fix add 86f3245 NO-JIRA Clean up project structure add fb00356 NO-JIRA Run CI using github actions add 9bfb6a1 AMQNET-849 Allow, deny types fix 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 (ccd33bd) \ N -- N -- N refs/heads/AMQNET-849 (9bfb6a1) 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 ++++ apache-nms-amqp.sln | 11 ++++++++ appveyor.yml | 10 ------- src/HelloWorld/HelloWorld.csproj | 3 -- src/NMS.AMQP/Apache-NMS-AMQP.csproj | 4 +-- src/NMS.AMQP/Policies/DefaultRedeliveryPolicy.cs | 0 src/PingPong/PingPong.csproj | 1 - src/StructuredMessage/StructuredMessage.csproj | 3 -- src/Transactions/Transactions.csproj | 2 -- .../Apache-NMS-AMQP-Interop-Test.csproj | 6 ++-- .../Apache-NMS-AMQP-Test.csproj | 7 ++--- .../Message/NmsStreamMessageTest.cs | 2 +- .../Provider/FailoverProviderTest.cs | 2 +- test/docker-compose.yml | 7 +++++ 18 files changed, 77 insertions(+), 40 deletions(-) create mode 100644 .editorconfig create mode 100644 .github/workflows/build.yml delete mode 100644 .travis.yml create mode 100644 Directory.Build.props delete mode 100644 appveyor.yml create mode 100644 src/NMS.AMQP/Policies/DefaultRedeliveryPolicy.cs create mode 100644 test/docker-compose.yml --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@activemq.apache.org For additional commands, e-mail: commits-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact