Dave Syer

Results 522 comments of Dave Syer

> dont think there is a way to configure the location of logback.xml for none-spring boot app Link to docs: https://logback.qos.ch/manual/configuration.html#configFileProperty

Maybe. Not sure I understand those scenarios yet. Nothing to do yet, I guess.

@jcharris that’s a perfect use case for the existing `thin.properties` features. You just need to make all the “plugin” jars available in a Maven repository (local or remote).

Why would the runtime jars need to be in a specific directory though? You can just put them in a Maven repo layout and it will already work just fine.

So can't you put them in `~/.m2/repository`? You can use `mvn install -D...` I think, if you don't want to guess the layout.

> this is not convenient I get that, but if we add an "additional classpath" option it makes the executions non-reproducible - you have to ensure that the classpath is...

Maybe because it's declared as a mirror? Is it for all dependencies, or just specific ones?

I think mirrors are being discarded (up to 1.0.28). Can you try with a snapshot? It's a bit hard to test, but you obviously have an environment where it will...

I'm not 100% sure what the use case is, but I have used the thin launcher as a dependency so I know it is possible. There are some open issues...

I'm not sure that question is relevant to this issue.