[pull] main from spring-projects:main#6
Conversation
|
🚨 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. |
Reviewer's GuideThis PR deprecates Class Diagram: Refactoring of JobRepositoryFactoryBean and Introduction of JdbcJobRepositoryFactoryBeanclassDiagram
direction LR
class AbstractJobRepositoryFactoryBean {
%% Base class, Javadoc updated in PR
}
note for AbstractJobRepositoryFactoryBean "Referenced in Javadoc updates of this class."
class InitializingBean {
<<Interface>>
+afterPropertiesSet() void
}
class JobRepositoryFactoryBean {
<<Deprecated>>
#dataSource: DataSource
#jdbcOperations: JdbcOperations
#databaseType: String
#tablePrefix: String
#incrementerFactory: DataFieldMaxValueIncrementerFactory
#jobKeyGenerator: JobKeyGenerator
#maxVarCharLengthForExitMessage: int
#maxVarCharLengthForShortContext: int
#serializer: ExecutionContextSerializer
#clobType: Integer
#charset: Charset
#conversionService: ConfigurableConversionService
+JobRepositoryFactoryBean()
%% Methods like setters for these fields exist
%% but are not shown for brevity as their signatures didn't change.
}
note for JobRepositoryFactoryBean "Deprecated in 6.0 (forRemoval=true).\nAll instance fields changed from private to protected."
class JdbcJobRepositoryFactoryBean {
+JdbcJobRepositoryFactoryBean()
}
note for JdbcJobRepositoryFactoryBean "Introduced in 6.0.\nNew factory bean for JDBC-based JobRepository."
AbstractJobRepositoryFactoryBean <|-- JobRepositoryFactoryBean
JobRepositoryFactoryBean <|-- JdbcJobRepositoryFactoryBean
JobRepositoryFactoryBean ..|> InitializingBean
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 (
|
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 : )