From commits-return-61516-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Tue Aug 11 07:42:54 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 8EB80180647 for ; Tue, 11 Aug 2020 09:42:54 +0200 (CEST) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id BC305124604 for ; Tue, 11 Aug 2020 07:42:53 +0000 (UTC) Received: (qmail 2973 invoked by uid 500); 11 Aug 2020 07:42:53 -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 2960 invoked by uid 99); 11 Aug 2020 07:42:53 -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; Tue, 11 Aug 2020 07:42:53 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id A2DD08242E; Tue, 11 Aug 2020 07:42:52 +0000 (UTC) Date: Tue, 11 Aug 2020 07:42:52 +0000 To: "commits@activemq.apache.org" Subject: [activemq] branch master updated: AMQ-7513 - Fix http://activemq.org links MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159713177209.18440.6515918590034950913@gitbox.apache.org> From: jbonofre@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: activemq X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6fef652beb0d2575678c982aea37124698e8eb72 X-Git-Newrev: fca3b615eb869330633b71978843a682bfa8ab49 X-Git-Rev: fca3b615eb869330633b71978843a682bfa8ab49 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/activemq.git The following commit(s) were added to refs/heads/master by this push: new fca3b61 AMQ-7513 - Fix http://activemq.org links new d285188 Merge pull request #551 from coheigea/AMQ-7513 fca3b61 is described below commit fca3b615eb869330633b71978843a682bfa8ab49 Author: Colm O hEigeartaigh AuthorDate: Fri Jul 10 17:29:01 2020 +0100 AMQ-7513 - Fix http://activemq.org links --- .../org/apache/activemq/broker/region/virtual/MirroredQueue.java | 2 +- .../org/apache/activemq/broker/region/virtual/VirtualTopic.java | 2 +- .../activemq/broker/region/virtual/VirtualTopicInterceptor.java | 2 +- .../java/org/apache/activemq/broker/region/virtual/package.html | 2 +- activemq-http/src/webapp/index.html | 2 +- .../src/main/java/org/apache/activemq/jms/pool/package.html | 2 +- .../main/java/org/apache/activemq/ra/ActiveMQResourceAdapter.java | 2 +- .../src/test/resources/org/apache/activemq/perf/networkSync.xml | 7 +++---- .../org/apache/activemq/usecases/receiver-activecluster.xml | 1 - .../resources/org/apache/activemq/usecases/receiver-zeroconf.xml | 2 -- .../org/apache/activemq/usecases/sender-activecluster.xml | 2 -- .../resources/org/apache/activemq/usecases/sender-zeroconf.xml | 2 -- 12 files changed, 10 insertions(+), 18 deletions(-) diff --git a/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/MirroredQueue.java b/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/MirroredQueue.java index e5ee5eb..7849088 100644 --- a/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/MirroredQueue.java +++ b/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/MirroredQueue.java @@ -27,7 +27,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** - * Creates Mirrored + * Creates Mirrored * Queue using a prefix and postfix to define the topic name on which to mirror the queue to. * * diff --git a/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/VirtualTopic.java b/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/VirtualTopic.java index 2c22c65..c57d80a 100644 --- a/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/VirtualTopic.java +++ b/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/VirtualTopic.java @@ -28,7 +28,7 @@ import org.apache.activemq.command.ActiveMQTopic; import org.apache.activemq.filter.DestinationFilter; /** - * Creates Virtual + * Creates Virtual * Topics using a prefix and postfix. The virtual destination creates a * wildcard that is then used to look up all active queue subscriptions which * match. diff --git a/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/VirtualTopicInterceptor.java b/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/VirtualTopicInterceptor.java index c8f058a..9e5c251 100644 --- a/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/VirtualTopicInterceptor.java +++ b/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/VirtualTopicInterceptor.java @@ -37,7 +37,7 @@ import org.apache.activemq.util.LRUCache; import javax.jms.ResourceAllocationException; /** - * A Destination which implements Virtual Topic + * A Destination which implements Virtual Topic */ public class VirtualTopicInterceptor extends DestinationFilter { diff --git a/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/package.html b/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/package.html index 6a66e9f..da90da6 100755 --- a/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/package.html +++ b/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/package.html @@ -19,7 +19,7 @@ -Implementation classes for Virtual Destinations +Implementation classes for Virtual Destinations diff --git a/activemq-http/src/webapp/index.html b/activemq-http/src/webapp/index.html index 3af3a8e..aae1ada 100755 --- a/activemq-http/src/webapp/index.html +++ b/activemq-http/src/webapp/index.html @@ -26,7 +26,7 @@

This service allows you to tunnel ActiveMQ traffic through HTTP to work cleanly with firewalls. -For more information please see the ActiveMQ home page. +For more information please see the ActiveMQ home page.

diff --git a/activemq-jms-pool/src/main/java/org/apache/activemq/jms/pool/package.html b/activemq-jms-pool/src/main/java/org/apache/activemq/jms/pool/package.html index 6cfb281..588b65a 100755 --- a/activemq-jms-pool/src/main/java/org/apache/activemq/jms/pool/package.html +++ b/activemq-jms-pool/src/main/java/org/apache/activemq/jms/pool/package.html @@ -20,6 +20,6 @@ A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like -Spring's JmsTemplate. +Spring's JmsTemplate. diff --git a/activemq-ra/src/main/java/org/apache/activemq/ra/ActiveMQResourceAdapter.java b/activemq-ra/src/main/java/org/apache/activemq/ra/ActiveMQResourceAdapter.java index e4edb06..42984cc 100644 --- a/activemq-ra/src/main/java/org/apache/activemq/ra/ActiveMQResourceAdapter.java +++ b/activemq-ra/src/main/java/org/apache/activemq/ra/ActiveMQResourceAdapter.java @@ -398,7 +398,7 @@ public class ActiveMQResourceAdapter extends ActiveMQConnectionSupport implement } /** - * Sets the XML + * Sets the XML * configuration file used to configure the ActiveMQ broker via Spring * if using embedded mode. * diff --git a/activemq-unit-tests/src/test/resources/org/apache/activemq/perf/networkSync.xml b/activemq-unit-tests/src/test/resources/org/apache/activemq/perf/networkSync.xml index 7fb9dce..5c7c14c 100644 --- a/activemq-unit-tests/src/test/resources/org/apache/activemq/perf/networkSync.xml +++ b/activemq-unit-tests/src/test/resources/org/apache/activemq/perf/networkSync.xml @@ -17,16 +17,15 @@ --> + http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd"> - + @@ -38,7 +37,7 @@ - + diff --git a/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/receiver-activecluster.xml b/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/receiver-activecluster.xml index 719e6d2..66f564c 100644 --- a/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/receiver-activecluster.xml +++ b/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/receiver-activecluster.xml @@ -15,7 +15,6 @@ See the License for the specific language governing permissions and limitations under the License. --> - diff --git a/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/receiver-zeroconf.xml b/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/receiver-zeroconf.xml index 470fe35..2013805 100644 --- a/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/receiver-zeroconf.xml +++ b/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/receiver-zeroconf.xml @@ -1,5 +1,4 @@ - diff --git a/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/sender-activecluster.xml b/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/sender-activecluster.xml index 38f7a3c..eee44ee 100644 --- a/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/sender-activecluster.xml +++ b/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/sender-activecluster.xml @@ -1,5 +1,4 @@ - diff --git a/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/sender-zeroconf.xml b/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/sender-zeroconf.xml index aa69556..8996dff 100644 --- a/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/sender-zeroconf.xml +++ b/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/sender-zeroconf.xml @@ -1,5 +1,4 @@ -