This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new bafa0fb ARTEMIS-3641 move to the latest checkstyle
bafa0fb is described below
commit bafa0fbb3cae455424f12b6e1fe6ad16dff09208
Author: Justin Bertram <[email protected]>
AuthorDate: Wed Jan 12 09:17:21 2022 -0600
ARTEMIS-3641 move to the latest checkstyle
---
.../org/apache/activemq/artemis/core/paging/cursor/BulkPageCache.java | 2 +-
pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/cursor/BulkPageCache.java
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/cursor/BulkPageCache.java
index 98ef786..41b23f2 100644
---
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/cursor/BulkPageCache.java
+++
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/cursor/BulkPageCache.java
@@ -20,5 +20,5 @@ import org.apache.activemq.artemis.core.paging.PagedMessage;
public interface BulkPageCache extends PageCache {
- PagedMessage[] getMessages();
+ PagedMessage[] getMessages();
}
diff --git a/pom.xml b/pom.xml
index de0f558..b6c427d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,9 +107,9 @@
<maven.enforcer.plugin.version>3.0.0-M3</maven.enforcer.plugin.version>
<maven.bundle.plugin.version>5.1.2</maven.bundle.plugin.version>
<maven.shade.plugin.version>3.2.4</maven.shade.plugin.version>
- <maven.checkstyle.plugin.version>3.1.1</maven.checkstyle.plugin.version>
+ <maven.checkstyle.plugin.version>3.1.2</maven.checkstyle.plugin.version>
<sevntu.checks.version>1.39.0</sevntu.checks.version>
- <checkstyle.version>8.43</checkstyle.version>
+ <checkstyle.version>9.2.1</checkstyle.version>
<mockito.version>3.12.4</mockito.version>
<jctools.version>2.1.2</jctools.version>
<netty.version>4.1.73.Final</netty.version>