Ashley
Ashley
### Brief description As part of Quarkus gRPC Zero, @carlesarnal, @roastedroot, and @andreaTP have started a project at https://github.com/roastedroot/protobuf4j that aims to provide a WASM-ified build of protoc that can...
### Brief description I want to ensure our unit test coverage is as high as possible. Until now, some more complicated logic has relied on integration tests for coverage, but...
Requesting that either the GHSA functionality of this repository is enabled, or a SECURITY.md is added that documents the process for responsible disclosure of security issues. Right now, struggling to...
### Is there an existing issue for this? - [x] I have searched the existing issues (and cannot find one under this wording, so hopefully I have not duplicated anything)...
Apache Maven's plugin API runs on top of Plexus and Google Guice via Eclipse Sisu to provide dependency injection. The `org.apache.maven.plugins.annotations.Parameter` annotation is a special annotation that shares some semantics...
This change adds a default `Automatic-Module-Name` attribute to the distributable JARS. - `*:wiremock` will use `org.wiremock` - `*:wiremock-common` will use `org.wiremock.common` - `*:wiremock-jetty` will use `org.wiremock.jetty` This works around an...
### Terraform Version ```shell 1.13.3 ``` ### Use Cases - Clear validation messages to help consumers of modules - Code that is easier to read - Reporting each instance of...
### New feature, improvement proposal Hello. Proposing that given Maven 4 will baseline to Java 17, sealed classes get a simplified interface for implementation discovery during the parameter convertion process....
It would be great if the `FORCE_COLOR` and `NO_COLOR` environment variables could be used during calls to `click.echo`/`click.secho` to determine the default preference for colouring of stdout/stderr when an explicit...
Raising here as the discussions tab is not enabled. I have a [Maven plugin](https://github.com/ascopes/protobuf-maven-plugin) that I have built that uses immutables under the hood for model classes and internal DTOs....