Yves Brissaud
Yves Brissaud
**- What I did** Use the proxy configuration from Docker config settings. **- How I did it** Read the config file and apply the needed environment variables. **- How to...
**- What I did** Display a new column in `docker images --tree` to show the presence of attestations for an image **- How I did it** **- How to verify...
Documentation about arguments, custom functions, return values and others for the Java SDK
Align `.dagger/sdk_java` with `sdk/java`. Fix disable SVE on arm64 machines so we can use java 23 everywhere (align maven and jre images). Update maven and jre images, smaller, alpine based,...
The VS Code java plugin is missing some features for years: the ability to code complete based on the target/generated-sources files. This allows to explicitly instruct maven/vs code by adding...
> [!NOTE] > This issue allows to track progress, ideas, feedback about a Dagger Java SDK. >[!WARNING] > 🚧 This is in progress, the lists below are not exhaustive and...
Update the way fields are serialized and exposed. Fields can be serialized whatever their visibility. It doesn't mean they are exposed, a function is created with the field name to...
Add documentation on how to integrate the Dagger Java SDK with custom applications. It covers three cases: - Java / maven - Java / gradle - Kotlin / gradle rel...
Fix when a function is returning void (so nothing): - declare as a typedef of kind Void, optional - do not get a value and return null
Java SDK Cookbook - [x] filesystem - [x] builds - [x] secrets - [ ] services - [ ] just-in-time artifacts - [ ] optimizations - [ ] error handling...