I am working on a application to upgrade it to JAVA 8.
It is using spring integration, spring batch and spring batch admin.
For spring integration and spring batch to work on java 8, we have to upgrade it to latest spring integration which is 4.3.5 (this is what I'm trying to use) and spring batch to 3.0.7.
Problem I am facing is while upgrading SPRING BATCH ADMIN, which was last released in jan 2015 and internally it uses old spring integration version.
Wanted to ask- what are my options as application is very much depending on spring batch admin?
Is there any alternative for spring batch admin which can be used with spring integration 4.3.5 and spring batch 3.0.7.
Need advice and help regarding the same.
Note: I have read somewhere that I can use spring boot admin.
Please let me know if need more clarification on above question. .