Simon Mavi Stewart
Simon Mavi Stewart
The author of bytebuddy has created a maven plugin to generate this on a normal java 8 build: https://github.com/raphw/modulemaker-maven-plugin This links to: https://github.com/moditect/moditect which seems to be more fully-featured. The...
In Selenium we build for and target Java 8, but we add the module-info under `META-INF/versions/9`. This allows older tools that inspect bytecode in classes to continue to function as...
If there are two jars in the transitive classpath with the same `Automatic-Module-Name` the Java Module System will be unhappy. Since `okhttp-urlconnection` depends on `okhttp`, this means that you can't...
This will require us to patch https://github.com/bazelbuild/rules_jvm_external to support this functionality.
Thank you for this excellent bug report. Adding this to the 4.0 backlog.
Digging deeper, I think this is actually a problem with `getText` rather than the relative locators. `cells.size()` is equal to 3, which are the two elements we expect, plus the...
I think this may need to work in projects that aren't the top-level too. Perhaps limited to importing files that are in the current project being evaluated?
The `MODULE.bazel` uploaded to the registry could be the output of merging all the local input files (a bit like uploading the output of a pre-processor) Because `load` still isn't...
You can clone with a specific version and depth of 1.
@oconnor663 if it's enabled on the [server side](https://git-scm.com/docs/git-fetch-pack) via the `uploadpack.allowReachableSHA1InWant` option, then the following should work: ``` mkdir clone-dir cd clone-dir git init git remote add origin http://example.com/exciting.git git...