You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/10/17 11:57:31 UTC

[activemq-artemis] branch main updated (e1e728a28e -> d6ec80d8f1)

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

robbie pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


    from e1e728a28e NO-JIRA Debug statement on paging manager
     new 8c209adc99 ARTEMIS 4007: tweak javadoc to stop build failure with newer javadoc plugin
     new d6ec80d8f1 ARTEMIS-4053: ensure scm tag ref reflects it is currently non-release, using HEAD, rather than incorrectly having release version 2.19.0

The 2 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:
 .../java/org/apache/activemq/artemis/core/config/Configuration.java     | 2 +-
 pom.xml                                                                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[activemq-artemis] 01/02: ARTEMIS 4007: tweak javadoc to stop build failure with newer javadoc plugin

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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit 8c209adc99b94dea1a8462279e00384ac305de22
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Oct 17 11:06:48 2022 +0100

    ARTEMIS 4007: tweak javadoc to stop build failure with newer javadoc plugin
---
 .../java/org/apache/activemq/artemis/core/config/Configuration.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/artemis-server/src/main/java/org/apache/activemq/artemis/core/config/Configuration.java b/artemis-server/src/main/java/org/apache/activemq/artemis/core/config/Configuration.java
index cfd2c71f59..42ca44adf4 100644
--- a/artemis-server/src/main/java/org/apache/activemq/artemis/core/config/Configuration.java
+++ b/artemis-server/src/main/java/org/apache/activemq/artemis/core/config/Configuration.java
@@ -1433,7 +1433,7 @@ public interface Configuration {
 
    String getStatus();
 
-   /** This value can reflect a desired state (revision) of config. Useful when configurationFileRefreshPeriod > 0
+   /** This value can reflect a desired state (revision) of config. Useful when {@literal configurationFileRefreshPeriod > 0}.
        Eventually with some coordination we can update it from various server components. */
    // Inspired by https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/#:~:text=The%20status%20describes%20the%20current,the%20desired%20state%20you%20supplied
    void setStatus(String status);


[activemq-artemis] 02/02: ARTEMIS-4053: ensure scm tag ref reflects it is currently non-release, using HEAD, rather than incorrectly having release version 2.19.0

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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit d6ec80d8f14b59c4ed61018522f3cb8745663057
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Oct 17 12:56:14 2022 +0100

    ARTEMIS-4053: ensure scm tag ref reflects it is currently non-release, using HEAD, rather than incorrectly having release version 2.19.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ffdbbf98f8..9a5a482ec2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -252,7 +252,7 @@
       <connection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis.git</connection>
       <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis.git</developerConnection>
       <url>https://github.com/apache/activemq-artemis</url>
-      <tag>2.19.0</tag>
+      <tag>HEAD</tag>
    </scm>
 
    <distributionManagement>