Sam Gammon

Results 155 issues of Sam Gammon

The Dockerfile created by Micronaut: https://github.com/micronaut-projects/micronaut-gradle-plugin/blob/95ef46e14f0d13a3a06eecbde39655b6984cff9e/docker-plugin/src/main/java/io/micronaut/gradle/docker/MicronautDockerfile.java#L184-L194 Sometimes, due to an issue in [Docker](https://github.com/moby/moby/issues/37965), results in the error `layer does not exist`: ``` > Could not build image: failed to export...

Hey there Micronaut authors, I tried to setup a Pub/Sub subscriber in Micronaut, but I'm having trouble getting it to start up and receive a signal from the subscription. Basically,...

This changeset amends the Soy view renderer, to support a new interface called `ReactiveViewRenderer`. The new interface generates a Flowable instead of a Writable, so that reactive chunked responses can...

status: awaiting feedback
type: enhancement
status: next major version

Is there any way to invoke the async eventloop in a `render()` call? It seems like it is synchronous within the scope of view rendering. Soy, for instance, supports "continuations"...

type: enhancement

I'm trying to use the Views layer, specifically with Soy, in a native GraalVM image. Although it works fine when executing on the JVM, the `native-image` tool seems to cull...

relates-to: graal

## Summary Updates to Gradle build, and new build caching added for Maven, Gradle, and Earthly. After a refactor of CI, one can now see all builds via a single...

Hey there @binkley, We make a build cache tool called [Buildless](https://less.build), with support especially for Gradle and Maven. I was wondering if you'd be open to me filing a PR...

enhancement
performance

I have a project where I am using this plugin. I specified my configuration like this: **`pom.xml`** (root) ```xml org.spdx spdx-maven-plugin 0.7.3 ``` **`pom.xml`** (project) ```xml org.spdx spdx-maven-plugin build-spdx install...

## Summary Adds a `module-info.java` so that Geantyref can be used from Modular Java apps. Fixes and closes leangen/geantyref#28 and leangen/geantyref#26 ## Changelog - chore: add mvn build wrapper -...

It would be cool to be able to use Geantyref from Modular Java, i.e. with tools like `jlink`. But right now, it is not possible, because Geantyref ships an `Automatic-Module-Name`,...