Does any of the Spring Batch dependencies uses fabric8 project ? #5130
Replies: 2 comments 6 replies
-
|
GitHub allows querying direct and transitive dependencies via the Dependency graph UI. With a quick search, I couldn't spot any fabric8 dependency. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @sumukhkeni ,
No, Spring Batch does not depend on anything from fabric8
How did you come to this conclusion? Can you please elaborate on how you check for dependencies? @scordio Thank you for the follow up on this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We're using spring batch for our bulk record processing jobs. Our aplication is deployed on Google GKE culster and we spawn spring jobs as kubernetes job pods. Spring batch internally consumes few library projects from the fabric8 suite hosted at for the same. Wanted to know if Spring Batch actually depends on any of the projects from https://github.com/fabric8io that are archived and resetted and therefore not being supported by the community anymore.
For example, Spring batch depends on project kubernetes-client which is is still active. This dependency is OK for the community to live with.
I needed input on whether Spring batch also depends on project fabric8 that is archived and reseted by the owner on Nov 6, 2025. This dependency is an issue since the same is not active and hence there is no active support for the same.
Would appreciate if someone can clarify if there are any such archived and reseted projects from https://github.com/fabric8io that Spring Batch depends on. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions