You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Preconditions utility class and a PreconditionViolationException that can test that required properties are present and compliant. Add a collector that can package one or more of these exceptions into a DeploymentException that will stop an application's execution. (As an alternative, see if the Microprofile Config implementation can be shrunk and used in a non-EE environment)
The text was updated successfully, but these errors were encountered:
Add a
Preconditions
utility class and aPreconditionViolationException
that can test that required properties are present and compliant. Add a collector that can package one or more of these exceptions into aDeploymentException
that will stop an application's execution. (As an alternative, see if the Microprofile Config implementation can be shrunk and used in a non-EE environment)The text was updated successfully, but these errors were encountered: