eclipse-vertx / vertx-auth

Apache License 2.0
160 stars 153 forks source link

Revert "Initial work, Authorizations are now CoW Immutable which should solve…" #636

Closed vietj closed 1 year ago

vietj commented 1 year ago

This breaks vertx-web - this is reverted until it is completely deployed across the stack

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project vertx-web: Compilation failure
[ERROR] /Users/julien/java/vertx-aggregator/modules/vertx-web/vertx-web/src/main/java/io/vertx/ext/web/handler/impl/AuthorizationHandlerImpl.java:[120,33] cannot find symbol
[ERROR]   symbol:   method getProviderIds()
[ERROR]   location: interface io.vertx.ext.auth.authorization.Authorizations
[ERROR] 
[ERROR] -> [Help 1]