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
Dependency to slf4j has been removed in fxform-core.
However, hibernate-validator also depends on slf4j, so if you want to enable Validation, you will still need a dependency to a slf4j implementation.
Use the jdk loggers and remove dependencies to the slf4j library.
The text was updated successfully, but these errors were encountered: