This is an automated email from the ASF dual-hosted git repository.
orudyy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git.
from cb1d5e4 QPID-8414: [Broker-J][WMC] Fix initialization of checkboxes
in create/edit UI
new 6ef72d4 QPID-8417: [Broker-J] Update unit test dependecies
new 8f6760d QPID-8418: [Broker-J] Update jetty dependecy
new edecb31 QPID-8419: [Broker-J] Update logback dependencies
new d9299c1 QPID-8420: [Broker-J] Upgrade guava
The 4 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:
.../dependency-verification/DEPENDENCIES_REFERENCE | 30 ++++++++++++----------
.../store/berkeleydb/BDBAMQP10V0UpgradeTest.java | 2 +-
.../server/store/berkeleydb/BDBUpgradeTest.java | 2 +-
.../berkeleydb/replication/GroupJmsTestBase.java | 2 +-
.../berkeleydb/replication/MultiNodeTest.java | 2 +-
.../store/berkeleydb/replication/TwoNodeTest.java | 2 +-
.../adapter/FileBasedGroupProviderImplTest.java | 2 +-
.../ConfiguredObjectTypeRegistryTest.java | 2 +-
.../qpid/server/queue/AbstractQueueTestBase.java | 6 ++---
.../qpid/server/queue/NotificationCheckTest.java | 10 ++++----
...nPasswordDatabaseAuthenticationManagerTest.java | 2 +-
.../apache/qpid/server/store/EventManagerTest.java | 4 +--
.../server/txn/AsyncAutoCommitTransactionTest.java | 16 ++++++------
.../org/apache/qpid/server/util/StringsTest.java | 2 +-
.../security/access/config/AclActionTest.java | 2 +-
.../security/access/config/ClientActionTest.java | 4 +--
.../security/access/plugins/AclRuleImplTest.java | 2 +-
.../RuleBasedAccessControlProviderImplTest.java | 2 +-
.../protocol/v0_10/transport/BBDecoderTest.java | 2 +-
.../protocol/v0_10/transport/BBEncoderTest.java | 2 +-
.../qpid/server/protocol/v0_8/AMQChannelTest.java | 4 +--
.../v1_0/delivery/DeliveryRegistryImplTest.java | 2 +-
.../v1_0/delivery/UnsettledDeliveryTest.java | 2 +-
.../server/management/plugin/HttpManagement.java | 4 +--
...stractLegacyConfiguredObjectControllerTest.java | 2 +-
.../controller/GenericCategoryControllerTest.java | 2 +-
.../GenericLegacyConfiguredObjectTest.java | 2 +-
.../LatestManagementControllerAdapterTest.java | 2 +-
.../latest/LatestManagementControllerTest.java | 2 +-
.../v6_1/LegacyManagementControllerTest.java | 2 +-
.../v6_1/category/BindingControllerTest.java | 2 +-
.../v6_1/category/BrokerControllerTest.java | 4 +--
.../v6_1/category/ConsumerControllerTest.java | 2 +-
.../v6_1/category/DestinationControllerTest.java | 2 +-
.../v6_1/category/ExchangeControllerTest.java | 2 +-
.../LegacyCategoryControllerFactoryTest.java | 2 +-
.../category/LegacyCategoryControllerTest.java | 2 +-
.../v6_1/category/PortControllerTest.java | 2 +-
.../v6_1/category/QueueControllerTest.java | 2 +-
.../v6_1/category/SessionControllerTest.java | 2 +-
.../v6_1/category/VirtualHostControllerTest.java | 2 +-
.../v7_0/LegacyManagementControllerTest.java | 2 +-
.../v7_0/category/ContainerControllerTest.java | 2 +-
.../LegacyCategoryControllerFactoryTest.java | 2 +-
.../transport/websocket/WebSocketProvider.java | 5 ++--
.../dependency-verification/DEPENDENCIES_REFERENCE | 6 +++--
.../controller/config/IterationValueTest.java | 6 ++---
pom.xml | 24 ++++++-----------
.../systest/disttest/endtoend/EndToEndTest.java | 2 +-
qpid-systests-parent/pom.xml | 1 -
.../SimpleConversionTest.java | 2 +-
.../authtimeout/AuthenticationTimeoutTest.java | 2 +-
.../apache/qpid/tests/protocol/v0_8/QueueTest.java | 4 +--
.../PreemptiveAuthenticationTest.java | 2 +-
.../endtoend/logging/VirtualHostLoggerTest.java | 2 +-
.../message/CompressedMessageContentTest.java | 2 +-
.../endtoend/message/ExportImportMessagesTest.java | 2 +-
.../endtoend/message/MessageManagementTest.java | 2 +-
.../tests/http/endtoend/message/MessageTest.java | 2 +-
.../http/endtoend/message/TimeToLiveTest.java | 2 +-
.../qpid/tests/http/endtoend/port/PortTest.java | 2 +-
.../endtoend/state/VirtualHostRecoveryTest.java | 2 +-
.../statistics/StatisticsReportingTest.java | 2 +-
.../tests/http/endtoend/store/SpiltStoreTest.java | 2 +-
.../qpid/tests/http/rest/model/OperationTest.java | 2 +-
.../qpid/tests/http/transport/UnifiedPortTest.java | 2 +-
.../apache/qpid/tests/http/v6_1/BindingTest.java | 2 +-
.../jms_1_1/connection/ConnectionTest.java | 2 +-
.../connection/SpontaneousConnectionCloseTest.java | 2 +-
.../jms_1_1/extensions/acl/MessagingACLTest.java | 2 +-
.../autocreation/DefaultAlternateBindingTest.java | 2 +-
.../extensions/maxdelivery/MaxDeliveryTest.java | 2 +-
.../transactiontimeout/TransactionTimeoutTest.java | 2 +-
.../jms_1_1/producer/MessageProducerTest.java | 2 +-
.../qpid/systests/admin/SpawnBrokerAdminTest.java | 2 +-
.../utils/ExternalQpidBrokerAdminImplTest.java | 4 +--
.../qpid/tests/utils/NoOpQueueAdminTest.java | 8 +++---
77 files changed, 127 insertions(+), 133 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]