Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: b521e030fec53f6819046fd75220971791b48c1c
https://github.com/windup/windup/commit/b521e030fec53f6819046fd7522097179...
Author: Marco Rizzi <mrizzi(a)users.noreply.github.com>
Date: 2022-09-22 (Thu, 22 Sep 2022)
Changed paths:
M .github/workflows/pr_build_jdk11.yml
Log Message:
-----------
Divided 'tests' module testing from other modules testing (#1516)
* Divided 'tests' module testing from other modules testing
* Further divided remaing tests in 'windup-build-with-unit-tests' job
* Referencied the 'tests' sub-modules properly
* Further builds time balance
* Switched to just 'test' instead of install again
* Revereted to 'clean install' approach
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 4eab1769d21f21453a5fd67555c2c269cda96144
https://github.com/windup/windup/commit/4eab1769d21f21453a5fd67555c2c269c...
Author: Mark Brophy <36955467+m-brophy(a)users.noreply.github.com>
Date: 2022-09-09 (Fri, 09 Sep 2022)
Changed paths:
M config/api/src/main/java/org/jboss/windup/config/builder/RuleProviderBuilder.java
M exec/api/src/main/java/org/jboss/windup/exec/rulefilters/TaggedRuleProviderPredicate.java
Log Message:
-----------
WINDUP-3227: only rules in MigrationRulesPhase and PostMigrationRules… (#1511)
* WINDUP-3227: only rules in MigrationRulesPhase and PostMigrationRulesPhase are subject to being filtered by tag
* WINDUP-3227: allow tag to be added to metadata section of groovy ruleset rather than rule itself