Kevin Wooten
Kevin Wooten
Not related to beta. Occurs on 15.3.1 as well.
@vsevel Is reloading changed properties implemented?
See https://github.com/quarkiverse/quarkus-vault/discussions/93
@wiebeck Are you experiencing errors because of the names? It's been a while since I implemented this but these parameters/properties should all be tested in the client module.
If that's the case, we need tests for these (or figure out why the tests are not failing).
@wiebeck I'd like to get this merged. What help do you need?
It should not. `Bad Request` is for requests that were _unprocessed_ due to the request itself being malformed. From [MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/400): > The HTTP 400 Bad Request [client error response](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status#client_error_responses) status...
I read this as `400` and realize that it does say `4XX`. In any case, I stand by my general thesis that these are not HTTP errors and shouldn't be...
🤦♂️ Yes. It was most definitely about client decoding errors (I went through this discussion with a code generator I built). Having a bit of experience with this, and more...