Dave Syer

Results 522 comments of Dave Syer

The `NettyRoutingFilter` needs to do something with the trailer I think, and pass it down to the `GRPCResponseHeadersFilter`. The trailer is available there, but I'm not sure this can be...

FWIW it used to work fine. I just upgraded to VSCode 1.77 so maybe that’s related?

I upgraded this week from 1.75.1, but I’m not sure I remember the last time it worked for sure.

Looks like this might be related: https://github.com/gradle/gradle/issues/23032 (according to comments in https://github.com/redhat-developer/vscode-java/issues/2344). Might even be fixed upstream already, but still broken for me in "pre-release" version of vscode extensions (redhat.java...

Why does Buildship want to use `bin/main` as a default build location? I imagine there is a reason for it, and this patch changes the build location, and therefore probably...

From that it seems like changing the default is a bad idea - `gradle clean` would break the IDE? Also the patch is ugly, and I wouldn't want everyone who...

It's not OS-specific. Did you run the tests in the IDE? I just checked in Codespaces and it's still broken with 1.78.1 and the latest Java extensions v0.25.1 (although I'm...

I have all the same versions of extensions and it is still broken for me: test fails and ``` $ find . -name file.txt ./bin/main/file.txt ./src/main/resources/file.txt ./build/resources/main/file.txt ``` I also...

Please send a PR for your suggested change at https://github.com/scratches/gradle-aot and/or open an issue there.

> way to access the context before it's refreshed Isn't that the definition of an `ApplicationContextInitializer`? How could the API be any simpler without duplicating?