auto-pipeline icon indicating copy to clipboard operation
auto-pipeline copied to clipboard

🚀 auto-pipeline is a source code generator that auto generate the component's pipeline.

Results 5 auto-pipeline issues
Sort by recently updated
recently updated
newest added

Bumps `kotestVersion` from 5.8.1 to 5.9.0. Updates `io.kotest:kotest-runner-junit5-jvm` from 5.8.1 to 5.9.0 Release notes Sourced from io.kotest:kotest-runner-junit5-jvm's releases. v5.9.0 New Features Support for WebAssembly (the wasmJs target) has been added...

dependencies
java

Bumps `kotest.version` from 5.8.1 to 5.9.0. Updates `io.kotest:kotest-runner-junit5-jvm` from 5.8.1 to 5.9.0 Release notes Sourced from io.kotest:kotest-runner-junit5-jvm's releases. v5.9.0 New Features Support for WebAssembly (the wasmJs target) has been added...

dependencies
java

Bumps `kotlin.version` from 1.9.23 to 1.9.24. Updates `org.jetbrains.kotlin:kotlin-bom` from 1.9.23 to 1.9.24 Release notes Sourced from org.jetbrains.kotlin:kotlin-bom's releases. 1.9.24 Changelog Backend. Wasm KT-64890 K/Wasm compiler crash with external class and...

dependencies
java

Bumps [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.1.1 to 3.1.2. Release notes Sourced from org.apache.maven.plugins:maven-install-plugin's releases. 3.1.2 Release Notes - Maven Install Plugin - Version 3.1.2 What's Changed [MNG-6829] Replace StringUtils#isEmpty(String) & #isNotEmpty(String) by...

dependencies
java

Hi, when using autopipeline, I encountered a little difficulty about using annotation. The annotations in my interface like @NotNull cannot be retained in the generated classes (including the implementations of...

enhancement