argo-client-java
argo-client-java copied to clipboard
⚠️This repository is no longer maintained, please find your Java SDKs https://github.com/argoproj/argo-workflows/blob/master/docs/client-libraries.md
Bumps [client-java](https://github.com/kubernetes-client/java) from 9.0.2 to 11.0.1. Release notes Sourced from client-java's releases. Release 11.0.0 Release Notes: Major release in support of Kubernetes 1.19.x Improvements to Spring support for Kubernetes Misc....
Address issue described in https://github.com/argoproj-labs/argo-client-gen/issues/10
It would be great if there were an artifact on Maven Central so folks don't have to build the client for themselves. Ideally this would be an automated process pushing...
remove the gradleish files, 'cause jitpack thinks this is a gradle project possible close for #15
Once starting the Example program from the `readme.md` with appropriate url set to `localhost:2746`, one gets following error: ``` "/Applications/IntelliJ IDEA.app/Contents/jbr/Contents/Home/bin/java" -javaagent:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=49913:/Applications/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8 -classpath /Users//Projects/testArgoClient/target/classes:/Users//.m2/repository/io/argoproj/workflow/argo-client-java/v3.0.1/argo-client-java-v3.0.1.jar:/Users//.m2/repository/io/kubernetes/client-java/9.0.2/client-java-9.0.2.jar:/Users//.m2/repository/io/kubernetes/client-java-api/9.0.2/client-java-api-9.0.2.jar:/Users//.m2/repository/io/sundr/builder-annotations/0.21.0/builder-annotations-0.21.0.jar:/Users//.m2/repository/io/sundr/sundr-core/0.21.0/sundr-core-0.21.0.jar:/Users//.m2/repository/io/sundr/sundr-codegen/0.21.0/sundr-codegen-0.21.0.jar:/Users//.m2/repository/io/sundr/resourcecify-annotations/0.21.0/resourcecify-annotations-0.21.0.jar:/Users//.m2/repository/org/joda/joda-convert/2.2.1/joda-convert-2.2.1.jar:/Users//.m2/repository/io/kubernetes/client-java-proto/9.0.2/client-java-proto-9.0.2.jar:/Users//.m2/repository/org/yaml/snakeyaml/1.26/snakeyaml-1.26.jar:/Users//.m2/repository/commons-codec/commons-codec/1.14/commons-codec-1.14.jar:/Users//.m2/repository/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar:/Users//.m2/repository/com/google/guava/guava/29.0-jre/guava-29.0-jre.jar:/Users//.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/Users//.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/Users//.m2/repository/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.jar:/Users//.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar:/Users//.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/Users//.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/Users//.m2/repository/org/bouncycastle/bcprov-ext-jdk15on/1.66/bcprov-ext-jdk15on-1.66.jar:/Users//.m2/repository/org/bouncycastle/bcpkix-jdk15on/1.66/bcpkix-jdk15on-1.66.jar:/Users//.m2/repository/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66.jar:/Users//.m2/repository/com/google/protobuf/protobuf-java/3.12.2/protobuf-java-3.12.2.jar:/Users//.m2/repository/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar:/Users//.m2/repository/org/bitbucket/b_c/jose4j/0.7.2/jose4j-0.7.2.jar:/Users//.m2/repository/io/swagger/swagger-annotations/1.5.24/swagger-annotations-1.5.24.jar:/Users//.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/Users//.m2/repository/com/squareup/okhttp3/okhttp/3.14.7/okhttp-3.14.7.jar:/Users//.m2/repository/com/squareup/okio/okio/1.17.2/okio-1.17.2.jar:/Users//.m2/repository/com/squareup/okhttp3/logging-interceptor/3.14.7/logging-interceptor-3.14.7.jar:/Users//.m2/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar:/Users//.m2/repository/io/gsonfire/gson-fire/1.8.4/gson-fire-1.8.4.jar:/Users//.m2/repository/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.jar:/Users//.m2/repository/joda-time/joda-time/2.9.9/joda-time-2.9.9.jar:/Users//.m2/repository/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar ArgoClient Exception when...
Hello, I get the following error when trying to install the client to a local project: ``` Could not resolve dependencies for project com.udit:crudapp:jar:0.0.1-SNAPSHOT: Cannot access central (https://repo.maven.apache.org/maven2) in offline...
Hello, I didn't found how to get artifact data. My goal is to retrieve workflow logs. For instance : https://localhost:2746/artifacts/phoenix/hello-world-xl8d5/hello-world-xl8d5/main-logs Is there a way to do that? Thank you
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. Changelog Sourced from junit's changelog. Summary of changes...
The project already has Maven as the build system. Please remove Gradle nature of the project, it could cause confusion alongside the pom.xml
The bottom of the README mentions which authentication methods are available, but it provides neither 1) an explanation of configuring authentication in argo-server nor 2) code examples for how to...