Clayton Walker

Results 47 issues of Clayton Walker

Multi-release jars https://openjdk.org/jeps/238 should have identical api surfaces, but if we create an mr-jar with a new or altered function signature, that's not currently checked by the plugin.

enhancement
jvm

Simplest way to make sure our paths are properly escaped is to write out the contents using the `Properties` class.

Adds bazel platform support.

## What's going wrong? When running an app in docker on a [distroless](https://github.com/GoogleContainerTools/distroless/tree/master/nodejs) base image, we see these two errors being logged. The Dockerfile ``` FROM node:12 AS build-env ENV...

**Environment**: - Jib Gradle plugin 3.4.5 - Gradle 8.13 - macos **Description of the issue**: Jib fails to load images produced with bazel's rules_oci 2.x https://github.com/bazel-contrib/rules_oci/releases/tag/v2.0.0 This seems to be...

priority:p3
type:bug

As of the change made in https://github.com/spring-projects/spring-framework/commit/7edb0b339719db49803f5a81c9501816d75077b0, spring-framework now requires java 25 to build. Furthermore spring-framework now builds with Gradle 9.2.0 https://github.com/spring-projects/spring-framework/commit/9c0f7146392d4883e43ce2a1016fe15a879bfe38 which [promoted[(https://docs.gradle.org/current/release-notes.html#daemon-toolchain-is-now-stable) the [daemon toolchain](https://docs.gradle.org/current/userguide/gradle_daemon.html#sec:daemon_jvm_criteria) feature. This should...

status: waiting-for-triage

**Is your feature request related to a problem? Please describe.** We're using kotlin and spring mvc, not reactor and want to use a client with native webmvc support. **Describe the...

type: enhancement