Results 80 issues of Simon Mavi Stewart

It would be nice to be able to use jcommander in an app built by `jlink`. This could be done if it defined a `module-info.class` for use with JPMS (apparently...

If a project uses both `java_import_external` and `bazel-deps`, conditionally checking for the presence of build rules before loading an external jar, then all manner of chaos can ensue. Using the...

Some annotation processors (notably [immutables](https://immutables.github.io)) generate APIs when they run. However, generally `bazel-deps` marks all `java_plugins` as `generatesApi = False`.

It is sometimes desirable to check the downloaded jars into the tree, rather than to download them at build time (particularly when LFS support is enabled for a project). It...

The JPMS has been part of the java platform since Java 9, and will be in an LTS release when Java 11 is released in September. Very slowly, projects are...

enhancement

## 🚀 Feature Proposal Add HTTP/2 support to the `NettyServer` ## Motivation So we can serve traffic over http/2 This should be a small change to `SeleniumHttpInitializer`

C-grid
C-java
help wanted

### Description of the problem / feature request: In large repos with many languages and external third party dependencies, the `MODULE.bazel` file will grow in an unbounded way. In addition,...

type: feature request
P2
team-ExternalDeps
area-Bzlmod

Buildifier tends to suggest a dependency on a target that is later exported by something else and so has limited visibility. eg. in this example, buildifier should suggest rules depend...

When using a target defined via a macro (eg. `java_export` from rules_jvm_external) suggestions for missing dependencies tend to "crack open" the macro, depending on sub-targets that the macro generates. Instead,...

It is unclear when reading the spec if [Set Timeouts](https://w3c.github.io/webdriver/#set-timeouts) should reset all timeouts to their default values and only update a single value if called with only one value...

Set Timeouts