[pull] main from spring-projects:main#14
Conversation
Signed-off-by: sjiwon <sjiwon4491@gmail.com>
Reviewer's GuideThis PR updates license headers with current years and adds a new author, refactors the isRunning() method to use constant comparisons instead of hard-coded strings, and enhances unit tests by renaming methods and adding coverage for both running and non-running statuses. Updated class diagram for ExitStatusclassDiagram
class ExitStatus {
+$UNKNOWN : ExitStatus
+$EXECUTING : ExitStatus
-exitCode : String
+isRunning() : boolean
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Because of some of the corrections made to resolve issues that ErrorProne identified, some of the old imports are no longer valid.
This commit deprecates redundant APIs to simplify the way to configure and use Spring Batch. The most notable changes are: - JobLauncher is deprecated in favor of JobOperator - JobExplorer is deprecated in favor of JobRepository - CommandLineJobRunner is deprecated in favor of more modern alternatives like Spring Boot's job Launcher Other APIs that are only used in the newly deprecated APIs have been deprecated as well. Resolves #4847
Co-authored-by: patbaumgartner <contact@patbaumgartner.com> Signed-off-by: martinfrancois <f.martin@fastmail.com>
Signed-off-by: Patrick Schwizer <schwizer.p@proton.me>
Resolves #4844 Signed-off-by: Andrey Litvitski <andrey1010102008@gmail.com>
Signed-off-by: martinfrancois <f.martin@fastmail.com>
Co-authored-by: martinfrancois <f.martin@fastmail.com> Signed-off-by: Patrick Baumgartner <patrick.baumgartner@42talents.com> Signed-off-by: martinfrancois <f.martin@fastmail.com>
…enizerWasProvided` Signed-off-by: martinfrancois <f.martin@fastmail.com>
This change is required to make it possible to use a JPA transaction manager with the default configuration
Resolves #4894
Signed-off-by: Stefano Cordio <stefano.cordio@gmail.com>
This reverts commit 2d22aa4.
|
🚨 gitStream Monthly Automation Limit Reached 🚨 Your organization has exceeded the number of pull requests allowed for automation with gitStream. To continue automating your PR workflows and unlock additional features, please contact LinearB. |
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )
Summary by Sourcery
Improve ExitStatus by refactoring isRunning logic and expanding its tests, fix test method naming, update author credits and bump copyright years
Bug Fixes:
Enhancements:
Documentation:
Tests:
Chores: