From f78da11d358be6a8e217698e2fab810fa6ec156d Mon Sep 17 00:00:00 2001 From: Marco Rizzi Date: Wed, 10 Jan 2024 15:02:51 +0100 Subject: [PATCH] Update broken links in OpenJDK rules (#1049) Signed-off-by: mrizzi (cherry picked from commit 8705fa8e207bf57cbc44c0c144693b2807ebe4d3) --- .../openjdk11/openjdk8/java-removals.windup.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/rules/rules-reviewed/openjdk11/openjdk8/java-removals.windup.xml b/rules/rules-reviewed/openjdk11/openjdk8/java-removals.windup.xml index 6e7df0302..41193fef7 100644 --- a/rules/rules-reviewed/openjdk11/openjdk8/java-removals.windup.xml +++ b/rules/rules-reviewed/openjdk11/openjdk8/java-removals.windup.xml @@ -47,7 +47,8 @@ As such, the use of `sun.reflect.Reflection` class and particular the `getCallerClass` method should no longer be needed. Refer to the example changeset linked below. - + + @@ -64,7 +65,8 @@ `sun.reflect.CallerSensitive` annotation was deprecated in Java 9. Refer to the example changeset linked below. - + + @@ -196,7 +198,8 @@ In the long term, please consider using Variable Handles (see the link below) - + + @@ -216,7 +219,8 @@ For further examples on how to replace the `BASE64{encoder-decoder}` class with `Base64.{encoder-decoder}` one, refer to the "Code example" link below. - + +