Matt Whitaker

Results 11 comments of Matt Whitaker

Sorry for commenting on an old issue. Is there a defined steps to configuring this manually at the moment?

From my understanding of the current situation, if you are wanting to use an airplay 2 receiver this code (or what is learnt from it) is being gradually merged into...

Given the new addition of ResponseEntityExceptionHandler as a part of https://github.com/spring-projects/spring-framework/issues/27052 I would expect there this to work. As of the moment I can't get a subclass (annotated with ContollerAdvice)...

Hi, this is still happening with a 404 as it comes back with the original response: ``` { "timestamp": "2022-11-10T09:40:11.551+00:00", "path": "/", "status": 404, "error": "Not Found", "message": null, "requestId":...

This is also working for me with Java, any chance of a release from master so that we don't have to compile clang?

I’m specifically trying this with k3s as a replacement for Traefik however the consul api gateway LB is not accessible. I’ve tested the cluster with things like a simple nginx...

Ah I see, that is not what is being displayed. Do you want a zip project file with the issue?

Yes this is my understanding. Currently I have a bean like this: ``` @Bean public RestClientCustomizer hypermediaRestClientCustomizer(WebConverters webConverters) { return builder -> builder.messageConverters(webConverters::augmentClient); ``` Which works fine, as you said....

Hi, I also love the idea of this as I'm a bit wary putting my password in once and then leaving my vault open all the time. However on the...

So, local auth, although can be used to access the keychain can literally have no connection to bw at all. It is you authenticating on your local computer basically to...