Can we deprecate Path.endsWith(String)?
Pavel Rappo
pavel.rappo at gmail.com
Mon Nov 3 00:03:26 UTC 2025
On Sun, Nov 2, 2025 at 11:36 PM David Alayachew
<davidalayachew at gmail.com> wrote:
>
> <snip>
>
> I only see the commit hash, I don't know how to look that up.
>
Each commit (but a few initial) in openjdk/jdk has a commit message.
That message starts with an issue number. That number can be used to
look up the issue in JBS: https://bugs.openjdk.org/. The issue has a
summary, comments, and links to GitHub's commit and PR pages.
Here are the links for 10356e767a44632c5de142d4666bd85d4618bf71
- https://bugs.openjdk.org/browse/JDK-8298303
- https://github.com/openjdk/jdk/commit/10356e767a44632c5de142d4666bd85d4618bf71
- https://github.com/openjdk/jdk/pull/11566
-Pavel
More information about the core-libs-dev
mailing list