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

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 80118e0bad chore: remove old "restrict library X to Y because it 
requires Java 11" renovate configs
80118e0bad is described below

commit 80118e0bad12bed3c3f75d33900e4117bcc06e01
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Mon Nov 17 08:48:25 2025 +0300

    chore: remove old "restrict library X to Y because it requires Java 11" 
renovate configs
---
 renovate.json | 38 --------------------------------------
 1 file changed, 38 deletions(-)

diff --git a/renovate.json b/renovate.json
index e4d4e650fa..41bf5135fb 100644
--- a/renovate.json
+++ b/renovate.json
@@ -16,13 +16,6 @@
         "com.fasterxml.jackson.core{/,}**"
       ]
     },
-    {
-      "description": "TODO: Caffeine 3.0 requires Java 11",
-      "allowedVersions": "< 3.0",
-      "matchPackageNames": [
-        "com.github.ben-manes.caffeine{/,}**"
-      ]
-    },
     {
       "groupName": "com.github.vlsi",
       "matchPackageNames": [
@@ -75,29 +68,6 @@
         "net.minidev:json-smart{/,}**"
       ]
     },
-    {
-      "groupName": "com.miglayout",
-      "allowedVersions": "< 11.0",
-      "matchPackageNames": [
-        "com.miglayout{/,}**"
-      ]
-    },
-    {
-      "groupName": "org.ajoberstar.grgit",
-      "description": "TODO: grgit 5.0 requires Java 11",
-      "allowedVersions": "< 5.0",
-      "matchPackageNames": [
-        "org.ajoberstar.grgit{/,}**"
-      ]
-    },
-    {
-      "groupName": "org.apache.activemq",
-      "description": "TODO: activemq 5.17.0 requires Java 11",
-      "allowedVersions": "< 5.17.0",
-      "matchPackageNames": [
-        "org.apache.activemq{/,}**"
-      ]
-    },
     {
       "groupName": "org.apache.ftpserver",
       "matchPackageNames": [
@@ -134,14 +104,6 @@
         "org.checkerframework{/,}**"
       ]
     },
-    {
-      "groupName": "org.eclipse.jetty",
-      "description": "wiremock uses jetty 11",
-      "allowedVersions": "< 12.0",
-      "matchPackageNames": [
-        "org.eclipse.jetty{/,}**"
-      ]
-    },
     {
       "groupName": "org.jdom",
       "description": "Velocity Anakia uses JDOM 1.0",

Reply via email to