Instructions for updating container with extra dependencies.
@onobc, @markpollack Can you take a look at this.
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.
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.
Just a question for testing - is there any way to test .bat files with GitHub actions?
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.