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-amqp.git
from 931abbf NO-JIRA: Update version to 2.3.0
new 86f3245 NO-JIRA Clean up project structure
new fb00356 NO-JIRA Run CI using github actions
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:
.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 | 5 ++--
.../Apache-NMS-AMQP-Test.csproj | 7 ++---
.../Message/NmsStreamMessageTest.cs | 2 +-
.../Provider/FailoverProviderTest.cs | 2 +-
test/docker-compose.yml | 7 +++++
18 files changed, 77 insertions(+), 39 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: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact