Chris Bono

Results 139 issues of Chris Bono

One of the manual pre-release steps is to invoke a [script](https://github.com/spring-cloud/spring-cloud-dataflow/blob/main/src/scripts/scdf-issues-294) to ensure that no issues are open against the current milestone. It would be nice if this automatically happened...

area/build

There is a [script](https://github.com/spring-cloud/spring-cloud-dataflow/blob/main/src/scripts/scdf-issues-294) that is run pre-release to ensure that no issues are open against the current milestone. One of the manual post-release steps is to create the [script](https://github.com/spring-cloud/spring-cloud-dataflow/blob/main/src/scripts/scdf-issues-294)...

area/build

**Problem description:** The Java REST client provides an API that does not automatically handle prev/next pages. It would be nice if this was done automatically. #### TODO Flesh out ticket...

status/need-investigation

The existing FileIngest sample (S3->DB) is out of date as it references older docs and also uses the legacy annotation based model. https://tanzu.vmware.com/content/blog/need-24x7-etl-then-move-to-cloud-native-file-ingest-with-spring-cloud-data-flow ### TODO - [ ] High level...

status/need-investigation

### Technical steps - [ ] Upgrade SCDF to Boot 2.7.x (allows differentiating MySQL / MariaDB schemas) - [ ] Split the MariaDB / MySQL schemas - [ ] Run...

status/in-progress

1. [ ] Remove all reference to stream/task-app-starters and replace w/ stream-applications 2. [ ] Replace all links pointing to `master` w/ `main` 3. [ ] Make sure all links...

area/documentation

#### Summary Adds support for the TTL check to take into account the current application health status. #### How does it get the app status? If the consuming application is...

in progress

New breaking changes have been added to SF6 snapshot which will require our binder child context initializer code to be slightly modified. - If you use AotFactoriesLoader you'll need to...

AOT / NATIVE

@onobc @olegz @sobychacko I think it would be useful to add sample project, and to clarify how to acknowledge manually. Also - document error handling with DLQ. _Originally posted by...

- Add doc describing how AOT works w/ the binder child context - Update AOT related class javadocs appropriately - Add tests covering this functionality

AOT / NATIVE