David M. Lloyd

Results 306 comments of David M. Lloyd

Do you have a proposal about conflict resolution? Perhaps file iteration order would be significant, with later files overriding earlier files?

In addition, there's a point you get to when you have meta-configuration for your configuration where having all the extra knobs and dials impacts usability by causing subtle problems that...

I'd guess it's another problem in the bowels of the `QuarkusClassLoader` or its `PathTree` implementation. Maybe @aloubyansky has an idea of where to start looking? Otherwise I can try to...

I think #42109 would likely fix this; could you verify @robp94?

Do you have any reproducer? What is `MyObject` in this case?

Thanks for the test case, I was able to reproduce and fix the exact issue.

I expect #42109 to be included in 3.13.4 (if there is one) and 3.14.0. I don't know the release schedule though so I'll leave that to people who know more...

I'll take a look at this. But I think the answer might end up being "`!` is disallowed in file names" or possibly "`!` cannot be the last character in...

This should be fixed (for the most part) by smallrye/smallrye-common#337, which will only recognize `!` if it is before a separator. Having a file called `foo.jar!` will still confuse it,...