Hi Manisha,
A major version change (e.g. "3.y.z" to "4.y.z") does indicate that
there may be incompatible API changes:
https://semver.org/
I suggest that you review the release notes and JIRA task board to find
more details about specific changes that affect you.
Kind regards,
Gareth
On Fri, 2018-12-07 at 09:19 +0530, Manisha Nandal wrote:
Hi,
We are facing issues while working with new version of keycloak. The
jar
we created using the old version of keycloak are not compatible with
the
new version. Some of the classes we extended to make custom spi's
have been
changes. For example:
IdentityProviderBean
KeycloakContext
*Old version: 3.4.3*
*New Version: 4.6.0*
Does anyone has any idea as to why keycloak does not supports
backward
compatibility?.
Thanks,
Manisha