Re: RFR: 8314753: Remove support for @beaninfo, @ToDo, @since.unbundled, and @Note [v2]

2023-08-29 Thread Kevin Walls
On Tue, 22 Aug 2023 14:55:18 GMT, Pavel Rappo  wrote:

>> Please review this trivial PR.
>
> Pavel Rappo has updated the pull request with a new target base due to a 
> merge or a rebase. The pull request now contains two commits:
> 
>  - Merge branch 'master' into 8314753
>  - Initial commit

Looks good, thanks.

-

Marked as reviewed by kevinw (Committer).

PR Review: https://git.openjdk.org/jdk/pull/15385#pullrequestreview-1599820441


Re: RFR: 8314753: Remove support for @beaninfo, @ToDo, @since.unbundled, and @Note [v2]

2023-08-28 Thread Alexander Zvegintsev
On Tue, 22 Aug 2023 14:55:18 GMT, Pavel Rappo  wrote:

>> Please review this trivial PR.
>
> Pavel Rappo has updated the pull request with a new target base due to a 
> merge or a rebase. The pull request now contains two commits:
> 
>  - Merge branch 'master' into 8314753
>  - Initial commit

Marked as reviewed by azvegint (Reviewer).

-

PR Review: https://git.openjdk.org/jdk/pull/15385#pullrequestreview-1598378564


Re: RFR: 8314753: Remove support for @beaninfo, @ToDo, @since.unbundled, and @Note [v2]

2023-08-22 Thread Pavel Rappo
On Tue, 22 Aug 2023 14:55:18 GMT, Pavel Rappo  wrote:

>> Please review this trivial PR.
>
> Pavel Rappo has updated the pull request with a new target base due to a 
> merge or a rebase. The pull request now contains two commits:
> 
>  - Merge branch 'master' into 8314753
>  - Initial commit

Thanks for reviewing it.

> Looks trivial only after reviewing the issue and knowing the background.
> The PR description could be a bit more complete and save a bunch of clicking 
> around.

Fair enough. For the benefit of other reviewers, I'll copy the JBS description 
here and additionally note that tags in question are absent in the mainline doc 
comments and are also disabled during `make docs`. JBS:

Those tags seem to have been effectively decommissioned, but their remnants are 
still there and when seen, raise needless questions. 

- `@beaninfo` seems to relate to UI: 

   - [JDK-7179078](https://bugs.openjdk.org/browse/JDK-7179078) 
   - [JDK-4763438](https://bugs.openjdk.org/browse/JDK-4763438) 
   - [JDK-8051548](https://bugs.openjdk.org/browse/JDK-8051548) 

- `@ToDo` and `@since.unbundled` hasn't been used since the initial load 
(2007). 

- `@Note` seems to relate to UI: 

   - [JDK-8285686](https://bugs.openjdk.org/browse/JDK-8285686) 
   - [JDK-8227324](https://bugs.openjdk.org/browse/JDK-8227324) 
   - [JDK-8222362](https://bugs.openjdk.org/browse/JDK-8222362)

-

PR Comment: https://git.openjdk.org/jdk/pull/15385#issuecomment-1688367797


Re: RFR: 8314753: Remove support for @beaninfo, @ToDo, @since.unbundled, and @Note [v2]

2023-08-22 Thread Roger Riggs
On Tue, 22 Aug 2023 14:55:18 GMT, Pavel Rappo  wrote:

>> Please review this trivial PR.
>
> Pavel Rappo has updated the pull request with a new target base due to a 
> merge or a rebase. The pull request now contains two commits:
> 
>  - Merge branch 'master' into 8314753
>  - Initial commit

Looks trivial only after reviewing the issue and knowing the background.
The PR description could be a bit more complete and save a bunch of clicking 
around.

-

Marked as reviewed by rriggs (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/15385#pullrequestreview-1589653044


Re: RFR: 8314753: Remove support for @beaninfo, @ToDo, @since.unbundled, and @Note [v2]

2023-08-22 Thread Pavel Rappo
> Please review this trivial PR.

Pavel Rappo has updated the pull request with a new target base due to a merge 
or a rebase. The pull request now contains two commits:

 - Merge branch 'master' into 8314753
 - Initial commit

-

Changes: https://git.openjdk.org/jdk/pull/15385/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk=15385=01
  Stats: 4 lines in 1 file changed: 0 ins; 4 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/15385.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15385/head:pull/15385

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


Re: RFR: 8314753: Remove support for @beaninfo, @ToDo, @since.unbundled, and @Note

2023-08-22 Thread Pavel Rappo
On Tue, 22 Aug 2023 11:09:39 GMT, Pavel Rappo  wrote:

> Please review this trivial PR.

CC'ing client-libs-dev because @beaninfo and @Note and jmx-dev because of 
@since.unbundled, which might've been used for JMX before 2007.

-

PR Comment: https://git.openjdk.org/jdk/pull/15385#issuecomment-1688004264


Re: RFR: 8314753: Remove support for @beaninfo, @ToDo, @since.unbundled, and @Note

2023-08-22 Thread Pavel Rappo
On Tue, 22 Aug 2023 11:09:39 GMT, Pavel Rappo  wrote:

> Please review this trivial PR.

CC'ing core-libs-dev whose members might also have some recollection on tags in 
question.

-

PR Comment: https://git.openjdk.org/jdk/pull/15385#issuecomment-1687995105


Re: RFR: 8314753: Remove support for @beaninfo, @ToDo, @since.unbundled, and @Note

2023-08-22 Thread Pavel Rappo
On Tue, 22 Aug 2023 11:09:39 GMT, Pavel Rappo  wrote:

> Please review this trivial PR.

CC'ing client-libs-dev because `@beaninfo` and `@Note` and jmx-dev because of 
`@since.unbundled`, which might've been used for JMX before 2007.

-

PR Comment: https://git.openjdk.org/jdk/pull/15385#issuecomment-1687990983


RFR: 8314753: Remove support for @beaninfo, @ToDo, @since.unbundled, and @Note

2023-08-22 Thread Pavel Rappo
Please review this trivial PR.

-

Commit messages:
 - Initial commit

Changes: https://git.openjdk.org/jdk/pull/15385/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk=15385=00
  Issue: https://bugs.openjdk.org/browse/JDK-8314753
  Stats: 4 lines in 1 file changed: 0 ins; 4 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/15385.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15385/head:pull/15385

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