On Wed, 19 Apr 2023 21:29:05 GMT, Archie Cobbs <aco...@openjdk.org> wrote:
> The `Introspector` class was never updated to include `default` methods > inherited from interfaces. > > This patch attempts to fix that omission. This pull request has now been integrated. Changeset: 1e4eafb4 Author: Archie Cobbs <aco...@openjdk.org> Committer: Sergey Bylokhov <s...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/1e4eafb4fe70832294a12938d93e7860073cf4cf Stats: 247 lines in 2 files changed: 243 ins; 0 del; 4 mod 8071693: Introspector ignores default interface methods Reviewed-by: prr, aivanov, serb ------------- PR: https://git.openjdk.org/jdk/pull/13544