Re: RFR: 8308753: Class-File API transition to Preview [v23]

2023-10-25 Thread Adam Sotona
> Classfile API is an internal library under package `jdk.internal.classfile`  > in JDK 21. > This pull request turns the Classfile API into a preview feature and moves it > into `java.lang.classfile`. > It repackages all uses across JDK and tests and adds lots of missing Javadoc. > > This PR goe

RFR: JDK-8306980: Generated docs should contain correct Legal Documents

2023-10-25 Thread Jonathan Gibbons
Please review an update to the way that `javadoc` handles the default legal notices when generating docs. Previously, the default notices were taken from the module's `legal` directory (`$JAVA_HOME/legal/jdk.javadoc`), but in some contexts, these files were either symbolic links, or "descriptiv

Re: RFR: JDK-8306980: Generated docs should contain correct Legal Documents

2023-10-25 Thread Erik Joelsson
On Wed, 25 Oct 2023 23:06:59 GMT, Jonathan Gibbons wrote: > Please review an update to the way that `javadoc` handles the default legal > notices when generating docs. > > Previously, the default notices were taken from the module's `legal` > directory (`$JAVA_HOME/legal/jdk.javadoc`), but in