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

Ensure kotlinx.datetime.LocalTime exists before adding the serializer #1530

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

rozza
Copy link
Member

@rozza rozza commented Oct 15, 2024

LocalTime was added in kotlinx.datetime v0.4.0 and won't be available if older versions of kotlinx datetime are on the classpath.

JAVA-5641

@rozza rozza requested a review from vbabanin October 15, 2024 09:27
LocalTime was added in kotlinx.datetime v0.4.0 and won't be available
if older versions of kotlinx datetime are on the classpath.

JAVA-5641
@rozza
Copy link
Member Author

rozza commented Oct 15, 2024

Turns out I was wrong with this: 92dfc2f3 - apologies @vbabanin

@vbabanin
Copy link
Member

vbabanin commented Oct 22, 2024

No worries @rozza —I agreed with the suggestion to remove extra checks in that PR too. Thanks for fixing it! LGTM!

@rozza rozza merged commit e8e5c97 into mongodb:main Oct 22, 2024
54 of 59 checks passed
katcharov pushed a commit that referenced this pull request Nov 5, 2024
…#1530)

LocalTime was added in kotlinx.datetime v0.4.0 and won't be available
if older versions of kotlinx datetime are on the classpath.

JAVA-5641
@katcharov katcharov mentioned this pull request Nov 5, 2024
katcharov added a commit that referenced this pull request Nov 5, 2024
…#1530) (#1559)

LocalTime was added in kotlinx.datetime v0.4.0 and won't be available
if older versions of kotlinx datetime are on the classpath.

JAVA-5641

Co-authored-by: Ross Lawley <ross@mongodb.com>
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