On Sat, 17 Jan 2026 17:49:44 GMT, Phil Race <[email protected]> wrote:
>> Remove AppContext from javax.print
>
> Phil Race has updated the pull request incrementally with one additional
> commit since the last revision:
>
> 8375351
src/java.desktop/share/classes/javax/print/StreamPrintServiceFactory.java line
77:
> 75: */
> 76: private static Services getServices() {
> 77: return SERVICES;
Can SERVICES be eliminated completely? Previously, services acted as a bridge
between the client and listOfFactories (via the per-app context). Now there is
a 1-to-1 mapping.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29237#discussion_r2710485534