Abacn commented on issue #39895: URL: https://github.com/apache/beam/issues/39895#issuecomment-5445325054
Thanks for reporting. It's due to #35551 changed Javadoc generation from using Java11 to Java21, which eliminated side frame due to https://bugs.openjdk.org/browse/JDK-8215599. This functionality was added back in Java25 though: https://bugs.openjdk.org/browse/JDK-8320458 so we'd need to bump javadoc generation to use Java25 if we want to bring it back. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
