Skip to content

Fineract 2621/spring boot 4.1#6069

Draft
avivijay19 wants to merge 3 commits into
apache:developfrom
avivijay19:FINERACT-2621/spring-boot-4.1
Draft

Fineract 2621/spring boot 4.1#6069
avivijay19 wants to merge 3 commits into
apache:developfrom
avivijay19:FINERACT-2621/spring-boot-4.1

Conversation

@avivijay19

Copy link
Copy Markdown
Contributor

Description

Describe the changes made and why they were made. (Ignore if these details are present on the associated Apache Fineract JIRA ticket.)

Checklist

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Write the commit message as per our guidelines
  • Acknowledge that we will not review PRs that are not passing the build ("green") - it is your responsibility to get a proposed PR to pass the build, not primarily the project's maintainers.
  • Create/update unit or integration tests for verifying the changes made.
  • Follow our coding conventions.
  • Add required Swagger annotation and update API documentation at fineract-provider/src/main/resources/static/legacy-docs/apiLive.htm with details of any API changes
  • This PR must not be a "code dump". Large changes can be made in a branch, with assistance. Ask for help on the developer mailing list.

Your assigned reviewer(s) will follow our guidelines for code reviews.

Move the Spring Boot BOM and Gradle plugin to 4.0.7 (Spring Framework 7,
Security 7, Batch 6, EclipseLink 5), apply the Boot 4 starter renames,
drop the pins now managed by the BOM, and pin resilience4j-spring-boot4.
Enable spring-boot-jackson2 so the Jersey layer stays on Jackson 2.

Module sources are migrated in follow-up commits; the build is expected
to break here.

Signed-off-by: avinashvijayvargiya <avinash14022002@gmail.com>
Relocate the Spring Batch imports that moved in 6.0.x: the Job/Step types
and parameters into core.job, core.step and core.job.parameters, and
RepeatStatus into batch.infrastructure.repeat. fineract-core compiles on
Spring Boot 4.

Signed-off-by: avinashvijayvargiya <avinash14022002@gmail.com>
@avivijay19 avivijay19 marked this pull request as draft June 30, 2026 16:10
Relocate the Spring Batch imports that moved in 6.0.x (Job/Step types into
core.job, core.step and core.listener; the item.* and repeat.* subtrees
into batch.infrastructure.*), and adapt CustomJobParameterResolver to the
new JobParameters/JobParameter record API (parameters(), name(), value()).

Signed-off-by: avinashvijayvargiya <avinash14022002@gmail.com>
@avivijay19

Copy link
Copy Markdown
Contributor Author

Please dont merge and run the workflow unless asked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant