Michael Ummels
Michael Ummels
@OlegDokuka Any update on the status of this project?
We are experiencing the same issue: Locally, the plugin works fine (generating Java bytecode from XSD). However, on our Jenkins instance it fails because the path of the workspace contains...
Just stumbled over this. This seems like a serious issue with `ParallelFlux` to me. At least, I would expect that the docs clearly state that you should take special care...
I've opened an [issue](https://github.com/protocolbuffers/protobuf/issues/16452) at Protobuf for restoring `GeneratedMessageV3` as an alias for `GeneatedMessage`.
I'm in for a fight. :joy: Anyway, if they deprecated V3 a while ago, how come code generated with protoc `3.25.3` still relies on `GeneratedMessageV3`? Doesn't seem like a smooth...
Thanks for your reply! How do I specify the columns I want? Neither `(select (:name employee))` nor `(select :name employee)` seems to work.
I've opened #4246 for this issue. I've just added a check whether the reporter has been started.
After upgrading to version 4 of the plugin, the workaround mentioned by @zhangt2333 does not seem to work any more. (`forkOptions` has been renamed to `jvm`, but the problem persists...
Same problem here. Didn't have this problem with version `0.5.3`. I guess the updated version of `sbt-git` is the culprit?
I investigated a little bit more and it seems this is related to 97eb131c3ba9d513381f9d65122b9ad4345a1472 since the working directory `~/.sbt/ghpages///` is empty on my machine whereas the directory used by the...