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
Celesta is now Apache 2.0 licensed. We made sure that there are no uncompatible transitive dependencies and publish Celesta under more permissive license.
JDBC drivers are now in provided Maven scope. This means that they are no longer transitive dependencies for Celesta and you should add them yourself as dependencies.
celesta-sql module is merged with celesta-core. If, in some ulikely case you had a dependency to celesta-sql, please simply remove it or replace with celesta-core.