Class CompatibilityNotMetFailureAnalyzer

  • All Implemented Interfaces:
    org.springframework.boot.diagnostics.FailureAnalyzer

    public final class CompatibilityNotMetFailureAnalyzer
    extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<org.springframework.cloud.configuration.CompatibilityNotMetException>
    Analyzer for the CompatibilityNotMetException. Prints a list of found issues and actions that should be taken to fix them.
    Since:
    1.3.6
    Author:
    Marcin Grzejszczak
    • Constructor Detail

      • CompatibilityNotMetFailureAnalyzer

        public CompatibilityNotMetFailureAnalyzer()
    • Method Detail

      • analyze

        protected org.springframework.boot.diagnostics.FailureAnalysis analyze​(Throwable rootFailure,
                                                                               org.springframework.cloud.configuration.CompatibilityNotMetException cause)
        Specified by:
        analyze in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer<org.springframework.cloud.configuration.CompatibilityNotMetException>