Skip to content

#3199 Add support for implicit conversion between java.time.LocalDate and java.time.LocalDateTime#3254

Merged
filiphr merged 2 commits into
mapstruct:mainfrom
Bragolgirith:support-implicit-conversion-localdatetime-localdate
May 1, 2023
Merged

#3199 Add support for implicit conversion between java.time.LocalDate and java.time.LocalDateTime#3254
filiphr merged 2 commits into
mapstruct:mainfrom
Bragolgirith:support-implicit-conversion-localdatetime-localdate

Conversation

@Bragolgirith

@Bragolgirith Bragolgirith commented Apr 25, 2023

Copy link
Copy Markdown
Contributor

Fixes #3199

Took the liberty of creating a PR.
First time contributing to the project, so do tell if I've missed something!

@filiphr filiphr left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks @Bragolgirith. It looks good to me. I only have one small question

Comment thread processor/src/main/java/org/mapstruct/ap/internal/conversion/Conversions.java Outdated
@Bragolgirith

Copy link
Copy Markdown
Contributor Author

Also, there were some CI workflow run failures last time, e.g.:

Could not transfer artifact ... (truncated) ... Connect to repo.maven.apache.org:443 [repo.maven.apache.org/146.75.28.215] failed: Connection timed out -> [Help 1]

These seem unrelated to the PR - maybe a one-time connectivity issue or a proxy configuration issue?

@filiphr

filiphr commented Apr 30, 2023

Copy link
Copy Markdown
Member

Thanks for your changes @Bragolgirith.

Also, there were some CI workflow run failures last time, e.g.:

Those are some recurring flaky errors we are getting on our CI. I ignore those errors. I'll merge this once the final build is done

@filiphr filiphr merged commit d3b4a16 into mapstruct:main May 1, 2023
@Bragolgirith Bragolgirith deleted the support-implicit-conversion-localdatetime-localdate branch May 1, 2023 10:03
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.

Support for implicit conversion between java.time.LocalDate and java.time.LocalDateTime

2 participants