You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2023/03/27 11:31:37 UTC

[lucene] branch branch_9x updated: Upgrade forbiddenapis to version 3.5 (#12215)

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

uschindler pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 04bac82cc6c Upgrade forbiddenapis to version 3.5 (#12215)
04bac82cc6c is described below

commit 04bac82cc6ca4ce62fa370ef4fde2ab7882381a1
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Mon Mar 27 13:30:22 2023 +0200

    Upgrade forbiddenapis to version 3.5 (#12215)
    
    Upgrade forbiddenapis to version 3.5.  This tones down some verbose warnings printed while checking Java 19 and Java 20 sourcesets for the MR-JAR
---
 build.gradle       | 2 +-
 lucene/CHANGES.txt | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 0c113eef4e7..ba77f2ef6d5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -22,7 +22,7 @@ plugins {
   id "base"
   id "com.palantir.consistent-versions" version "2.11.0"
   id "org.owasp.dependencycheck" version "7.2.0"
-  id 'de.thetaphi.forbiddenapis' version '3.4' apply false
+  id 'de.thetaphi.forbiddenapis' version '3.5' apply false
   id "de.undercouch.download" version "5.2.0" apply false
   id "net.ltgt.errorprone" version "3.0.1" apply false
   id 'com.diffplug.spotless' version "6.5.2" apply false
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 5957fb74e2f..61bbbe39368 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -91,6 +91,9 @@ Build
   source tree. Those can be regenerated an demand with "gradlew :lucene:core:regenerate".
   (Uwe Schindler)
 
+* GITHUB#12215: Upgrade forbiddenapis to version 3.5.  This tones down some verbose warnings
+  printed while checking Java 19 and Java 20 sourcesets for the MR-JAR.  (Uwe Schindler)
+
 Other
 ---------------------