spring-cloud-dataflow icon indicating copy to clipboard operation
spring-cloud-dataflow copied to clipboard

Instructions for updating container with extra dependencies.

Open corneil opened this issue 3 years ago • 1 comments

corneil avatar Aug 05 '22 11:08 corneil

@onobc, @markpollack Can you take a look at this.

corneil avatar Aug 10 '22 14:08 corneil

This seems like it should work @corneil . Did you test it on the Oracle driver?

The previous advice (for stream-applications anyways) is to pull the repo locally and rebuild w/ adjusted deps. This is less intrusive, which is nice.

onobc avatar Aug 10 '22 19:08 onobc

This obviously only addresses the k8s problem. For CF we need to drop the executable from Spring Boot plugin so that dependencies can be added to application jars before publishing them in a private Maven Repo.

I believe that private Maven repo and private Container registry should be standard recommendations.

corneil avatar Aug 10 '22 21:08 corneil

Just a question for testing - is there any way to test .bat files with GitHub actions?

klopfdreh avatar Sep 15 '22 03:09 klopfdreh

Just a question for testing - is there any way to test .bat files with GitHub actions?

We will need to create a GitHub actions workflow targeting a Windows runner.

corneil avatar Jan 12 '23 14:01 corneil