Skip to content

DEVX-772-Spring-Boot-update-to-version-4-in-Java-SDK#1055

Merged
ShipilA merged 12 commits intomainfrom
DEVX-772-Spring-Boot-update-to-version-4-in-Java-SDK
Apr 8, 2026
Merged

DEVX-772-Spring-Boot-update-to-version-4-in-Java-SDK#1055
ShipilA merged 12 commits intomainfrom
DEVX-772-Spring-Boot-update-to-version-4-in-Java-SDK

Conversation

@ShipilA
Copy link
Copy Markdown
Contributor

@ShipilA ShipilA commented Apr 2, 2026

Updated Spring and related libs (in "examples")
Updated Java to 21 (in "examples")
Fixing errors because of the update

@ShipilA ShipilA requested a review from a team as a code owner April 2, 2026 10:59
@ShipilA ShipilA requested review from jenschude and removed request for a team April 2, 2026 10:59
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 9.79%. Comparing base (d5ba7dc) to head (02ad986).
⚠️ Report is 15 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##              main   #1055   +/-   ##
=======================================
  Coverage     9.79%   9.79%           
  Complexity    2087    2087           
=======================================
  Files         8106    8106           
  Lines        78449   78449           
  Branches       355     355           
=======================================
  Hits          7681    7681           
  Misses       70571   70571           
  Partials       197     197           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Contributor

@jenschude jenschude left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small nitpick

👍

build.gradle Outdated
tasks.withType(Javadoc).configureEach {
javadocTool = javaToolchains.javadocToolFor {
languageVersion = JavaLanguageVersion.of(17)
languageVersion = JavaLanguageVersion.of(21)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would stick for javadoc and tests here still to Java 17

@ShipilA ShipilA merged commit eab7765 into main Apr 8, 2026
15 checks passed
@ShipilA ShipilA deleted the DEVX-772-Spring-Boot-update-to-version-4-in-Java-SDK branch April 8, 2026 14:29
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.

2 participants