Branch: refs/heads/releases/6.1.z
Home:
https://github.com/windup/windup
Commit: d84e1f708f45db3cb9bf17fe7576da9ec6a51f45
https://github.com/windup/windup/commit/d84e1f708f45db3cb9bf17fe7576da9ec...
Author: Marco Rizzi <mrizzi(a)users.noreply.github.com>
Date: 2023-07-20 (Thu, 20 Jul 2023)
Changed paths:
M reporting/impl/src/main/resources/reports/resources/css/topology-graph.css
M reporting/impl/src/main/resources/reports/resources/js/app-dependency-graph.js
M reporting/impl/src/main/resources/reports/templates/dependency_graph.ftl
M
rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/dto/DependencyGraphItem.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureDuplicateTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureExplodedAppTest.java
Log Message:
-----------
Topology graph fix - Display JAR apps and JARs in JARs (#1632) (#1691)
* Fix for the topology graph to be able to display "Jar" apps and
"Jar" containing other "Jar" libraries.
* Updating tests to match the new number of archives in the graph
Co-authored-by: Marc Zottner <marc(a)zottner.com>