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
We have a need for only defining beans when an application is using checkpoint-restore. We'd like to encapsulate this in a condition. Initially it will be equivalent to @ConditionalOnClass("org.crac.Resource") but this may change in the future. For example, we may need to introduce a property to make functionality opt-in if coordinated restore at checkpoint becomes part of the standard JDK.
The text was updated successfully, but these errors were encountered:
We have a need for only defining beans when an application is using checkpoint-restore. We'd like to encapsulate this in a condition. Initially it will be equivalent to
@ConditionalOnClass("org.crac.Resource")
but this may change in the future. For example, we may need to introduce a property to make functionality opt-in if coordinated restore at checkpoint becomes part of the standard JDK.The text was updated successfully, but these errors were encountered: