You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Datagrip-Vault 1.3.5 is binary incompatible with IntelliJ IDEA Ultimate IU-221.6008.13 due to the following problems
Abstract method is not implemented (1 problem)
Abstract method DatabaseAuthProvider.isApplicable(...) is not implemented (1 problem)
Concrete class VaultDatabaseAuthProvider inherits from DatabaseAuthProvider but doesn't implement the abstract method isApplicable(...). This can lead to AbstractMethodError exception at runtime.
Class not found (1 problem)
Access to unresolved class DatabaseAuthProvider.ApplicabilityLevel.Result (1 problem)
Method VaultDatabaseAuthProvider.getApplicability(...) references an unresolved class DatabaseAuthProvider.ApplicabilityLevel.Result. This can lead to NoSuchClassError exception at runtime.