You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2022/10/19 11:38:29 UTC

[sling-org-apache-sling-commons-clam] branch master updated (68794aa -> f25b1ca)

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

olli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-clam.git


    from 68794aa  SLING-10736 Enable code checks with SpotBugs
     new 8bd1e0a  disable dependabot
     new f25b1ca  build with Java 11 and 17

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:
 .asf.yaml          | 3 +++
 .sling-module.json | 8 ++++++++
 2 files changed, 11 insertions(+)
 create mode 100644 .asf.yaml
 create mode 100644 .sling-module.json


[sling-org-apache-sling-commons-clam] 01/02: disable dependabot

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-clam.git

commit 8bd1e0ac6a7c2552162fec77674a8240f1b70b37
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 19 13:27:05 2022 +0200

    disable dependabot
---
 .asf.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..d4d0dd5
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,3 @@
+github:
+  dependabot_alerts: false
+  dependabot_updates: false


[sling-org-apache-sling-commons-clam] 02/02: build with Java 11 and 17

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-clam.git

commit f25b1caf11205c0df2ec2e0061195388d39a423a
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 19 13:31:06 2022 +0200

    build with Java 11 and 17
---
 .sling-module.json | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.sling-module.json b/.sling-module.json
new file mode 100644
index 0000000..3f2b4e4
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,8 @@
+{
+  "jenkins": {
+    "jdks": [
+      17,
+      11
+    ]
+  }
+}