5

Spring Batch Admin Manager implementation is not updated since January 2015.

Is there something else that have to be used instead? Or should I still use Spring Batch Admin Manager to provide some generic UI for Spring Batch application?

Ivan
  • 193
  • 3
  • 14

2 Answers2

3

Assuming you mean the Spring Batch Admin v1.3.1 release then:

Is there something else? Yes, if your spring batch application is a spring boot variant have a look at https://github.com/codecentric/spring-boot-admin and how to configure it checkout http://codecentric.github.io/spring-boot-admin/1.4.1/#getting-started and https://blog.codecentric.de/en/2014/09/spring-boot-admin-first-official-release/

Sander_M
  • 1,109
  • 2
  • 18
  • 36
  • Thanks for the answer. Yes, I meant the Spring Batch Admin 1.3.1 release. – Ivan Aug 25 '16 at 06:51
  • Welcome, please accept and upvote the answer if it helped you and/or answered your question :) – Sander_M Aug 25 '16 at 12:51
  • 1
    This answer might not be relevant to the question as Spring Batch Admin provides the indepth of the jobs, scheduling, status and progress. Talking about the Spring Boot Admin, it provides the detailed view of the application container itself. Ref: https://github.com/codecentric/spring-boot-admin/issues/461 – V_J Jan 15 '18 at 09:49
2

The Spring Batch Admin Git Repository claim

NOTE: This project is being moved to the Spring Attic and is not recommended for new projects. Spring Cloud Data Flow is the recommended replacement for managing and monitoring Spring Batch jobs going forward. You can read more about migrating to Spring Cloud Data Flow here.

Ralph
  • 118,862
  • 56
  • 287
  • 383