cstamas commented on code in PR #448: URL: https://github.com/apache/maven-resolver/pull/448#discussion_r1541070087
########## maven-resolver-generator-gnupg/src/main/java/org/eclipse/aether/generator/gnupg/loaders/GpgConfLoader.java: ########## @@ -52,12 +52,7 @@ public final class GpgConfLoader implements GnupgSignatureArtifactGeneratorFacto /** * Maximum key size, see <a href="https://wiki.gnupg.org/LargeKeys">Large Keys</a>. */ - private static final long MAX_SIZE = 5 * 1024 + 1L; - - @Override - public boolean isInteractive() { - return false; - } + private static final long MAX_SIZE = 16 * 1024 + 1L; Review Comment: See https://wiki.gnupg.org/LargeKeys -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org