David M. Lloyd
David M. Lloyd
@bstansberry commented I'm going to move this to the JBoss Modules JIRA as an Enhancement. They can determine there if trying to configure filtering is meant to avoid this kind...
@dmlloyd commented I think it's valid. I suspect we just need to modify the path resource loader to apply the filter to the directory name during traversal, instead of afterwards.
**[Jijo Nemera](https://issues.redhat.com/secure/ViewProfile.jspa?name=nemeraj)** commented Hi guys, Is there any update on this. Thanks
Are you paraphrasing your log, or is that the exact, literal JSON block that you are seeing in the file?
OK, that helps, thanks. Is this with the included `io.quarkus:quarkus-logging-json` or with the Quarkiverse `io.quarkiverse.loggingjson:quarkus-logging-json`?
The majority of the failures came down to a missed `.trim()`. For extra fun, see if you can spot it (and guess why the lack of it caused a failure)!
> > The majority of the failures came down to a missed `.trim()`. For extra fun, see if you can spot it (and guess why the lack of it caused...
The last issues are (hopefully) fixed now. I could not reproduce the stack overflow on my Windows VM, but I at least have a hypothesis which also explains some "missing...
Unfortunately, I have to push it again to resolve conflicts. But it should be OK to merge.
Generally I'm in favor of this idea. It's what I always wanted to do but didn't quite manage at the time. To address (partially) @rachmatowicz's comments: It is true that...