Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumps gson version in order to work with Spingboot 3.4 #799

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

froderik
Copy link

@froderik froderik commented Dec 4, 2024

Issue describing the changes in this PR

When using SpringBoot 3.4 this inside the azure-functions-docker conteiner apps are not starting due to a mismatch with gson versions. Gson 2.11.0 needs to be included in order for springboot to work properly. It does not help to bundle it with the application since the stuff in this jar file it loaded before the springboot app.

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes should not be added to the release notes for the next release
    • Otherwise: I've added my notes to release_notes.md - there is no such file that I could find
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • I have added all required tests (Unit tests, E2E tests) - tests are not working on the dev branch.

Additional information

Additional PR information

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