Branch: refs/heads/master
Home:
https://github.com/windup/windup
Commit: 2bc507ea8626f68bd05ade28fabeb07a4b47ed9f
https://github.com/windup/windup/commit/2bc507ea8626f68bd05ade28fabeb07a4...
Author: Marco Rizzi <mrizzi(a)users.noreply.github.com>
Date: 2022-10-04 (Tue, 04 Oct 2022)
Changed paths:
M bom/pom.xml
M bootstrap/pom.xml
R bootstrap/src/main/filtered-resources/windup-config.properties
M bootstrap/src/main/java/org/jboss/windup/bootstrap/Bootstrap.java
R bootstrap/src/main/java/org/jboss/windup/bootstrap/Theme.java
R bootstrap/src/main/java/org/jboss/windup/bootstrap/ThemeProvider.java
R bootstrap/src/main/java/org/jboss/windup/bootstrap/listener/GreetingListener.java
R
bootstrap/src/main/resources/META-INF/services/org.jboss.forge.furnace.spi.ContainerLifecycleListener
A bootstraps-themed/bootstrap-mta/pom.xml
A bootstraps-themed/bootstrap-mta/src/main/resources/windup-config.properties
A bootstraps-themed/bootstrap-mtr/pom.xml
A bootstraps-themed/bootstrap-mtr/src/main/resources/windup-config.properties
A bootstraps-themed/bootstrap-tackle/pom.xml
A bootstraps-themed/bootstrap-tackle/src/main/resources/windup-config.properties
A bootstraps-themed/bootstrap-windup/pom.xml
A bootstraps-themed/bootstrap-windup/src/main/resources/windup-config.properties
A bootstraps-themed/pom.xml
M config/tests/pom.xml
M exec/tests/pom.xml
M graph/tests/pom.xml
M pom.xml
A
reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/GetWindupBrandDocumentationUrlMethod.java
A
reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/GetWindupBrandNameAcronymMethod.java
M
reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/GetWindupBrandNameMethod.java
A
reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/GetWindupBrandWebsiteUrlMethod.java
M
reporting/impl/src/main/java/org/jboss/windup/reporting/ruleexecution/GetRuleExecutionResults.java
R reporting/impl/src/main/resources-mta/reports/resources/img/brand-horizontal.png
R reporting/impl/src/main/resources-mta/reports/resources/img/favicon.png
R reporting/impl/src/main/resources-mta/reports/templates/include/about.ftl
R
reporting/impl/src/main/resources-mta/reports/templates/include/navbar_left_brand.ftl
R reporting/impl/src/main/resources-mtr/reports/resources/img/brand-horizontal.png
R reporting/impl/src/main/resources-mtr/reports/resources/img/favicon.png
R reporting/impl/src/main/resources-mtr/reports/templates/include/about.ftl
R
reporting/impl/src/main/resources-mtr/reports/templates/include/navbar_left_brand.ftl
R reporting/impl/src/main/resources-tackle/reports/resources/img/brand-horizontal.png
R reporting/impl/src/main/resources-tackle/reports/resources/img/favicon.png
R reporting/impl/src/main/resources-tackle/reports/templates/include/about.ftl
R
reporting/impl/src/main/resources-tackle/reports/templates/include/navbar_left_brand.ftl
R reporting/impl/src/main/resources-windup/reports/resources/img/brand-horizontal.svg
R reporting/impl/src/main/resources-windup/reports/resources/img/favicon.png
R reporting/impl/src/main/resources-windup/reports/templates/include/about.ftl
R
reporting/impl/src/main/resources-windup/reports/templates/include/navbar_left_brand.ftl
A reporting/impl/src/main/resources/reports/resources/img/MTA/brand-horizontal.png
A reporting/impl/src/main/resources/reports/resources/img/MTA/favicon.png
A reporting/impl/src/main/resources/reports/resources/img/MTR/brand-horizontal.png
A reporting/impl/src/main/resources/reports/resources/img/MTR/favicon.png
A reporting/impl/src/main/resources/reports/resources/img/TACKLE/brand-horizontal.png
A reporting/impl/src/main/resources/reports/resources/img/TACKLE/favicon.png
A reporting/impl/src/main/resources/reports/resources/img/WINDUP/brand-horizontal.png
A reporting/impl/src/main/resources/reports/resources/img/WINDUP/brand-horizontal.svg
A reporting/impl/src/main/resources/reports/resources/img/WINDUP/favicon.png
A reporting/impl/src/main/resources/reports/templates/include/about.ftl
A reporting/impl/src/main/resources/reports/templates/include/navbar_left_brand.ftl
M reporting/tests/pom.xml
M rules-base/tests/pom.xml
M rules-java-archives/tests/pom.xml
M
rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/jboss/GenerateJBossEjbDescriptorRuleProvider.java
M
rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/jboss/GenerateJBossWebDescriptorRuleProvider.java
M rules-java-project/tests/pom.xml
M
rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateAboutWindupReportRuleProvider.java
M
rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateJavaIgnoredFilesReportRuleProvider.java
M rules-yaml/api/pom.xml
M test-util/pom.xml
M tests/pom.xml
M tooling/tests/pom.xml
M tooling/tests/src/test/java/org/jboss/windup/tooling/ToolingModeTest.java
M ui/addon/src/main/java/org/jboss/windup/ui/WindupCommand.java
M ui/addon/src/main/java/org/jboss/windup/ui/WindupUpdateDistributionCommand.java
M ui/tests/pom.xml
M utils/pom.xml
R utils/src/main/filtered-resources/windup-config.properties
M utils/src/main/java/org/jboss/windup/util/Theme.java
M utils/src/main/java/org/jboss/windup/util/ThemeProvider.java
Log Message:
-----------
Refactored themes management (#1515)
* Refactored themes management
* Removal of a copied thmede boostrap artifact
* Managed dependencies for tests with themed bootstrap artifact
* Re-introduced windup-bootstrap dependency to have proper build ordering
* Added 'furnace-manager' for running 'windup-tsmodelsgen-maven-plugin' in
'windup-web' project
* Excluded 'windup-config-api' transitive dependecy from 'test-util'
artifact
* Dependencies for compiling the Windup maven plugin
* Excluded 'windup-rules-java-api' transitive dependecy from 'test-util'
artifact
* Added 'test-util' dependency to 'windup-tooling-tests' artifact
* Added 'test-util' dependency to 'windup-ui-tests' artifact
* Excluded 'slf4j-api' transitive dependecy in 'test-util' artifact
* Fixed the issue with '--discoverPackages' in the CLI
* Enhanced some reporting rules to better work with themes
* Enriched CLI initial log entry
* Removed unused previous themed files
* Changed the CLI version shown in the About page
* Added 'furnace-manager-resolver-maven' dep for the Maven plugin