Releases: codecentric/spring-boot-starter-batch-web
Releases · codecentric/spring-boot-starter-batch-web
2.3.0
Grab the new version from Maven central https://repo1.maven.org/maven2/de/codecentric/
Current docs at https://codecentric.github.io/spring-boot-starter-batch-web/2.3.0/
Things that changed in this release
- db92956 - Upgraded to Spring Boot 2.7.2
- 8cb640b - No npm cache needed in Maven Java project
- 9c64a72 - Remove travis files as we build with GitHub Actions now
- 1e094ad - Update snapshot version to 2.3.0-SNAPSHOT
- 3bdf29d - Fixed authors URL in pom.xml
- 07102ad - Fixed link to maven-badges.herokuapp.com ref
- 2fb3179 - Coverage Status from codecov.io
2.2.0
Grab the new version from Maven central https://repo1.maven.org/maven2/de/codecentric/
Current docs at https://codecentric.github.io/spring-boot-starter-batch-web/2.2.0/
Things that changed in this release
- New release version number pattern - no longer suffixed by '.RELEASE'
- Upgraded to Spring Boot 2.6.7
- Moved build pipeline to GitHub Actions
2.1.0.RELEASE
Adding possibility to use a custom JobParametersConverter
2.0.4.RELEASE
- Compatibility: back to Java 8 compiled classes
2.0.3.RELEASE
- Upgrade to Spring Boot 2.2.6.RELEASE
2.0.2.RELEASE
- Upgrade to Spring Boot 2.0.4.RELEASE
- Added custom job data de-/serialization
2.0.1.RELEASE
- Upgrade to Spring Boot 2.0.3.RELEASE
- Renamed maven artifact - formerly known as spring-boot-starter-batch-web (see Spring Boot Starter naming guidelines)
- Naming scheme of batch metrics changed while Spring Boot 2.x added Micrometer to pubish metrics
- Renamed some configuration properties (take a look at the documenation)
1.4.0.RELEASE
- Upgrade to Spring Boot 1.4.1.RELEASE
- Move to TravisCI for Release Management
1.3.7.RELEASE
- Change MetricRepository to MetricReader
- Remove the metrics-exporters and the codahale-dependencies, as it has nothing to do with batches and causes some trouble with Spring Boot 1.3
- Update to Spring Boot 1.3.2.RELEASE
1.3.6.RELEASE
Upgrade to Spring Boot 1.2.5.RELEASE
Upgrade to Spring 4.1.7.RELEASE
Fix MDC Handling for ThreadPools