-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
RESTEasy Reactive doesn't provide converters for types like Optional<LocalDate>
#28089
Milestone
Comments
/cc @geoand (not sure why the bot didn't ping anyone) |
Thanks for reporting. I'll have a look some time this week |
geoand
changed the title
RestEasy Reactive doesn't provide converters for types like
RESTEasy Reactive doesn't provide converters for types like Sep 20, 2022
Optional<LocalDate>
Optional<LocalDate>
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Sep 20, 2022
#28095 takes care of it |
geoand
added a commit
that referenced
this issue
Sep 21, 2022
Make RESTEasy Reactive work with Optional temporal types
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Oct 3, 2022
Fixes: quarkusio#28089 (cherry picked from commit becda00)
igorregis
pushed a commit
to igorregis/quarkus
that referenced
this issue
Oct 16, 2022
igorregis
pushed a commit
to igorregis/quarkus
that referenced
this issue
Oct 16, 2022
igorregis
pushed a commit
to igorregis/quarkus
that referenced
this issue
Oct 16, 2022
igorregis
pushed a commit
to igorregis/quarkus
that referenced
this issue
Oct 17, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Not sure if this is expected to work or not, but while RestEasy Reactive has support for Java Time types (like
LocalDate
) out-of-the-box, this doesn't work when wrapped in an optional (e.g.Optional<LocalDate>
).Expected behavior
I would have expected this to be supported. Sample code:
Actual behavior
See description.
How to Reproduce?
Unzip code-with-quarkus.zip and run
mvn quarkus:dev
.Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.12.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: