From commits-return-60723-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Mon Jun 15 13:27:59 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 66E93180656 for ; Mon, 15 Jun 2020 15:27:59 +0200 (CEST) Received: (qmail 73112 invoked by uid 500); 15 Jun 2020 13:27:56 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 72982 invoked by uid 99); 15 Jun 2020 13:27:56 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2020 13:27:56 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 47325890AF; Mon, 15 Jun 2020 13:27:56 +0000 (UTC) Date: Mon, 15 Jun 2020 13:27:56 +0000 To: "commits@activemq.apache.org" Subject: [activemq-artemis] branch master updated (181743f -> 3810146) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159222767591.1717.15728841395609829093@gitbox.apache.org> From: clebertsuconic@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: activemq-artemis X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 181743f3023443d9ea551164b9bbc5d366a3e38f X-Git-Newrev: 3810146dd2b670355ed74bd5860aff132a731b96 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. clebertsuconic pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git. from 181743f This closes #3171 new efe0f46 ARTEMIS-2109: Updating the build to be able to execute it on Java 11 and Java 8. new d2c4676 ARTEMIS-2109: fix javadoc errors, remove doclint config for JDK8, remove superfluous plugin versions, update to 3.0.1 javadoc plugin new 36dbfd9 ARTEMIS-2109: Apply modified version of Franz artemis-dto xsd workaround from #2720 new 502bfcf ARTEMIS-2109: Update extra-tests bits. Disable errorprone for examples, at least for now, to avoid updating hundreds of poms. Allows building on 11+ new f69f03a ARTEMIS-2109: updating mockito for Java 14 support and working round a javadoc issue new 12bc494 ARTEMIS-2109: use default 1.8 compiler source/target config as with other examples, newest JDKs no longer target 1.6. Fix SSL example. Allows building on JDK 14+. new 95d8b89 ARTEMIS-2109: enable JDK11 + JDK14 builds in Travs CI, and fix before_cache config new 3810146 This closes #3179 The 8 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: .travis.yml | 4 +- artemis-boot/pom.xml | 4 + artemis-cdi-client/pom.xml | 4 + artemis-cli/pom.xml | 4 + .../artemis/cli/commands/check/QueueCheck.java | 2 +- artemis-commons/pom.xml | 4 + .../org/apache/activemq/artemis/utils/Base64.java | 32 +-- .../activemq/artemis/utils/InetAddresses.java | 10 +- .../activemq/artemis/utils/SpawnedVMSupport.java | 2 +- .../ConcurrentAppendOnlyChunkedList.java | 2 +- .../utils/collections/ConcurrentLongHashMap.java | 4 +- .../utils/collections/ConcurrentLongHashSet.java | 2 +- .../artemis/utils/collections/LongHashSet.java | 2 +- .../utils/collections/SparseArrayLinkedList.java | 2 +- .../utils/collections/UpdatableIterator.java | 2 - .../artemis/utils/critical/CriticalComponent.java | 2 +- .../artemis/utils/collections/LongHashSetTest.java | 1 + artemis-core-client-all/pom.xml | 6 +- artemis-core-client/pom.xml | 5 +- .../apache/activemq/artemis/api/core/Message.java | 3 +- .../artemis/api/core/RefCountMessageListener.java | 2 +- .../artemis/api/core/client/ClientSession.java | 3 +- .../api/core/management/ActiveMQServerControl.java | 2 +- .../api/core/management/AddressControl.java | 2 +- .../artemis/core/message/impl/CoreMessage.java | 1 - .../server/ComponentConfigurationRoutingType.java | 2 +- .../spi/core/protocol/RemotingConnection.java | 2 +- artemis-dto/pom.xml | 18 +- artemis-features/pom.xml | 226 ++++++++++----------- artemis-hawtio/activemq-branding/pom.xml | 4 + artemis-hawtio/artemis-plugin/pom.xml | 4 + artemis-hawtio/pom.xml | 3 - artemis-jdbc-store/pom.xml | 4 + .../artemis/jdbc/store/drivers/JDBCUtils.java | 4 +- artemis-jms-client-all/pom.xml | 2 +- artemis-jms-client/pom.xml | 5 +- .../jms/client/DefaultConnectionProperties.java | 3 +- artemis-jms-server/pom.xml | 5 +- .../artemis/jms/bridge/QualityOfServiceMode.java | 8 +- artemis-journal/pom.xml | 6 + .../artemis/core/io/buffer/TimedBuffer.java | 1 - .../artemis/core/io/util/ByteBufferPool.java | 2 +- .../artemis/core/journal/impl/JournalImpl.java | 6 +- artemis-junit/pom.xml | 4 + .../artemis/junit/ActiveMQConsumerResource.java | 4 +- .../junit/ActiveMQDynamicProducerResource.java | 4 +- .../artemis/junit/ActiveMQProducerResource.java | 4 +- .../artemis/junit/EmbeddedActiveMQResource.java | 4 +- .../artemis/junit/EmbeddedJMSResource.java | 4 +- artemis-maven-plugin/pom.xml | 6 +- artemis-protocols/artemis-amqp-protocol/pom.xml | 4 + .../amqp/converter/AMQPMessageIdHelper.java | 2 +- artemis-protocols/artemis-hornetq-protocol/pom.xml | 4 + .../artemis-hqclient-protocol/pom.xml | 5 +- artemis-protocols/artemis-mqtt-protocol/pom.xml | 11 + .../artemis/core/protocol/mqtt/MQTTConnection.java | 1 - .../artemis-openwire-protocol/pom.xml | 5 +- artemis-protocols/artemis-stomp-protocol/pom.xml | 4 + artemis-protocols/pom.xml | 1 - artemis-ra/pom.xml | 4 + artemis-rest/pom.xml | 4 + artemis-selector/pom.xml | 38 +++- .../activemq/artemis/selector/impl/LRUCache.java | 6 +- artemis-server-osgi/pom.xml | 5 +- artemis-server/pom.xml | 5 +- .../core/config/impl/LegacyJMSConfiguration.java | 2 - .../deployers/impl/FileConfigurationParser.java | 1 - .../core/postoffice/impl/SimpleAddressManager.java | 4 +- .../artemis/core/server/ServerSession.java | 2 +- .../protocol/AbstractProtocolManagerFactory.java | 2 +- artemis-service-extensions/pom.xml | 4 + artemis-tools/pom.xml | 4 + artemis-web/pom.xml | 6 + artemis-website/pom.xml | 2 +- etc/checkstyle-suppressions.xml | 3 +- examples/features/sub-modules/tomcat/pom.xml | 12 +- examples/pom.xml | 13 ++ .../stomp/stomp-dual-authentication/readme.md | 4 +- .../example/StompDualAuthenticationExample.java | 4 - .../activemq/server0/client-side-keystore.jks | Bin 1303 -> 2597 bytes .../activemq/server0/client-side-truststore.jks | Bin 963 -> 1170 bytes .../activemq/server0/server-side-keystore.jks | Bin 2253 -> 2565 bytes .../activemq/server0/server-side-truststore.jks | Bin 1732 -> 1202 bytes integration/activemq-spring-integration/pom.xml | 4 + pom.xml | 111 +++++----- tests/artemis-test-support/pom.xml | 4 + .../transport/amqp/client/AmqpSession.java | 15 +- .../transport/amqp/client/util/IdGenerator.java | 4 +- tests/compatibility-tests/pom.xml | 37 ++-- .../tests/compatibility/base/ClasspathBase.java | 21 +- tests/extra-tests/pom.xml | 14 +- tests/integration-tests/pom.xml | 4 + .../integration/openwire/amq/JMSConsumer9Test.java | 3 + tests/jms-tests/pom.xml | 4 + .../artemis/jms/tests/TransactedSessionTest.java | 3 + .../tests/message/BodyIsAssignableFromTest.java | 3 +- tests/joram-tests/pom.xml | 4 + tests/karaf-client-integration-tests/pom.xml | 4 + tests/performance-tests/pom.xml | 4 + tests/smoke-tests/pom.xml | 4 + tests/soak-tests/pom.xml | 4 + tests/stress-tests/pom.xml | 4 + tests/timing-tests/pom.xml | 4 + tests/unit-tests/pom.xml | 4 + 104 files changed, 531 insertions(+), 332 deletions(-)