What is the release date for Spring cloud version 2021.0.x? - spring-cloud

We are waiting for the latest release of Spring cloud for a bugfix. What is the date for its release?

Here you can find all Spring Cloud releases with their dates https://github.com/spring-cloud/spring-cloud-release/milestones . Here https://github.com/spring-cloud/spring-cloud-release/milestone/109 you can find the 2021.0.0 release. It is currently scheduled for 30.11.2021

Related

Spring boot admin client: Is there planned date for support Spring boot 3.0?

There is no version of Spring boot admin client for Spring boot 3.0. Is there planned release?
I'm trying to monitor my application in Spring boot 3 with Spring boot admin client.
I would like to say, it is brilliant tool and thanks maintainers for their work!
There are milestone releases, currently there is 3.0.0-M8, see https://github.com/codecentric/spring-boot-admin/releases/tag/3.0.0-M8
Some things still need to get fixed and all dependencies must be supporting Spring Boot 3.0 first. But you can already use the milestone and if there is anything missing/broken please provide feeedback via github issues.

JPAMapStore missing in latest version of Hibernate-Spring

JPAMapStore missing in latest version of Hibernate-Spring.
Its Available in hazelcast-spring-3.2.4.jar, However i am not able to find it latest version of Hibernate-Spring.
I am trying to use JPA based Mapstore for my Spring Boot Application
It was deleted long time ago and moved to Hazelcast Code Samples. It's not strictly related to core Hazelcast, so you can write it on your own or just copy from the Code Samples.
Some other related resources:
Hazelcast JPA Code Sample
Hazelcast JPA Example
Hazelcast Spring Data Module

Spring batch upgrade from 2.1.x to 4.2.x

we would like our Spring batch to upgrade from version 2.1.x to latest 4.2.x. Initial assessment suggests Spring batch admin manager has been deprecated and replaced by spring cloud data flow. Our organization is not looking for any Spring cloud solutions as heavily invested in other cloud solutions. I am interested to understand on
What is the alternate solution of spring admin manager
High level upgradation steps
Thanks in advance for your assistance in this regard.
Regards
Prashant S

setting up stand alone spring batch job admin portal for existing jobs

Currently, I have spring batch jobs developed in spring-batch 2.1
as there are so many jobs and they are running fine for a long time - so upgrading to the latest version will take some time.
Till then I want to set up spring batch admin portal have not found any firm solution so far
posting it for information
decided to go further with spring cloud data flow -
we needed minimal changes in our existing spring batch jobs - so this is what we did
Spring batch upgrade - to - Spring batch 3.0.1
and then use - spring-boot-starter-batch 1.1.4
This helped us to build a batch admin tool - with spring cloud data flow with the spring batch jobs.
We referred this blog from the Baeldung
BATCH_Processing_with_SPRING_CLOUD_DATA_FLOW

Configuring Spring Cloud Stream in Camden.SR5 with Spring boot 1.5.1

First off, thanks to the Spring team for all their work pushing this work forward!
Now that Camden.SR5 is official, I have some questions on how to correctly configure the spring cloud stream kafka binder when using Spring Boot 1.5.1.
Spring boot 1.5.1 has auto configuration for kafka and those configuration options seem to be redundant with those in the spring cloud stream kafka binder.
Do we use the core spring boot properties (spring.kafka.) or do we use (spring.cloud.stream.kafka.binder.)?
I did find this issue, but I am curious if this work will be included in the next Camden release?
https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/73
Additionally, I saw this issue reported on Stack Overflow and I believe it will also be an issue with Camden.SR5?
Failed to start bean 'inputBindingLifecycle' when using spring-boot:1.5.1 and spring-cloud-stream
Thanks
Supporting the Boot 1.5 configuration options is an issue in progress. Also, since dedicated 1.5 support is coming only with Spring Cloud Stream Chelsea release train (which is included in the Dalston release of Spring Cloud), it will be available only there.
Also, when using Spring Cloud Camden with Boot 1.5 you will need to override the Kafka dependencies as described in Failed to start bean 'inputBindingLifecycle' when using spring-boot:1.5.1 and spring-cloud-stream. This will be avoided in future versions of Spring Cloud Stream (and Spring Cloud) but only starting in the Chelsea release train of Spring Cloud Stream (and the Dalston release of Spring Cloud) - see https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/88 for details.