hg: jdk8/tl/jdk: 7190273: Deprecate com.sun.security.auth.callback.DialogCallbackHandler

2012-09-18 Thread alan . bateman
Changeset: db381a2c0083 Author:alanb Date: 2012-09-18 21:21 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/db381a2c0083 7190273: Deprecate com.sun.security.auth.callback.DialogCallbackHandler Reviewed-by: mullan ! src/share/classes/com/sun/security/auth/callback

Re: 7190273: Deprecate com.sun.security.auth.callback.DialogCallbackHandler

2012-09-18 Thread Sean Mullan
Sure, this change looks fine to me. --Sean On 9/18/12 6:01 AM, Alan Bateman wrote: > > Sean - do you mind reviewing the attached? As background, the Oracle > specific API to JAAS has two sample CallbackHandlers, one of which is > highly problematic for our modularization efforts as it has an A

7190273: Deprecate com.sun.security.auth.callback.DialogCallbackHandler

2012-09-18 Thread Alan Bateman
Sean - do you mind reviewing the attached? As background, the Oracle specific API to JAAS has two sample CallbackHandlers, one of which is highly problematic for our modularization efforts as it has an API dependency on java.awt.Component. It doesn't appear to be used by many but to discourag