From 3c8faf66d373f7e765e2247d1bed4308fdfedd35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:55:12 +0000 Subject: [PATCH] Update broken links in OpenJDK rules (#1049) (#1050) Signed-off-by: mrizzi (cherry picked from commit 8705fa8e207bf57cbc44c0c144693b2807ebe4d3) Co-authored-by: Marco Rizzi --- .../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. - + +