Integrated: 8332072: Convert package.html files in `java.naming` to package-info.java

Nizar Benalla nbenalla at openjdk.org
Thu Jul 4 12:32:25 UTC 2024


On Mon, 3 Jun 2024 17:26:52 GMT, Nizar Benalla <nbenalla at openjdk.org> wrote:

> Can I please get a review for this small change? The motivation is that javac does not recognize `package.html` files.
> 
> The conversion was simple, I used a script to rename the files, append "*" on the left and remove some HTML tags like `<body>` and `<html>`. I did the conversion in place, renaming them in git but with the big amount of change `git` thinks it's a new file.
> 
> I also added a new `package-info.java` file to `javax.naming.ldap.spi`. I hope that's fine.

This pull request has now been integrated.

Changeset: 6a472797
Author:    Nizar Benalla <nbenalla at openjdk.org>
Committer: Aleksei Efimov <aefimov at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/6a472797a410a6fa27f50371b255054af0cd3c99
Stats:     1431 lines in 11 files changed: 717 ins; 714 del; 0 mod

8332072: Convert package.html files in `java.naming` to package-info.java
8335213: Code snippet in javax.naming.ldap package summary does not compile

Reviewed-by: aefimov

-------------

PR: https://git.openjdk.org/jdk/pull/19529


More information about the core-libs-dev mailing list