Skip to content

Commit

Permalink
Augment quarkus.native.report-errors-at-runtime documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Sep 9, 2024
1 parent df572ba commit b970abf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,10 @@ default String getEffectiveImage() {
* If errors should be reported at runtime. This is a more relaxed setting, however it is not recommended as it
* means
* your application may fail at runtime if an unsupported feature is used by accident.
*
* Note that the use of this flag may result in build time failures due to {@code ClassNotFoundException}s.
* In such cases you should explicitly add the corresponding dependency providing the missing classes as a
* dependency to your project.
*/
@WithDefault("false")
boolean reportErrorsAtRuntime();
Expand Down

0 comments on commit b970abf

Please sign in to comment.