Peter vR
Peter vR
+1 would be nice if sbt-idea can take care of this automagically
[peter@nefilim ~]$ cat test.proto message A { optional uint32 a = 1; optional uint32 b = 1; } [peter@nefilim ~]$ protoc --java_out=. test.proto test.proto:3:21: Field number 1 has already been...
Having the same problem with MySQL datasource, so have to convert my Values to ints using a case statement... which doesn't make for a very readable graph legend :(
Ok I see what's going on here - when looking at the failed container log output, it's only receiving STDERR output, for some reason STDOUT has not been connected? Seems...
@kiview any thoughts? especially with the new information I found? Feels a little bit like a race condition...
+1 Running into a problem in a multi project build where multiple versions of that same jar is packed, even though `fullClasspath` and `dependencyClasspath` shows the correct jars (single version...
the duplicate/conflict resolution in 0.5.2-SNAPSHOT reduces the duplicates to a single jar but picks the newest jar, in my case I need the older (as reflected in `dependencyClasspath`)
@zhuchenwang thanks for the suggestion, I tried it but it made no difference unfortunately, which I was expecting because I already had .force() on these dependencies.
running into a related problem trying to cross compile on x86_64 linux to aarch64-apple-darwin: ``` error: failed to run custom build command for `ring v0.16.20` Caused by: process didn't exit...