Closed jabrena closed 1 year ago
Currently, the method: getDependencyDocuments returns List and the object DependencyDocument doesn´t retrieve information about every dependency:
public record DependencyDocument(String beanName, String beanPackage, List<String> beanDependencies, String dependency) {}
Retrieve the dependency information in that method.
Postponed
Currently, the method: getDependencyDocuments returns List and the object DependencyDocument doesn´t retrieve information about every dependency:
public record DependencyDocument(String beanName, String beanPackage, List<String> beanDependencies, String dependency) {}
Retrieve the dependency information in that method.