-
Notifications
You must be signed in to change notification settings - Fork 63
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
Missing descriptions in for Fault Tolerance parameters #485
Comments
Should be filed in OpenLiberty bug tracker? |
The issues with The issue with I think this happens when the annotation parameter just has an I think the openliberty.io site just builds the javadocs based on the dependencies of the umbrella microprofile artifact, and that's still pulling in the 2.0 version of the API without the So, it might be good to raise an issue on the openliberty.io site to pull in the latest micro release of each spec, rather than the version in the umbrella artifact, but the javadoc for As a side note, it would be nice there was an easy to find official location of all the microprofile javadoc, (say, linked from microprofile.io) rather than having to fish around download.eclipse.org to find it. |
Let's fix in the spec. @Azquelt I have been working with @rstjames for the microprofile.io page redesign see microprofile/microprofile-site#87. Feel free to add any comments there. |
Signed-off-by: Emily Jiang <[email protected]>
In the Open Liberty javadoc, a number of Fault Tolerance annotation parameters are missing descriptions in the autogen
Optional Elements
tables for each annotation. The descriptions are present in the element detail but missing from the table.Circuit Breaker
delayUnit
Retry
delayUnit
durationUnit
jitterDelayUnit
retryOn
Timeout
unit
The text was updated successfully, but these errors were encountered: