[windup/windup] 60f2a7: [maven-release-plugin] prepare release 4.0.0.Beta2
by Marek Novotný
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 60f2a75661c9cfc9798bd700647983b134ab7719
https://github.com/windup/windup/commit/60f2a75661c9cfc9798bd700647983b13...
Author: Marek Novotný <hotmana76(a)gmail.com>
Date: 2017-06-06 (Tue, 06 Jun 2017)
Changed paths:
M bom/pom.xml
M bootstrap/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 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/frames/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 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 rexster/addon/pom.xml
M rexster/pom.xml
M rexster/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-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 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:
-----------
[maven-release-plugin] prepare release 4.0.0.Beta2
7 years, 6 months
[windup/windup] 7c564c: WINDUP-1428: Add a flag to "hint" and "classificat...
by Jess Sightler
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 7c564c45ae8651bf2a37c52d3144bfe92dbd6e75
https://github.com/windup/windup/commit/7c564c45ae8651bf2a37c52d3144bfe92...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2017-06-06 (Tue, 06 Jun 2017)
Changed paths:
M config-xml/schema/windup-jboss-ruleset.xsd
M reporting/api/src/main/java/org/jboss/windup/reporting/config/Hint.java
A reporting/api/src/main/java/org/jboss/windup/reporting/config/HintDisplayMode.java
M reporting/api/src/main/java/org/jboss/windup/reporting/config/HintText.java
M reporting/api/src/main/java/org/jboss/windup/reporting/config/HintWithIssueCategory.java
M reporting/api/src/main/java/org/jboss/windup/reporting/config/classification/Classification.java
M reporting/api/src/main/java/org/jboss/windup/reporting/config/classification/ClassificationWithIssueCategory.java
A reporting/api/src/main/java/org/jboss/windup/reporting/config/classification/ClassificationWithIssueDisplayMode.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/ProblemSummaryService.java
M reporting/api/src/main/java/org/jboss/windup/reporting/model/ClassificationModel.java
M reporting/api/src/main/java/org/jboss/windup/reporting/model/InlineHintModel.java
A reporting/api/src/main/java/org/jboss/windup/reporting/model/IssueDisplayMode.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/xml/ClassificationHandler.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/xml/HintHandler.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSourceModeTest.java
M tests/src/test/xml/XmlExample.windup.xml
Log Message:
-----------
WINDUP-1428: Add a flag to "hint" and "classification" to indicate that it should appear only in detailed reports
7 years, 6 months