This is an automated email from the ASF dual-hosted git repository.
andytaylor pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-console.git
The following commit(s) were added to refs/heads/main by this push:
new 83fb5aa ARTEMIS-5425 - Compile console with java 17
83fb5aa is described below
commit 83fb5aa617674547f7dc188e3cefc8fca7147e4c
Author: GChuf <[email protected]>
AuthorDate: Mon Apr 14 13:46:16 2025 +0200
ARTEMIS-5425 - Compile console with java 17
---
.github/workflows/build.yml | 2 +-
pom.xml | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 57d6762..39d921e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [ 11, 17, 21 ]
+ java: [ 17, 21 ]
steps:
- uses: actions/checkout@v4
diff --git a/pom.xml b/pom.xml
index 6f58c04..f63a192 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,9 +41,9 @@
<url>https://activemq.apache.org/components/artemis/</url>
<properties>
- <maven.compiler.source>11</maven.compiler.source>
- <maven.compiler.target>11</maven.compiler.target>
- <maven.compiler.release>11</maven.compiler.release>
+ <maven.compiler.source>17</maven.compiler.source>
+ <maven.compiler.target>17</maven.compiler.target>
+ <maven.compiler.release>17</maven.compiler.release>
<hawtio.version>4.4.0</hawtio.version>
<jakarta.servlet-api.version>5.0.0</jakarta.servlet-api.version>
<slf4j.version>2.0.17</slf4j.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact