Chris Bono

Results 139 issues of Chris Bono

There are currently multiple locations where versions are managed in the Dataflow monorepo. - [ ] Produce a hierarchy diagram clearly showing the parent/child/import relationships of all modules in the...

See https://spring.io/projects/spring-cloud-skipper#learn. Seems that Skipper docs no longer published separately at https://docs.spring.io/spring-cloud-skipper/docs//

area/documentation

There are quite a few places that have hardcoded versions. These should be updated to either be dynamic or at the very least reflect the current project version. From Dataflow...

area/documentation

Navigate to https://docs.spring.io/spring-cloud-skipper/docs/current/reference/htmlsingle and it points to v2.3.0. Navigate to https://docs.spring.io/spring-cloud-skipper/docs/current-SNAPSHOT/reference/htmlsingle and it points to v2.3.0.

area/documentation

See SO thread for details: https://stackoverflow.com/questions/77089509/stream-deployment-properties-are-being-locked-after-a-deployment-with-errors Figure out if this is a SCDF issue or just an issue w/ the particular app.

status/need-triage

Examples: ``` app.xxx.spring.datasource.password=k8sSecret:secretName:secretKey app.xxx.spring.datasource.password=vault:secretName:secretKey ``` Router sink in stream apps may want to implement a script and reference the script: `app.xxx.router.script=scripts:myStream/router.groovy` We also need a clean way to indicate that...

status/need-design

The `org.springframework.cloud.dataflow.aggregate.task.impl.AggregateDataFlowTaskExecutionQueryDao` in the newly introduced `spring-cloud-dataflow-aggregate-task module` module needs to be refactored as it is a bit inconsistent and also violates DRY w/ the duplicated SQL statements. All of...

### Split Brain We currently have bi-directional references through Microsite and ref docs. What do we want to do w/ these? ### Antora Antora is the future direction for Spring...

area/documentation

We have handled the repo.spring.io perm changes in both SCDF `2.11.x` and `2.10.x`. * For 2.10.x we configured MavenCentral in. * For 2.11.x we made the resolver have a list...

Once the SCD `2.8.x` [resolver has been improved](https://github.com/spring-cloud/spring-cloud-deployer/issues/398) - apply the changes in SCDF `2.10.x` to take advantage of the improvements. This same work was done in SCDF `2.11.x` ([here](https://github.com/spring-cloud/spring-cloud-dataflow/pull/5372)).