From 326bcded3f81614d52ccdb6b7740c41b2feffc5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Fri, 30 Oct 2020 11:49:05 +0100 Subject: [PATCH] HSEARCH-4082 Configure ForbiddenApis to silently ignore signatures involving missing classes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should get rid of warnings. See https://github.com/policeman-tools/forbidden-apis/issues/83 Signed-off-by: Yoann Rodière --- build-config/src/main/resources/forbidden-runtime.txt | 1 - build-config/src/main/resources/forbidden-tests.txt | 1 - pom.xml | 4 ++-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build-config/src/main/resources/forbidden-runtime.txt b/build-config/src/main/resources/forbidden-runtime.txt index a66cd31fa1d..9cc615c0aed 100644 --- a/build-config/src/main/resources/forbidden-runtime.txt +++ b/build-config/src/main/resources/forbidden-runtime.txt @@ -5,7 +5,6 @@ # This file contains forbidden API signatures common to all modules -@ignoreUnresolvable @defaultMessage Should not be used ################################################################################################################ diff --git a/build-config/src/main/resources/forbidden-tests.txt b/build-config/src/main/resources/forbidden-tests.txt index 20a446e6e5a..c3e4be9cfdd 100644 --- a/build-config/src/main/resources/forbidden-tests.txt +++ b/build-config/src/main/resources/forbidden-tests.txt @@ -5,7 +5,6 @@ # This file contains forbidden API signatures common to all modules -@ignoreUnresolvable @defaultMessage Should not be used ################################################################################################################ diff --git a/pom.xml b/pom.xml index 7fe715a8eee..acba8a39fda 100644 --- a/pom.xml +++ b/pom.xml @@ -1379,7 +1379,7 @@ jdk-internal-15 false - false + true org.hibernate.search @@ -1400,7 +1400,7 @@ false - false + true