-
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
Introduce lenient Duration converter #2452
Labels
Milestone
Comments
@machi1990 would you be interested in taking this one? The converter can already be written but I think we need to wait for #2399 to go in for the declaration as it changes the way converters are declared. |
machi1990
added a commit
to machi1990/quarkus
that referenced
this issue
May 16, 2019
machi1990
added a commit
to machi1990/quarkus
that referenced
this issue
May 17, 2019
machi1990
added a commit
to machi1990/quarkus
that referenced
this issue
May 17, 2019
machi1990
added a commit
to machi1990/quarkus
that referenced
this issue
May 18, 2019
machi1990
added a commit
to machi1990/quarkus
that referenced
this issue
May 18, 2019
…inient Duration converter
machi1990
added a commit
to machi1990/quarkus
that referenced
this issue
May 18, 2019
machi1990
added a commit
to machi1990/quarkus
that referenced
this issue
May 18, 2019
…inient Duration converter
machi1990
added a commit
to machi1990/quarkus
that referenced
this issue
May 18, 2019
machi1990
added a commit
to machi1990/quarkus
that referenced
this issue
May 18, 2019
…inient Duration converter
machi1990
added a commit
to machi1990/quarkus
that referenced
this issue
May 19, 2019
machi1990
added a commit
to machi1990/quarkus
that referenced
this issue
May 19, 2019
…inient Duration converter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Converter should accept values which start with a number by implicitly appending a
PT
to them. If the value consists only of a number, it should implicitly treat the value as seconds.The text was updated successfully, but these errors were encountered: