Skip to content

fix: use Spring Boot 3 launcher in service manifests#60

Merged
kenahrens merged 1 commit intomasterfrom
fix/spring-boot-launcher-manifests
Apr 3, 2026
Merged

fix: use Spring Boot 3 launcher in service manifests#60
kenahrens merged 1 commit intomasterfrom
fix/spring-boot-launcher-manifests

Conversation

@kenahrens
Copy link
Copy Markdown
Member

Summary

  • update transactions-service, accounts-service, and api-gateway deployment commands to launch with org.springframework.boot.loader.launch.JarLauncher
  • keep image tags unchanged and fix startup behavior at the manifest layer

Why

These services currently fail at startup with:
ClassNotFoundException: org.springframework.boot.loader.JarLauncher
because Spring Boot 3 layered jars use org.springframework.boot.loader.launch.JarLauncher.

@kenahrens kenahrens merged commit b173656 into master Apr 3, 2026
6 checks passed
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