Skip to content

Commit

Permalink
Merge pull request #108 from ascopes/task/stable-url-features
Browse files Browse the repository at this point in the history
Mark URL-based features as stable
  • Loading branch information
ascopes authored Mar 7, 2024
2 parents 691b36c + 58f34d4 commit 313d79c
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ public abstract class AbstractGenerateMojo extends AbstractMojo {
* <li>FTP resources, specified using {@code ftp://example.server/path/to/file}</li>
* </ul>
*
* <p><strong>Note that URL support is highly experimental and subject to change or removal
* without notice.</strong>
*
* @since 0.0.1
*/
@Parameter(required = true, property = "protoc.version")
Expand Down Expand Up @@ -177,9 +174,6 @@ public abstract class AbstractGenerateMojo extends AbstractMojo {
* &lt;/binaryUrlPlugins&gt;
* </pre></code>
*
* <p><strong>Note that this support is highly experimental and subject to change or removal
* without notice.</strong>
*
* @since 0.4.0
*/
@Parameter
Expand All @@ -206,12 +200,6 @@ public abstract class AbstractGenerateMojo extends AbstractMojo {
* <p>This mechanism allows plugin vendors to implement their plugins in
* Java and just distribute platform-independent JAR instead.
*
* <p>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
* <a href="https://github.com/ascopes/protobuf-maven-plugin/issues">GitHub</a>
* citing your CPU architecture, OS, and shell.
*
* @since 0.3.0
*/
@Parameter
Expand Down

0 comments on commit 313d79c

Please sign in to comment.