You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by va...@apache.org on 2022/08/31 06:18:27 UTC

[qpid-broker-j] branch main updated: QPID-8596: [Broker-J] Migrate broker build process to JDK 11 (#138)

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

vavrtom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/main by this push:
     new 4e5a0e1b01 QPID-8596: [Broker-J] Migrate broker build process to JDK 11 (#138)
4e5a0e1b01 is described below

commit 4e5a0e1b0152f5e62bfbde83f6ef442a36c5e1bd
Author: Daniil Kirilyuk <da...@gmail.com>
AuthorDate: Wed Aug 31 08:18:23 2022 +0200

    QPID-8596: [Broker-J] Migrate broker build process to JDK 11 (#138)
---
 .travis.yml  | 2 +-
 appveyor.yml | 2 +-
 pom.xml      | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8061245da1..d53063721a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
 language: java
 jdk:
-  - openjdk8
   - openjdk11
+  - openjdk17
 env:
   - phase="test" pl="" additionalprops=""
   - phase="verify" pl="-pl systests/protocol-tests-amqp-0-8,systests/protocol-tests-amqp-0-10,systests/protocol-tests-amqp-1-0,systests/qpid-systests-jms_1.1,systests/qpid-systests-jms_2.0,systests/qpid-systests-http-management" additionalprops="-DskipTests=false -DskipITs=false"
diff --git a/appveyor.yml b/appveyor.yml
index d734059861..4dddb3197d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,7 +3,7 @@ skip_tags: true
 clone_depth: 30
 
 environment:
-  JAVA_HOME: C:\Program Files\Java\jdk1.8.0
+  JAVA_HOME: C:\Program Files\Java\jdk11
 
 install:
   - ps: |
diff --git a/pom.xml b/pom.xml
index 8590c80c67..5a9d389861 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,9 +77,9 @@
 
   <properties>
     <minimum-maven-version>3.0.0</minimum-maven-version>
-    <minimum-java-version>1.8.0</minimum-java-version>
-    <java.source>1.8</java.source>
-    <java.target>1.8</java.target>
+    <minimum-java-version>11</minimum-java-version>
+    <java.source>11</java.source>
+    <java.target>11</java.target>
     <skipTests>false</skipTests>
 
     <!-- enforcer plugin config properties -->


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org