Dave Syer

Results 522 comments of Dave Syer

The debugger (gdb) uses the source cache at `target/sources` (https://sourceware.org/gdb/onlinedocs/gdb/Source-Path.html). The native build tools generate a nice cache that is very usable for external dependencies (if you pass `-g` on...

GDB looks where it is told to look - the native image has a source map with file names that contain `target/sources` as well. That side of it seems to...

There must be an issue with the config file, but "thin" is the default, so if that's what you needed it already works, I guess. CORRECTION: the default is "local"....

^^^ Fixed in snapshots (1.0.25).

Not sure. It might be because the stubrunner actually doesn't use the bom directly, so it relies on one of its parents to provide it. The parent is the one...

Does it even make sense to use /restart with devtools? I mean, they are trying to do the same thing at some level. It's no surprise if they can't agree...

What I meant was, once the app is running and the resources are not changing (i.e. post dev) then you don't need devtools. It seems like that probably fits your...

You could use a profile to exclude the devtools dependency. But, yes, I see, it would be good to have a switch to shut off the devtools class loader on...

I'm not sure I believe that `@Order` is applied to those beans even without `@RefreshScope`. I tend to think you got lucky. Happy to be proved wrong.

I think we can safely call this a bug. But I'm not sure where to start fixing it. Arguably, there is no point having Sleuth applied to an `@Async` method...