quarkiverse / quarkus-authzed-client

An extension for connecting to authzed instances from Quarkus applications
https://docs.authzed.com/reference/api
Apache License 2.0
5 stars 8 forks source link

Compile Time issues on Windows because of same filename. #26

Open kohli-rahul opened 1 year ago

kohli-rahul commented 1 year ago

Compile Time issues on Windows because of same filename(case Insensitivity).

https://github.com/quarkiverse/quarkus-authzed-client/blob/main/grpc/client/src/main/java/com/authzed/api/v1alpha1/WatchResourcesService.java

https://github.com/quarkiverse/quarkus-authzed-client/blob/main/grpc/client/src/main/java/com/authzed/api/v1alpha1/WatchresourcesService.java

iocanel commented 1 year ago

This code is generated, so I am not sure if there is much we can do about it.