RFR: 8314070: javax.print: Support IPP output-bin attribute extension [v9]

Phil Race prr at openjdk.org
Mon May 20 19:08:03 UTC 2024


On Mon, 20 May 2024 06:46:47 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> return the supported output-bins when user calls [getSupportedAttributeValues]

Are you sure about that ? Isn't that what lines 834 and 835 of IPPPrintService.java do ?
And one of the supplied tests calls the API you cite .. 

> It does not seem this PR supports
output-bin-default mentioned in the IPP doc, which will be returned via [getDefaultAttributeValue]

I think you are right since I don't see any update to IPPPrintService.getDefaultAttributeValue(..)

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/16166#discussion_r1607160895


More information about the client-libs-dev mailing list