Skip to content

Adding examples to Spring Boot (duration, zoneddatetime and suspend/resume) #1413

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

salaboy
Copy link
Collaborator

@salaboy salaboy commented Jun 11, 2025

Description

Adding examples to validate that ZonedDateTime works

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #1409

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@salaboy salaboy requested review from a team as code owners June 11, 2025 02:50
@salaboy salaboy marked this pull request as draft June 11, 2025 02:51
@salaboy salaboy force-pushed the 1409-zoneddatetime branch from 58fffef to 4fd0a74 Compare June 11, 2025 02:52
@cicoyle cicoyle added this to the v1.15 milestone Jun 11, 2025
@salaboy salaboy force-pushed the 1409-zoneddatetime branch from 4fd0a74 to 8f93b57 Compare June 17, 2025 01:26
@salaboy salaboy marked this pull request as ready for review June 17, 2025 01:26
Copy link

codecov bot commented Jun 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.34%. Comparing base (d759c53) to head (8f93b57).
Report is 172 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1413      +/-   ##
============================================
+ Coverage     76.91%   78.34%   +1.42%     
- Complexity     1592     1878     +286     
============================================
  Files           145      234      +89     
  Lines          4843     5832     +989     
  Branches        562      601      +39     
============================================
+ Hits           3725     4569     +844     
- Misses          821      943     +122     
- Partials        297      320      +23     

☔ 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.

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.

ZonedDateTime is not supported for Create Timer
2 participants