vert-x3 / vertx-service-proxy

EventBus Proxy generation
Apache License 2.0
66 stars 58 forks source link

Build failed because removed methods used #105

Closed gaol closed 5 years ago

gaol commented 5 years ago

Last master branch building failed with message:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project vertx-service-proxy: Compilation failure
[ERROR] /home/lgao/sources/vertx/vertx-service-proxy/src/main/java/io/vertx/serviceproxy/ServiceJWTInterceptor.java:[126,17] cannot find symbol
[ERROR]   symbol:   method isAuthorised(java.lang.String,io.vertx.core.Handler>)
[ERROR]   location: variable user of type io.vertx.ext.auth.User

pmlopes commented 5 years ago

Fixed