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 7 forks source link

Use a better property name to specify the authzed image to use in the DevService #33

Open iocanel opened 1 year ago

iocanel commented 1 year ago

The property imageName is a somehow confusing as does not make it clear if it can include things like registry, tag etc.

A better name would be just image.

Given that we are currently at 0.0.x which implies that our public interfaces are volatile we can proceed with this change without deprecating imageName first.

kdubb commented 1 month ago

imageName is used by nearly everyy dev service. Is this really something that we need to deviate from the norm for?