spring-projects/spring-batch-extensions

spring-batch-bigquery-0.1.0.jar in maven central repository does not have any reader classes in it

Closed this issue · 2 comments

I have been using spring batch extension project to read data from bigquery as part of one batch job I wrote.
So, far I was building jar locally and using it. I recently updated my dependency to download jar from maven central. My code started breaking as all the readers I have been using so far are not there in maven central jar.
Am I missing something?
Dependency used

org.springframework.batch.extensions
spring-batch-bigquery
0.1.0

Hey there, sorry for the late response. Due to the war in Ukraine I am not very active in the project.

Here you can find that it is published in Maven central.

Also take into account that reader is not available in version 0.1.0 it is planned for the next version.

Closing this issue due to inactivity.