Skip to content
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

Improve Metadata update error handling #506

Commits on Sep 29, 2021

  1. Improve Metadata udpate error handling:

     - Make Plugins.PluginFailed a checked exception to force error handling
     - Wrap Plugins.PluginFailed with Metadata.UpdatedFailed as another checked exception to expose metadata update errors
     - Metadata.UpdateFailed is explicitly thrown by every public methods of Metadata that performs an update check
    
    Promote io.helidon.build.cli.codegen.Unchecked to io.helidon.build.util.Unchecke
    Rename util module from helidon.build.utils to io.helidon.build.util (same as the package name)
    
    Fixes helidon-io#487
    romain-grecourt committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    827c43e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f975945 View commit details
    Browse the repository at this point in the history