Dear Maintainers, The attached patch enabled full annotation processing and should resolve Java 25 failure to build.
Best Regards, Vladimir.
diff --git a/debian/rules b/debian/rules index 629b9caf..22197731 100755 --- a/debian/rules +++ b/debian/rules @@ -57,7 +57,7 @@ export GRPC_JAVA_PLUGIN = /usr/bin/grpc_java_plugin export JAVA_VERSION = 17 # Prevent Out-of-Memory failures on some architectures -export BAZEL_JAVAC_OPTS = -J-Xmx4096m --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED +export BAZEL_JAVAC_OPTS = -J-Xmx4096m --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED -proc:full %: dh $@ --with python3

