Dave Syer

Results 113 issues of Dave Syer

VSCode never generates `.project` and `.classpath` for the `pom.xml` files that are not wired up to the reactor build at the root (e.g. where there are standalone samples). I'm not...

The example `devcontainer.json` in the source code use docker compose. It works for me as expected - if I rebuild the container the `/nix/store` is not downloaded again. If I...

Here's what I see in the developer tools: ``` Extension host (LocalProcess) terminated unexpectedly. Code: 7, Signal: null log.ts:313 ERR Extension host (LocalProcess) terminated unexpectedly. The following extensions were running:...

Maybe something magic happens and it all works just fine. Would be good to try it and document it at least.

documentation

If you try to build an image with a Spring Boot Thin Launcher target (thin not fat jar) the Spring Boot BP barfs because it can't find a bill of...

type:enhancement

If an app depends on a jar with a classifier then the sources cannot be found and you get the (rubbish) disassembler results. E.g. ``` com.example mylibrary 1.0.0-SNAPSHOT func ```...

bug
upstream

JavaScript knows about `Collectors.joining()`: ```javascript Collectors.joining = function (delimiter, prefix, suffix) { if (((delimiter != null && (delimiter.constructor != null && delimiter.constructor[ ... } else throw new Error('invalid overload'); };...

Currently there is no visual clue that it is working, so you don't know if you set the property right or not.

status: waiting-for-triage

Our Eureka server is a plain Boot app so it sends 404s with a nice informative body. Unfortunately the client is not expecting that (as described in #978). We could...

enhancement

The JDK has decent support for walking a file system (via `FileSystem` in `java.nio`) but Spring still uses hand-rolled pre-Java 7 code. Also, in principle, `FileSystem` can be an abstraction...

in: core
type: enhancement