Class DependencyRangesInfoContributor

java.lang.Object
io.spring.initializr.actuate.info.DependencyRangesInfoContributor
All Implemented Interfaces:
org.springframework.boot.actuate.info.InfoContributor

public class DependencyRangesInfoContributor extends Object implements org.springframework.boot.actuate.info.InfoContributor
An InfoContributor that exposes the actual ranges used by dependencies defined in the project that have an explicit version (i.e. not relying on a bom).
Author:
Stephane Nicoll
  • Constructor Details

    • DependencyRangesInfoContributor

      public DependencyRangesInfoContributor(io.spring.initializr.metadata.InitializrMetadataProvider metadataProvider)
  • Method Details

    • contribute

      public void contribute(org.springframework.boot.actuate.info.Info.Builder builder)
      Specified by:
      contribute in interface org.springframework.boot.actuate.info.InfoContributor