Christoph Rueger
Christoph Rueger
> I think it makes sense to make a Maven Logger that is given to the resolver and uses the Maven logging system. You might even use standard SLF4J logging...
Ok will try and push something later.
@reckart I added slf4j debug logging in 1db5a87ffec648548ea7e483c23151e52f299fa5 I used only `logger.debug()` ... not sure this is what you intended, but as I understood the `mvn -X` flag, it means...
> @pkriens I am sorry, I didn't manage to test this yesterday as I repeatedly ran into failing tests during the build... @reckart Not sure if it helps (at least...
> Wrt. the failing builds - I have a feeling that it might be related to concurrency. After the "Address in use" issues in several tests, I am not running...
> @chrisrueger thanks for the pointer. I can look at it again mid next week. > > Wrt. the failing builds - I have a feeling that it might be...
> Looks like the repo has various flaky tests Yes i noticed that too sometimes. i am fine with merging. @pkriens ok?
@reckart hmm don't know. for me it passes (MacOS 14.4.1) I can only guess. Maybe have a look at the bnd caches and try clearing them. maybe something is messed...
I try to check in the afternoon
@reckart I have now put my breakpoint in the same location and a bit further down in `biz.aQute.resolve.ResolveProcess.resolveRequired(Processor, Project, Registry, Resolver, Collection, LogService)` line 113 there I can see this:...