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 720a29c  Revert "AMQNET-848 Failover Transport Protocol Excessive 
Reconnection Attempts"
     new 82e973f  NO-JIRA Clean up
     new e8d47e0  NO-JIRA Configure CI
     new c225be3  NO-JIRA Add test timeouts
     new d0c8708  NO-JIRA Try to fix tests
     new f46f224  NO-JIRA Try to fix tests

The 5 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                        |  45 +++++++++++++
 .gitignore                                         |   3 +-
 Directory.Build.props                              |   6 ++
 docker-compose.yml                                 |  15 +++++
 docs/.gitignore                                    |  10 ---
 docs/api/.gitignore                                |   5 --
 docs/api/index.md                                  |   2 -
 docs/articles/intro.md                             |   1 -
 docs/articles/toc.yml                              |   2 -
 docs/docfx.json                                    |  75 ---------------------
 docs/images/activemq_logo_icon.png                 | Bin 37357 -> 0 bytes
 docs/index.md                                      |   4 --
 docs/nms-openwire-docs.csproj                      |  20 ------
 docs/template/partials/logo.tmpl.partial           |  24 -------
 docs/toc.yml                                       |   5 --
 nms-openwire.sln                                   |  16 +++--
 src/NmsDefaultDeserializationPolicy.cs             |   2 +-
 src/nms-openwire.csproj                            |   7 --
 test/AMQNET366Test.cs                              |   4 +-
 test/AMQNET375Test.cs                              |  11 ++-
 test/AMQRedeliveryPolicyTest.cs                    |  20 +++---
 test/AMQTransactionTestSupport.cs                  |  28 ++++----
 test/Async/ConnectionFactoryTestAsync.cs           |  14 ++--
 test/Async/MessageConsumerTestAsync.cs             |   8 +--
 test/Async/MessageProducerTestAsync.cs             |  11 ++-
 test/BatchedMessagePriorityConsumerTest.cs         |   4 +-
 test/BrokerToNMSExceptionsTest.cs                  |   8 +--
 test/Commands/ActiveMQMapMessageTest.cs            |   2 +-
 test/Commands/ActiveMQMessageTest.cs               |   2 +-
 test/Commands/MessageCompressionTest.cs            |  10 +--
 test/ConnectionFactoryTest.cs                      |  24 +++----
 test/DtcBasicTransactionsTest.cs                   |   6 +-
 test/DtcConsumerTransactionsTest.cs                |  28 ++++----
 test/DtcProducerTransactionsTest.cs                |  18 ++---
 test/ExclusiveConsumerTest.cs                      |  12 ++--
 test/IndividualAckTest.cs                          |  16 ++---
 test/InvalidCredentialsTest.cs                     |   2 +-
 test/MessageConsumerTest.cs                        |  22 +++---
 test/MessageListenerRedeliveryTest.cs              |  10 +--
 test/MessageProducerTest.cs                        |   6 +-
 test/NMSConnectionFactoryTest.cs                   |  42 ++++++------
 test/NMSConsumerTest.cs                            |   8 +--
 test/NMSProducerTest.cs                            |   6 +-
 test/NMSSessionRecoverTest.cs                      |  13 ++--
 test/NetTxConnectionFactoryTest.cs                 |  40 +++++------
 test/NetTxTransactionTest.cs                       |  16 ++---
 test/NmsDefaultDeserializationPolicyTest.cs        |   4 +-
 test/NonBlockingConsumerRedeliveryTest.cs          |  13 ++--
 test/OpenWire/MaxInactivityDurationTest.cs         |  12 ++--
 test/OpenWire/PrefetchSizeZeroTest.cs              |   2 +-
 test/OptimizedAckTest.cs                           |   7 +-
 test/QueueBrowserTests.cs                          |  10 +--
 test/QueueConsumerPriorityTest.cs                  |   2 +-
 test/RollbackRedeliveryTest.cs                     |  16 ++---
 test/TempDestinationTest.cs                        |  22 +++---
 test/Threads/CompositeTaskRunnerTest.cs            |   4 +-
 test/Threads/DedicatedTaskRunnerTest.cs            |   2 +-
 test/Threads/SchedulerTest.cs                      |  14 ++--
 test/Threads/ThreadPoolExecutorTest.cs             |  16 ++---
 test/Threads/TimerExTest.cs                        |  50 +++++++-------
 test/Transport/Inactivity/InactivityMonitorTest.cs |   8 +--
 test/Transport/Tcp/TcpFaultyTransportTest.cs       |   4 +-
 test/Transport/failover/FailoverTransactionTest.cs |  17 +++--
 test/Transport/failover/FailoverTransportTest.cs   |  38 +++++------
 test/Util/FifoMessageDispatchChannelTest.cs        |  20 +++---
 .../SimplePriorityMessageDispatchChannelTest.cs    |  20 +++---
 test/VirtualTopicTest.cs                           |   4 +-
 test/ZeroPrefetchConsumerTest.cs                   |  12 ++--
 test/nms-openwire-test.csproj                      |  34 ++--------
 test/nmsprovider-test.config                       |   8 +--
 71 files changed, 440 insertions(+), 544 deletions(-)
 create mode 100644 .editorconfig
 create mode 100644 .github/workflows/build.yml
 create mode 100644 Directory.Build.props
 create mode 100644 docker-compose.yml
 delete mode 100644 docs/.gitignore
 delete mode 100644 docs/api/.gitignore
 delete mode 100644 docs/api/index.md
 delete mode 100644 docs/articles/intro.md
 delete mode 100644 docs/articles/toc.yml
 delete mode 100644 docs/docfx.json
 delete mode 100644 docs/images/activemq_logo_icon.png
 delete mode 100644 docs/index.md
 delete mode 100644 docs/nms-openwire-docs.csproj
 delete mode 100644 docs/template/partials/logo.tmpl.partial
 delete mode 100644 docs/toc.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