This is an automated email from the ASF dual-hosted git repository. matrei pushed a commit to branch deprecate-for-removal in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 67e3ab1d1a0e5376cf65765dcc69c65498fc9a10 Author: Mattias Reichel <[email protected]> AuthorDate: Fri Feb 27 15:28:34 2026 +0100 deprecate: AetherGrapeEngine Add for removal. --- .../main/groovy/org/grails/cli/compiler/grape/AetherGrapeEngine.java | 2 +- .../groovy/org/grails/cli/compiler/grape/AetherGrapeEngineFactory.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grails-shell-cli/src/main/groovy/org/grails/cli/compiler/grape/AetherGrapeEngine.java b/grails-shell-cli/src/main/groovy/org/grails/cli/compiler/grape/AetherGrapeEngine.java index 8aed14aee9..e68df9e466 100644 --- a/grails-shell-cli/src/main/groovy/org/grails/cli/compiler/grape/AetherGrapeEngine.java +++ b/grails-shell-cli/src/main/groovy/org/grails/cli/compiler/grape/AetherGrapeEngine.java @@ -37,7 +37,7 @@ import org.eclipse.aether.repository.RemoteRepository; * @deprecated since 2.5.9 for removal in 3.0.0 in favor of * {@link MavenResolverGrapeEngine} */ -@Deprecated +@Deprecated(forRemoval = true) public class AetherGrapeEngine extends MavenResolverGrapeEngine { public AetherGrapeEngine(GroovyClassLoader classLoader, RepositorySystem repositorySystem, diff --git a/grails-shell-cli/src/main/groovy/org/grails/cli/compiler/grape/AetherGrapeEngineFactory.java b/grails-shell-cli/src/main/groovy/org/grails/cli/compiler/grape/AetherGrapeEngineFactory.java index 7ff7a75956..973ce75aa5 100644 --- a/grails-shell-cli/src/main/groovy/org/grails/cli/compiler/grape/AetherGrapeEngineFactory.java +++ b/grails-shell-cli/src/main/groovy/org/grails/cli/compiler/grape/AetherGrapeEngineFactory.java @@ -44,7 +44,7 @@ import org.eclipse.aether.transport.http.HttpTransporterFactory; * @deprecated since 2.5.9 for removal in 3.0.0 in favor of * {@link MavenResolverGrapeEngineFactory} */ -@Deprecated +@Deprecated(forRemoval = true) public abstract class AetherGrapeEngineFactory { public static AetherGrapeEngine create(GroovyClassLoader classLoader,
