From 58f34d496cb9350876ca5d9807122bf9af402ac5 Mon Sep 17 00:00:00 2001 From: Ashley <73482956+ascopes@users.noreply.github.com> Date: Thu, 7 Mar 2024 08:04:46 +0000 Subject: [PATCH] Mark URL-based features as stable --- .../protobufmavenplugin/AbstractGenerateMojo.java | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/main/java/io/github/ascopes/protobufmavenplugin/AbstractGenerateMojo.java b/src/main/java/io/github/ascopes/protobufmavenplugin/AbstractGenerateMojo.java index bdf62c4a..094be420 100644 --- a/src/main/java/io/github/ascopes/protobufmavenplugin/AbstractGenerateMojo.java +++ b/src/main/java/io/github/ascopes/protobufmavenplugin/AbstractGenerateMojo.java @@ -82,9 +82,6 @@ public abstract class AbstractGenerateMojo extends AbstractMojo { *
  • FTP resources, specified using {@code ftp://example.server/path/to/file}
  • * * - *

    Note that URL support is highly experimental and subject to change or removal - * without notice. - * * @since 0.0.1 */ @Parameter(required = true, property = "protoc.version") @@ -177,9 +174,6 @@ public abstract class AbstractGenerateMojo extends AbstractMojo { * </binaryUrlPlugins> * * - *

    Note that this support is highly experimental and subject to change or removal - * without notice. - * * @since 0.4.0 */ @Parameter @@ -206,12 +200,6 @@ public abstract class AbstractGenerateMojo extends AbstractMojo { *

    This mechanism allows plugin vendors to implement their plugins in * Java and just distribute platform-independent JAR instead. * - *

    Note that support for this is experimental due to the nature of - * how this integrates with {@code protoc} itself. If you encounter issues with executing plugins - * via this mechanism, please raise a bug report on - * GitHub - * citing your CPU architecture, OS, and shell. - * * @since 0.3.0 */ @Parameter