Robert Stupp

Results 203 issues of Robert Stupp

https://plugins.gradle.org/plugin/org.caffinitas.gradle.compilecommand (https://github.com/snazy/gradle-compilecommand/) is a Gradle plugin that supports incremental compilation in Gradle with your compile-command-annotations APT. It hides all the machinery (nothing super magic, but still) that's needed to support...

enhancement
help wanted

(See also https://github.com/projectnessie/cel-java/issues/185 ) Steps to reproduce: * Clone https://github.com/projectnessie/cel-java * Run `./gradlew check` -> failure * Interestingly: `./gradlew assemble check` works (may want to add `-x jmh` to skip...

bug

Immutables allows the generation of `.of(...)` methods that directly invoke the constructor, bypassing a temporary builder-object instance and the required copying. The simple use cases have been changed in this...

**NOTE: This PR, actually the integrations-testing stuff it uses, is very much work-in-progress** It relies on the state in https://github.com/snazy/nessie-integration-tests/ - and that piece is changing rapidly. It is at...

pr-integrations

Reference names (branches, tags) can contain slashes. The REST API requires those reference names to be properly escaped, which is fine, because it's intended for machine-to-machine communication. But users (humans)...

Nessie GC, even with #3885, has no functionality to identify and prune completely unreferenced files - i.e. files that have been written, but were never committed to Nessie.

GC

Ticket is an umbrella for a few things: - [ ] Remove code to support global state et al (requires export/import) - [ ] Fix split-packages #5070 - [ ]...

Nessie should perform a couple more checks and some checks in a different way: * every `Put` operation for a _new_ content key must have an _empty_/no `expectedContent` * every...

Adds a shell script that can be run locally and in CI. Simulates a release w/ signed artifacts and verifies that: * `.asc` files exist for pom's module's, .jar's and...