Integrated: 8298971: Move Console implementation into jdk internal package
Naoto Sato
naoto at openjdk.org
Wed Dec 21 18:12:58 UTC 2022
On Mon, 19 Dec 2022 19:23:25 GMT, Naoto Sato <naoto at openjdk.org> wrote:
> Moving the built-in implementation of `Console` from `java.io` package into `jdk.internal.io` package. It now implements `JdkConsole` interface and is accessed through `ProxyingConsole`.
This pull request has now been integrated.
Changeset: 7e59a0ec
Author: Naoto Sato <naoto at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7e59a0ecb672292814abdf7f2e31a5f5868c43d8
Stats: 157 lines in 4 files changed: 83 ins; 58 del; 16 mod
8298971: Move Console implementation into jdk internal package
Reviewed-by: jpai
-------------
PR: https://git.openjdk.org/jdk/pull/11729
More information about the core-libs-dev
mailing list