]
Jan Kalina reassigned ELY-1448:
-------------------------------
Assignee: Jan Kalina
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
Assignee: Jan Kalina
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.