]
Jan Kalina commented on ELY-1448:
---------------------------------
The API breaking is already handled by ELY-1452 - this issue should aim the class
deprecating/moving into private package.
API Compatibility for org.wildfly.security.mechanism.MechanismUtil
------------------------------------------------------------------
Key: ELY-1448
URL:
https://issues.jboss.org/browse/ELY-1448
Project: WildFly Elytron
Issue Type: Bug
Components: API / SPI
Reporter: Darran Lofthouse
Priority: Blocker
Fix For: 1.2.0.Beta11
Backwards compatibility has been broken on the public handleCallbacks methods so this
needs to be fixed.
However this class should not really be a public API, it has been picked up in the
package as we have the AuthenticationMechanismException which does need to be public.
The entire class should be deprecated and the impl moved to a private package.