Ilayaperumal Gopinathan

Results 62 comments of Ilayaperumal Gopinathan

It looks like the REST repository for Skipper `Repository` doesn't expose the `save` and `delete` method invocations as per [this](https://github.com/spring-cloud/spring-cloud-skipper/blob/master/spring-cloud-skipper-server-core/src/main/java/org/springframework/cloud/skipper/server/repository/RepositoryRepository.java#L51). I think we had a reason not to expose these...

The application configuration properties are passed as either stream definition or deployment properties from SCDF and Skipper has [processes them and set as deployment properties](https://github.com/spring-cloud/spring-cloud-skipper/blob/master/spring-cloud-skipper-server-core/src/main/java/org/springframework/cloud/skipper/server/deployer/AppDeploymentRequestFactory.java#L118) when sending the deployment request...

We assume you are using K8s and it would be good to have more information including sample configuration YAML etc., Did you already check this configuration setup: https://docs.spring.io/spring-cloud-dataflow/docs/current/reference/htmlsingle/#_container_security_context

@linarkou Could you rebase and squash the commits on this PR please?

@linarkou Rebased the PR and running the tests. Will be merging shortly.

Squashed and merged the changes as a1db00ab1.

@lwgCodePlus Please try the latest Spring AI 1.0 and re-open this issue if you still run into problems. Thanks

@JasonQi-swe Spring AI 1.0 uses jackson-databind `2.18.3` as well. Based on the response [here](https://github.com/bonigarcia/webdrivermanager/issues/1471#issuecomment-2904039660), this should be resolved. Closing this for now.

Closing this as complete.

@deejay1 Thanks for the PR and keeping it up-to-date.