You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2022/08/24 07:39:25 UTC

[activemq] branch activemq-5.17.x updated (818fa56a9 -> f9678aa3e)

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a change to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


 discard 818fa56a9 [maven-release-plugin] prepare for next development iteration
 discard 84a975b84 [maven-release-plugin] prepare release activemq-5.17.2
     new f9678aa3e Add missing ASF header

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (818fa56a9)
            \
             N -- N -- N   refs/heads/activemq-5.17.x (f9678aa3e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 activemq-all/pom.xml                                     |  2 +-
 activemq-amqp/pom.xml                                    |  2 +-
 activemq-blueprint/pom.xml                               |  2 +-
 activemq-broker/pom.xml                                  |  2 +-
 activemq-cf/pom.xml                                      |  2 +-
 activemq-client/pom.xml                                  |  2 +-
 activemq-console/pom.xml                                 |  2 +-
 activemq-http/pom.xml                                    |  2 +-
 activemq-jaas/pom.xml                                    |  2 +-
 activemq-jdbc-store/pom.xml                              |  2 +-
 activemq-jms-pool/pom.xml                                |  2 +-
 activemq-kahadb-store/pom.xml                            |  2 +-
 activemq-karaf-itest/pom.xml                             |  2 +-
 activemq-karaf/pom.xml                                   |  2 +-
 activemq-log4j-appender/pom.xml                          |  2 +-
 activemq-mqtt/pom.xml                                    |  2 +-
 activemq-openwire-generator/pom.xml                      |  2 +-
 activemq-openwire-legacy/pom.xml                         |  2 +-
 activemq-osgi/pom.xml                                    |  2 +-
 activemq-partition/pom.xml                               |  2 +-
 activemq-pool/pom.xml                                    |  2 +-
 activemq-ra/pom.xml                                      |  2 +-
 activemq-rar/pom.xml                                     |  2 +-
 activemq-run/pom.xml                                     |  2 +-
 activemq-runtime-config/pom.xml                          |  2 +-
 activemq-shiro/pom.xml                                   |  2 +-
 activemq-spring/pom.xml                                  |  2 +-
 activemq-stomp/pom.xml                                   |  2 +-
 activemq-tooling/activemq-junit/pom.xml                  |  2 +-
 activemq-tooling/activemq-maven-plugin/pom.xml           |  2 +-
 activemq-tooling/activemq-memtest-maven-plugin/pom.xml   |  2 +-
 activemq-tooling/activemq-perf-maven-plugin/pom.xml      |  2 +-
 activemq-tooling/pom.xml                                 |  2 +-
 activemq-unit-tests/pom.xml                              |  2 +-
 .../activemq/network/CompositeNetworkBridgeListener.java | 16 ++++++++++++++++
 .../activemq/network/CustomNetworkBridgeFactory.java     | 16 ++++++++++++++++
 activemq-web-console/pom.xml                             |  2 +-
 activemq-web-demo/pom.xml                                |  2 +-
 activemq-web/pom.xml                                     |  2 +-
 assembly/pom.xml                                         |  2 +-
 pom.xml                                                  |  2 +-
 41 files changed, 71 insertions(+), 39 deletions(-)


[activemq] 01/01: Add missing ASF header

Posted by jb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git

commit f9678aa3e095da8eced5b48ecaec8440e53409ee
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Aug 24 09:39:02 2022 +0200

    Add missing ASF header
---
 .../activemq/network/CompositeNetworkBridgeListener.java | 16 ++++++++++++++++
 .../activemq/network/CustomNetworkBridgeFactory.java     | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/activemq-unit-tests/src/test/java/org/apache/activemq/network/CompositeNetworkBridgeListener.java b/activemq-unit-tests/src/test/java/org/apache/activemq/network/CompositeNetworkBridgeListener.java
index e9fdfcf38..a309e5fc2 100644
--- a/activemq-unit-tests/src/test/java/org/apache/activemq/network/CompositeNetworkBridgeListener.java
+++ b/activemq-unit-tests/src/test/java/org/apache/activemq/network/CompositeNetworkBridgeListener.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.activemq.network;
 
 import java.util.Arrays;
diff --git a/activemq-unit-tests/src/test/java/org/apache/activemq/network/CustomNetworkBridgeFactory.java b/activemq-unit-tests/src/test/java/org/apache/activemq/network/CustomNetworkBridgeFactory.java
index eecefe1aa..fb8c81a4b 100644
--- a/activemq-unit-tests/src/test/java/org/apache/activemq/network/CustomNetworkBridgeFactory.java
+++ b/activemq-unit-tests/src/test/java/org/apache/activemq/network/CustomNetworkBridgeFactory.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.activemq.network;
 
 import org.apache.activemq.transport.Transport;