Skip to content

Multiple trationDelegate$BeanPostProcessorChecker Warnings Arise When Using Spring Boot 3.2.0 #4519

Closed
@woosungkim0123

Description

@woosungkim0123

Bug description
When attempting to run a Batch process in Spring Boot 3.2.0, multiple BeanPostProcessorChecker warnings are being logged.

Environment

  • Spring Batch version: 5.1
  • Java version: 17, 21
  • Database used (if applicable): H2
  • Additional environment details: Spring Boot 3.2.0

Steps to reproduce

  1. Configure an application using Spring Boot 3.2.0, Spring Batch 5.1, and H2 database.
  2. Run the application.
  3. BeanPostProcessorChecker warnings appear in the log.

Expected behavior
The application should initialize and run without any BeanPostProcessorChecker warnings.

Minimal Complete Reproducible example
The warnings that are being displayed have been documented in the README of the demo project.
minimal example

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: duplicateIssues that are duplicates of other issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions