[windup/windup] ceb39c: 🏁 Releasing version 6.1.7.Final
by windupgithubbot1
Branch: refs/heads/releases/6.1.z
Home: https://github.com/windup/windup
Commit: ceb39cf5b16977407b4174f0d5237d2825777a27
https://github.com/windup/windup/commit/ceb39cf5b16977407b4174f0d5237d282...
Author: windup <windup(a)users.noreply.github.com>
Date: 2023-03-28 (Tue, 28 Mar 2023)
Changed paths:
M bom/pom.xml
M bootstrap/pom.xml
M bootstraps-themed/bootstrap-mta/pom.xml
M bootstraps-themed/bootstrap-mtr/pom.xml
M bootstraps-themed/bootstrap-tackle/pom.xml
M bootstraps-themed/bootstrap-windup/pom.xml
M bootstraps-themed/pom.xml
M config-groovy/addon/pom.xml
M config-groovy/pom.xml
M config-groovy/tests/pom.xml
M config-xml/addon/pom.xml
M config-xml/pom.xml
M config-xml/tests/pom.xml
M config/addon/pom.xml
M config/api/pom.xml
M config/impl/pom.xml
M config/pom.xml
M config/tests/pom.xml
M coverage-report/pom.xml
M decompiler/api/pom.xml
M decompiler/impl-fernflower/pom.xml
M decompiler/impl-procyon/pom.xml
M decompiler/pom.xml
M exec/addon/pom.xml
M exec/api/pom.xml
M exec/impl/pom.xml
M exec/pom.xml
M exec/tests/pom.xml
M forks/gremlin-shaded/pom.xml
M forks/jdt/pom.xml
M graph/addon/pom.xml
M graph/api/pom.xml
M graph/impl/pom.xml
M graph/pom.xml
M graph/tests/pom.xml
M java-ast/addon/pom.xml
M java-ast/pom.xml
M java-ast/tests/pom.xml
M module-spec/pom.xml
M pom.xml
M reporting/addon/pom.xml
M reporting/api/pom.xml
M reporting/impl/pom.xml
M reporting/pom.xml
M reporting/tests/pom.xml
M rules-base/addon/pom.xml
M rules-base/api/pom.xml
M rules-base/impl/pom.xml
M rules-base/pom.xml
M rules-base/tests/pom.xml
M rules-java-archives/addon/pom.xml
M rules-java-archives/pom.xml
M rules-java-archives/tests/pom.xml
M rules-java-diva/addon/pom.xml
M rules-java-diva/pom.xml
M rules-java-diva/tests/pom.xml
M rules-java-ee/addon/pom.xml
M rules-java-ee/pom.xml
M rules-java-ee/tests/pom.xml
M rules-java-project/addon/pom.xml
M rules-java-project/pom.xml
M rules-java-project/tests/pom.xml
M rules-java/addon/pom.xml
M rules-java/api/pom.xml
M rules-java/impl/pom.xml
M rules-java/pom.xml
M rules-java/tests/pom.xml
M rules-tattletale/addon/pom.xml
M rules-tattletale/pom.xml
M rules-tattletale/tests/pom.xml
M rules-xml/addon/pom.xml
M rules-xml/api/pom.xml
M rules-xml/impl/pom.xml
M rules-xml/pom.xml
M rules-xml/tests/pom.xml
M rules-yaml/addon/pom.xml
M rules-yaml/api/pom.xml
M rules-yaml/pom.xml
M server-provider-spi/addon/pom.xml
M server-provider-spi/pom.xml
M test-files/pom.xml
M test-util/pom.xml
M tests/pom.xml
M tooling/addon/pom.xml
M tooling/api/pom.xml
M tooling/impl/pom.xml
M tooling/pom.xml
M tooling/tests/pom.xml
M ui/addon/pom.xml
M ui/pom.xml
M ui/tests/pom.xml
M utils/pom.xml
M windup-test-harness/pom.xml
Log Message:
-----------
🏁 Releasing version 6.1.7.Final
Signed-off-by: windup <windup(a)users.noreply.github.com>
1 year, 9 months
[windup/windup] 9d78cd: WINDUP-3612 non-zero RC when failing an analysis (...
by github-actions[bot]
Branch: refs/heads/releases/6.1.z
Home: https://github.com/windup/windup
Commit: 9d78cd9888f292035dbb42b94f07919ffede72fe
https://github.com/windup/windup/commit/9d78cd9888f292035dbb42b94f07919ff...
Author: github-actions[bot] <41898282+github-actions[bot](a)users.noreply.github.com>
Date: 2023-03-28 (Tue, 28 Mar 2023)
Changed paths:
M bootstrap/src/main/java/org/jboss/windup/bootstrap/Bootstrap.java
M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/DisplayHelpCommand.java
M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java
Log Message:
-----------
WINDUP-3612 non-zero RC when failing an analysis (#1623) (#1627)
* WINDUP-3612 non-zero RC when failing an analysis
* WINDUP-3612 Added new 'exitCodes' option
* WINDUP-3612 Removed the 'batch mode' constraint
(cherry picked from commit 8218563bb80d79c543160fddfa1498339f8deb53)
Co-authored-by: Marco Rizzi <mrizzi(a)users.noreply.github.com>
1 year, 9 months
[windup/windup] 282cf5: WINDUP-3612 non-zero RC when failing an analysis (...
by Marco Rizzi
Branch: refs/heads/backport/releases/6.1.z/pr-1623
Home: https://github.com/windup/windup
Commit: 282cf5a318f30ef50a9f6ec0895ebe0340d0ff35
https://github.com/windup/windup/commit/282cf5a318f30ef50a9f6ec0895ebe034...
Author: Marco Rizzi <mrizzi(a)users.noreply.github.com>
Date: 2023-03-27 (Mon, 27 Mar 2023)
Changed paths:
M bootstrap/src/main/java/org/jboss/windup/bootstrap/Bootstrap.java
M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/DisplayHelpCommand.java
M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java
Log Message:
-----------
WINDUP-3612 non-zero RC when failing an analysis (#1623)
* WINDUP-3612 non-zero RC when failing an analysis
* WINDUP-3612 Added new 'exitCodes' option
* WINDUP-3612 Removed the 'batch mode' constraint
(cherry picked from commit 8218563bb80d79c543160fddfa1498339f8deb53)
1 year, 9 months