You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2021/09/25 10:50:53 UTC

[sling-org-apache-sling-launchpad-testing] branch issue/SLING-10830 created (now 6bda50c)

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

rombert pushed a change to branch issue/SLING-10830
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git.


      at 6bda50c  SLING-10830 - Run Sling ITs with Java 17 as well

This branch includes the following new commits:

     new 6bda50c  SLING-10830 - Run Sling ITs with Java 17 as well

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.


[sling-org-apache-sling-launchpad-testing] 01/01: SLING-10830 - Run Sling ITs with Java 17 as well

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

rombert pushed a commit to branch issue/SLING-10830
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git

commit 6bda50c7f37f59b9031189b1579e1394311fe1a3
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Sep 24 17:41:11 2021 +0200

    SLING-10830 - Run Sling ITs with Java 17 as well
    
    Enable tests on Java 17
---
 .sling-module.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.sling-module.json b/.sling-module.json
index b1b8e7d..1620886 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -2,7 +2,7 @@
     "jenkins": {
         "rebuildFrequency": "@daily",
         "sonarQubeEnabled": false,
-        "jdks": [8, 11, 15],
+        "jdks": [8, 11, 17],
         "archivePatterns": [
             "**/logs/*.log"
         ],