Skip to content

Remove deprecated APIs #3836

Closed
Closed
@fmbenhassine

Description

@fmbenhassine

The following APIs have been marked as deprecated in previous versions and should be removed in v5:

  • Class MapJobRepositoryFactoryBean
  • Class MapExecutionContextDao
  • Class MapJobExecutionDao
  • Class MapJobInstanceDao
  • Class MapStepExecutionDao
  • Class MapJobExplorerFactoryBean
  • Class XStreamExecutionContextStringSerializer
  • Class ClassPathXmlJobRegistry
  • Class ClassPathXmlApplicationContextFactory
  • Class ScheduledJobParametersFactory
  • Class AbstractNeo4jItemReader
  • Class ListPreparedStatementSetter
  • Class RemoteChunkingMasterStepBuilder (and related TODO in BatchIntegrationNamespaceHandler)
  • Class RemoteChunkingMasterStepBuilderFactory
  • Class RemotePartitioningMasterStepBuilder
  • Class RemotePartitioningMasterStepBuilderFactory
  • Class AbstractJobTests
  • Class org.springframework.batch.item.xml.StaxUtils
  • Enum org.springframework.batch.item.file.transform.Alignment
  • Method JobExecution#stop()
  • Method JobParameters#getDouble(String key, double defaultValue)
  • Method JobParameters#getLong(String key, long defaultValue)
  • Method SimpleStepExecutionSplitter(JobRepository jobRepository, Step step, Partitioner partitioner)
  • Method SimpleStepExecutionSplitter#getStartable(StepExecution stepExecution, ExecutionContext context)
  • Method AbstractJobRepositoryFactoryBean#getJobRepository()
  • Method AbstractCursorItemReader#cleanupOnClose()
  • Method HibernateItemWriter#doWrite(HibernateOperations hibernateTemplate, List<? extends T> items)
  • Method JdbcCursorItemReader#cleanupOnClose()
  • Method StoredProcedureItemReader#cleanupOnClose()
  • Method HibernatePagingItemReaderBuilder#useSatelessSession(boolean useStatelessSession)
  • Method MultiResourceItemReader#getCurrentResource()
  • Method BatchIntegrationConfiguration#remoteChunkingMasterStepBuilderFactory()
  • Method BatchIntegrationConfiguration#remotePartitioningMasterStepBuilderFactory()
  • Method org.springframework.batch.item.util.FileUtils#setUpOutputFile(File file, boolean restarted, boolean overwriteOutputFile)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions