[windup/windup] c77ffb: [maven-release-plugin] prepare for next developmen...
by Lincoln.Baxter@lists.jboss.org
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: c77ffb9325d5c3df3980527b62e2ea8b6271eb80
https://github.com/windup/windup/commit/c77ffb9325d5c3df3980527b62e2ea8b6...
Author: Lincoln Baxter, III <lincolnbaxter(a)gmail.com>
Date: 2015-03-26 (Thu, 26 Mar 2015)
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-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 frames/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/pom.xml
M rules-xml/tests/pom.xml
M test-util/pom.xml
M tests/pom.xml
M ui/addon/pom.xml
M ui/pom.xml
M ui/tests/pom.xml
M utils/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
4 months, 4 weeks
[windup/windup] 8e4d8f: T145 App list - Show how many points came from the...
by Jess Sightler
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 8e4d8fcdf17afecba16695f47b84374466d39360
https://github.com/windup/windup/commit/8e4d8fcdf17afecba16695f47b8437446...
Author: OndraZizka <zizka(a)seznam.cz>
Date: 2016-06-15 (Wed, 15 Jun 2016)
Changed paths:
M graph/api/src/main/java/org/jboss/windup/graph/model/ProjectModel.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/AllTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/OnlyOnceTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/ProjectModelTraversal.java
A graph/api/src/main/java/org/jboss/windup/graph/traversal/SharedLibsTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/TraversalStrategy.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/GetProjectTraversalMethod.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ClassificationService.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/InlineHintService.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortCountForProjectBySeverityMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortDetailsForProjectTraversalMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortForFile.java
M reporting/impl/src/main/resources/reports/resources/css/windup.css
M reporting/impl/src/main/resources/reports/templates/application_list.ftl
M reporting/impl/src/main/resources/reports/templates/include/effort_util.ftl
M rules-java/api/src/main/resources/reports/templates/java_application.ftl
Log Message:
-----------
T145 App list - Show how many points came from the share libs. WIP
Commit: 8840a8f1149f687a6a5a87ee5fa05bd832b9e8cf
https://github.com/windup/windup/commit/8840a8f1149f687a6a5a87ee5fa05bd83...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2016-06-15 (Wed, 15 Jun 2016)
Changed paths:
M graph/api/src/main/java/org/jboss/windup/graph/traversal/AllTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/OnlyOnceTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/ProjectModelTraversal.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/SharedLibsTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/TraversalStrategy.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerIterationOperation.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerUtil.java
A reporting/api/src/main/java/org/jboss/windup/reporting/rules/CreateApplicationListReportRuleProvider.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ClassificationService.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortCountForProjectBySeverityMethod.java
R reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/CreateApplicationListReportRuleProvider.java
M reporting/impl/src/main/resources/reports/templates/application_list.ftl
A test-files/duplicate/duplicate-ear-test-1.ear
A test-files/duplicate/duplicate-ear-test-2.ear
A test-files/duplicate/duplicate-ear-test-3.ear
A test-util/src/main/java/org/jboss/windup/testutil/html/TestApplicationListUtil.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureDuplicateTest.java
A tests/src/test/xml/DuplicateTestRules.windup.xml
Log Message:
-----------
Tweaked with more extensive unit tests and fixed some traversal bugs that affected shared libs counting
Commit: ad7b6b48bc901b3bfa6a6e42d13543558b3db5c5
https://github.com/windup/windup/commit/ad7b6b48bc901b3bfa6a6e42d13543558...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2016-06-15 (Wed, 15 Jun 2016)
Changed paths:
M graph/api/src/main/java/org/jboss/windup/graph/model/ProjectModel.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/AllTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/OnlyOnceTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/ProjectModelTraversal.java
A graph/api/src/main/java/org/jboss/windup/graph/traversal/SharedLibsTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/TraversalStrategy.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerIterationOperation.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerUtil.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/GetProjectTraversalMethod.java
A reporting/api/src/main/java/org/jboss/windup/reporting/rules/CreateApplicationListReportRuleProvider.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ClassificationService.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/InlineHintService.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortCountForProjectBySeverityMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortDetailsForProjectTraversalMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortForFile.java
R reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/CreateApplicationListReportRuleProvider.java
M reporting/impl/src/main/resources/reports/resources/css/windup.css
M reporting/impl/src/main/resources/reports/templates/application_list.ftl
M reporting/impl/src/main/resources/reports/templates/include/effort_util.ftl
M rules-java/api/src/main/resources/reports/templates/java_application.ftl
A test-files/duplicate/duplicate-ear-test-1.ear
A test-files/duplicate/duplicate-ear-test-2.ear
A test-files/duplicate/duplicate-ear-test-3.ear
A test-util/src/main/java/org/jboss/windup/testutil/html/TestApplicationListUtil.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureDuplicateTest.java
A tests/src/test/xml/DuplicateTestRules.windup.xml
Log Message:
-----------
Merge branch 'OndraZizka-appList-showSharedCount-T146'
Compare: https://github.com/windup/windup/compare/cc3f3548b455...ad7b6b48bc90
1 year, 4 months
[windup/windup] a781fe: [maven-release-plugin] prepare for next developmen...
by Marek Novotný
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: a781fe7d2fe06721f1f503203c7ac2c9ea383b0d
https://github.com/windup/windup/commit/a781fe7d2fe06721f1f503203c7ac2c9e...
Author: Marek Novotný <hotmana76(a)gmail.com>
Date: 2017-04-28 (Fri, 28 Apr 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 for next development iteration
7 years, 9 months
[windup/windup] fc9559: [maven-release-plugin] prepare release 4.0.0.Beta1
by Marek Novotný
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: fc9559ef1f3345d6ced97b0ad5203e6233547ab5
https://github.com/windup/windup/commit/fc9559ef1f3345d6ced97b0ad5203e623...
Author: Marek Novotný <hotmana76(a)gmail.com>
Date: 2017-04-28 (Fri, 28 Apr 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.Beta1
7 years, 9 months
[windup/windup] 1df2e5: Add support for loading only rules that come form ...
by Jesse Sightler
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 1df2e56d09d598a0b183b8d11974f0c79fc287ad
https://github.com/windup/windup/commit/1df2e56d09d598a0b183b8d11974f0c79...
Author: Jesse Sightler <jesse.sightler(a)gmail.com>
Date: 2017-04-27 (Thu, 27 Apr 2017)
Changed paths:
M config-groovy/addon/src/main/java/org/jboss/windup/ext/groovy/GroovyWindupRuleProviderLoader.java
M config-xml/addon/src/main/java/org/jboss/windup/config/parser/XMLRuleProviderLoader.java
M config/api/src/main/java/org/jboss/windup/config/loader/RuleLoaderContext.java
M config/api/src/main/java/org/jboss/windup/config/loader/RuleProviderLoader.java
M config/impl/src/main/java/org/jboss/windup/config/loader/DefaultRuleProviderLoader.java
M config/impl/src/main/java/org/jboss/windup/config/loader/RuleLoaderImpl.java
Log Message:
-----------
Add support for loading only rules that come form a particular path for performance reasons (#1106)
7 years, 9 months
[windup/windup] f4125c: T752 Make WebSphere descriptors mandatory (#1105)
by Ondrej Zizka
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: f4125c298ae3a69b97b14c585c5cb43ecd5f070a
https://github.com/windup/windup/commit/f4125c298ae3a69b97b14c585c5cb43ec...
Author: Ondrej Zizka <zizka(a)seznam.cz>
Date: 2017-04-21 (Fri, 21 Apr 2017)
Changed paths:
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ClassificationService.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/websphere/ResolveWebSphereEjbBindingXmlRuleProvider.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/websphere/ResolveWebSphereEjbExtensionXmlRuleProvider.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/websphere/ResolveWebSphereWsBindingXmlRuleProvider.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/websphere/ResolveWebSphereWsClientBindingXmlRuleProvider.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/websphere/ResolveWebSphereWsExtBindingXmlRuleProvider.java
Log Message:
-----------
T752 Make WebSphere descriptors mandatory (#1105)
7 years, 9 months
[windup/windup] e4e7f3: Registry approach to custom quickfix classes
by Jess Sightler
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: e4e7f354bf39b06f52de7b01da911b0902666d41
https://github.com/windup/windup/commit/e4e7f354bf39b06f52de7b01da911b090...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M reporting/api/src/main/java/org/jboss/windup/reporting/config/Hint.java
M reporting/api/src/main/java/org/jboss/windup/reporting/config/HintQuickfix.java
M reporting/api/src/main/java/org/jboss/windup/reporting/config/HintText.java
R reporting/api/src/main/java/org/jboss/windup/reporting/config/Quickfix.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/ClassificationQuickfix.java
M reporting/api/src/main/java/org/jboss/windup/reporting/model/QuickfixModel.java
M reporting/api/src/main/java/org/jboss/windup/reporting/model/QuickfixType.java
A reporting/api/src/main/java/org/jboss/windup/reporting/model/ReplacementQuickfixModel.java
A reporting/api/src/main/java/org/jboss/windup/reporting/model/TransformationQuickfixModel.java
A reporting/api/src/main/java/org/jboss/windup/reporting/quickfix/Quickfix.java
A reporting/api/src/main/java/org/jboss/windup/reporting/quickfix/QuickfixLocationDTO.java
A reporting/api/src/main/java/org/jboss/windup/reporting/quickfix/QuickfixTransformation.java
A reporting/api/src/main/java/org/jboss/windup/reporting/quickfix/QuickfixTransformationRegistry.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 reporting/impl/src/main/java/org/jboss/windup/reporting/xml/QuickfixHandler.java
M reporting/tests/src/test/java/org/jboss/windup/reporting/handlers/QuickfixHandlerTest.java
M tooling/api/src/main/java/org/jboss/windup/tooling/ToolingRMIServer.java
M tooling/api/src/main/java/org/jboss/windup/tooling/data/Quickfix.java
M tooling/api/src/main/java/org/jboss/windup/tooling/data/QuickfixType.java
A tooling/api/src/main/java/org/jboss/windup/tooling/quickfix/QuickfixLocationDTO.java
A tooling/api/src/main/java/org/jboss/windup/tooling/quickfix/QuickfixService.java
M tooling/impl/src/main/java/org/jboss/windup/tooling/ExecutionResultsImpl.java
M tooling/impl/src/main/java/org/jboss/windup/tooling/data/QuickfixImpl.java
A tooling/impl/src/main/java/org/jboss/windup/tooling/quickfix/QuickfixServiceImpl.java
M tooling/tests/src/test/java/org/jboss/windup/tooling/ExecutionBuilderTest.java
Log Message:
-----------
Registry approach to custom quickfix classes
Commit: 3840eed3c59bb52cfbb677fe4aa41f14cd1dee6f
https://github.com/windup/windup/commit/3840eed3c59bb52cfbb677fe4aa41f14c...
Author: John Steele <johnsteele(a)redhat.com>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M pom.xml
M reporting/api/pom.xml
A reporting/api/src/main/java/org/jboss/windup/reporting/quickfix/QuickfixUtil.java
A rules-summit-demo/addon/pom.xml
A rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/DiscoverWeblogicApplicationLifecycleListenerRuleProvider.java
A rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/ResolveWeblogicLifecycleListenerRuleProvider.java
A rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/WeblogicApplicationLifecycleListenerQuickfixTransformation.java
A rules-summit-demo/addon/src/main/resources/META-INF/beans.xml
A rules-summit-demo/pom.xml
A rules-summit-demo/tests/hs_err_pid55860.log
A rules-summit-demo/tests/pom.xml
A rules-summit-demo/tests/src/test/java/org/jboss/windup/rules/apps/summit/demo/tests/DiscoverWeblogicApplicationLifecycleListenerTest.java
A rules-summit-demo/tests/src/test/resources/weblogic-application.xml
Log Message:
-----------
Started implementing quickfix for XML weblogic application lifecycle listener.
Commit: 608509ceacd493d24ce30aa2e76e589f4d8d322c
https://github.com/windup/windup/commit/608509ceacd493d24ce30aa2e76e589f4...
Author: John Steele <johnsteele(a)redhat.com>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M reporting/api/src/main/java/org/jboss/windup/reporting/quickfix/QuickfixLocationDTO.java
M rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/DiscoverWeblogicApplicationLifecycleListenerRuleProvider.java
M rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/WeblogicApplicationLifecycleListenerQuickfixTransformation.java
M rules-summit-demo/tests/src/test/java/org/jboss/windup/rules/apps/summit/demo/tests/DiscoverWeblogicApplicationLifecycleListenerTest.java
A test-files/summit-demo-test/weblogic-application.xml
M tooling/api/src/main/java/org/jboss/windup/tooling/quickfix/QuickfixLocationDTO.java
M tooling/impl/src/main/java/org/jboss/windup/tooling/quickfix/QuickfixServiceImpl.java
Log Message:
-----------
Created quickfix for weblogic application lifecycle listeners. I also updated the test.
Commit: 886b2c71597e42ca6929a57114212019c4333e43
https://github.com/windup/windup/commit/886b2c71597e42ca6929a57114212019c...
Author: John Steele <johnsteele(a)redhat.com>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M reporting/api/src/main/java/org/jboss/windup/reporting/model/TransformationQuickfixModel.java
M reporting/api/src/main/java/org/jboss/windup/reporting/quickfix/Quickfix.java
M reporting/api/src/main/java/org/jboss/windup/reporting/quickfix/QuickfixLocationDTO.java
M rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/DiscoverWeblogicApplicationLifecycleListenerRuleProvider.java
A rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/WeblogicJavaLifecycleQuickfixTransformation.java
M rules-summit-demo/tests/src/test/java/org/jboss/windup/rules/apps/summit/demo/tests/DiscoverWeblogicApplicationLifecycleListenerTest.java
A test-files/summit-demo-test/AppListener.java
M test-files/summit-demo-test/weblogic-application.xml
M tooling/api/src/main/java/org/jboss/windup/tooling/data/Quickfix.java
M tooling/api/src/main/java/org/jboss/windup/tooling/quickfix/QuickfixLocationDTO.java
M tooling/impl/src/main/java/org/jboss/windup/tooling/ExecutionResultsImpl.java
M tooling/impl/src/main/java/org/jboss/windup/tooling/data/QuickfixImpl.java
M tooling/impl/src/main/java/org/jboss/windup/tooling/quickfix/QuickfixServiceImpl.java
Log Message:
-----------
Started implementing quickfix for Java weblogic application lifecycle listener.
Commit: 804fd4eab399dab85dd2acaab006fd96aba207cc
https://github.com/windup/windup/commit/804fd4eab399dab85dd2acaab006fd96a...
Author: John Steele <johnsteele(a)redhat.com>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/DiscoverWeblogicApplicationLifecycleListenerRuleProvider.java
R rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/ResolveWeblogicLifecycleListenerRuleProvider.java
M rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/WeblogicJavaLifecycleQuickfixTransformation.java
M rules-summit-demo/tests/src/test/java/org/jboss/windup/rules/apps/summit/demo/tests/DiscoverWeblogicApplicationLifecycleListenerTest.java
R test-files/summit-demo-test/AppListener.java
A test-files/summit-demo-test/solution/AppListenerFixed.java
A test-files/summit-demo-test/test/AppListener.java
A test-files/summit-demo-test/test/weblogic-application.xml
R test-files/summit-demo-test/weblogic-application.xml
Log Message:
-----------
Implemented quickfix for Java Weblogic application lifecyle listener.
Commit: 52248c42c727989911455bb2a9fef9d873aac9d7
https://github.com/windup/windup/commit/52248c42c727989911455bb2a9fef9d87...
Author: John Steele <johnsteele(a)redhat.com>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/DiscoverWeblogicApplicationLifecycleListenerRuleProvider.java
M rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/WeblogicApplicationLifecycleListenerQuickfixTransformation.java
M rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/WeblogicJavaLifecycleQuickfixTransformation.java
M rules-summit-demo/tests/src/test/java/org/jboss/windup/rules/apps/summit/demo/tests/DiscoverWeblogicApplicationLifecycleListenerTest.java
A test-files/summit-demo-test/solution/weblogic-application.xml
M tooling/api/src/main/java/org/jboss/windup/tooling/ExecutionBuilder.java
M tooling/api/src/main/java/org/jboss/windup/tooling/ToolingRMIServer.java
M tooling/impl/src/main/java/org/jboss/windup/tooling/ExecutionBuilderImpl.java
Log Message:
-----------
Moved quickfix transformation calls to ExecutionBuilder to prevent needing to manage two remotes. Update weblogic xml test to compare files intead of fixed string.
Commit: 8167e041194ae6c97c25d8ace81d70c3dae8adbf
https://github.com/windup/windup/commit/8167e041194ae6c97c25d8ace81d70c3d...
Author: John Steele <johnsteele(a)redhat.com>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/DiscoverWeblogicApplicationLifecycleListenerRuleProvider.java
A rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/JNDILookupQuickfixTransformation.java
A rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/NonPortableJNDInamespaceRuleProvider.java
M rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/WeblogicApplicationLifecycleListenerQuickfixTransformation.java
M rules-summit-demo/tests/src/test/java/org/jboss/windup/rules/apps/summit/demo/tests/DiscoverWeblogicApplicationLifecycleListenerTest.java
A test-files/summit-demo-test/solution/NonPortableJNDIReference.java
R test-files/summit-demo-test/test/AppListener.java
A test-files/summit-demo-test/test/NonPortableJNDIReference.java
R test-files/summit-demo-test/test/weblogic-application.xml
A test-files/summit-demo-test/test/weblogic/AppListener.java
A test-files/summit-demo-test/test/weblogic/weblogic-application.xml
Log Message:
-----------
Created basic transformation quickfix for JNDI lookup.
Commit: 6360da32f6fe7a445f73d05ead7fb1303fe8422c
https://github.com/windup/windup/commit/6360da32f6fe7a445f73d05ead7fb1303...
Author: John Steele <johnsteele(a)redhat.com>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/JNDILookupQuickfixTransformation.java
M rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/NonPortableJNDInamespaceRuleProvider.java
M rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/WeblogicJavaLifecycleQuickfixTransformation.java
A test-files/summit-demo-test/solution/weblogic-ejb-jar.xml
A test-files/summit-demo-test/test/transactions/weblogic-ejb-jar.xml
Log Message:
-----------
Refactor weblogic app lifecycle listener quickfix for code readability. Cleaned up imports. Added test files for weblogic lazy DB transactions.
Commit: 5c58e53c8ec5c87e05f1be9108298df761629bdb
https://github.com/windup/windup/commit/5c58e53c8ec5c87e05f1be9108298df76...
Author: John Steele <johnsteele(a)redhat.com>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M reporting/api/src/main/java/org/jboss/windup/reporting/quickfix/Quickfix.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverHibernateConfigurationRuleProvider.java
A rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/DiscoverWeblogicEjbTransactionRuleProvider.java
A rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/JBossEjbTransactionTransformationQuickfix.java
A rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/WeblogicEjbTransactionTransformationQuickfix.java
M rules-summit-demo/tests/src/test/java/org/jboss/windup/rules/apps/summit/demo/tests/DiscoverWeblogicApplicationLifecycleListenerTest.java
A test-files/summit-demo-test/solution/jbosscmp-jdbc.xml
M test-files/summit-demo-test/solution/weblogic-ejb-jar.xml
R test-files/summit-demo-test/test/transactions/weblogic-ejb-jar.xml
R test-files/summit-demo-test/test/weblogic/AppListener.java
A test-files/summit-demo-test/test/weblogic/listener/AppListener.java
A test-files/summit-demo-test/test/weblogic/listener/weblogic-application.xml
A test-files/summit-demo-test/test/weblogic/transaction/jbosscmp-jdbc.xml
A test-files/summit-demo-test/test/weblogic/transaction/weblogic-ejb-jar.xml
R test-files/summit-demo-test/test/weblogic/weblogic-application.xml
Log Message:
-----------
Created transformation quickfix for Weblogic EJB delayed transactions.
Commit: f7d4470480749d8c56f2b357aa6a447ccc7d668b
https://github.com/windup/windup/commit/f7d4470480749d8c56f2b357aa6a447cc...
Author: John Steele <johnsteele(a)redhat.com>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/DiscoverWeblogicApplicationLifecycleListenerRuleProvider.java
M rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/DiscoverWeblogicEjbTransactionRuleProvider.java
M rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/WeblogicEjbTransactionTransformationQuickfix.java
Log Message:
-----------
Fix line weblogic-application listener-class line number location. Clean up hint lazy-db transaction message.
Commit: f79bfaf797608d4b1dd393c93cdc27538919dd33
https://github.com/windup/windup/commit/f79bfaf797608d4b1dd393c93cdc27538...
Author: John Steele <johnsteele(a)redhat.com>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M pom.xml
R rules-summit-demo/addon/pom.xml
R rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/DiscoverWeblogicApplicationLifecycleListenerRuleProvider.java
R rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/DiscoverWeblogicEjbTransactionRuleProvider.java
R rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/JBossEjbTransactionTransformationQuickfix.java
R rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/JNDILookupQuickfixTransformation.java
R rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/NonPortableJNDInamespaceRuleProvider.java
R rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/WeblogicApplicationLifecycleListenerQuickfixTransformation.java
R rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/WeblogicEjbTransactionTransformationQuickfix.java
R rules-summit-demo/addon/src/main/java/org/jboss/windup/rules/apps/summit/demo/rules/WeblogicJavaLifecycleQuickfixTransformation.java
R rules-summit-demo/addon/src/main/resources/META-INF/beans.xml
R rules-summit-demo/pom.xml
R rules-summit-demo/tests/hs_err_pid55860.log
R rules-summit-demo/tests/pom.xml
R rules-summit-demo/tests/src/test/java/org/jboss/windup/rules/apps/summit/demo/tests/DiscoverWeblogicApplicationLifecycleListenerTest.java
R rules-summit-demo/tests/src/test/resources/weblogic-application.xml
R test-files/summit-demo-test/solution/AppListenerFixed.java
R test-files/summit-demo-test/solution/NonPortableJNDIReference.java
R test-files/summit-demo-test/solution/jbosscmp-jdbc.xml
R test-files/summit-demo-test/solution/weblogic-application.xml
R test-files/summit-demo-test/solution/weblogic-ejb-jar.xml
R test-files/summit-demo-test/test/NonPortableJNDIReference.java
R test-files/summit-demo-test/test/weblogic/listener/AppListener.java
R test-files/summit-demo-test/test/weblogic/listener/weblogic-application.xml
R test-files/summit-demo-test/test/weblogic/transaction/jbosscmp-jdbc.xml
R test-files/summit-demo-test/test/weblogic/transaction/weblogic-ejb-jar.xml
Log Message:
-----------
Transformation quickfix support.
Commit: 14d88e79dde07f708a38bbc5e033169aeea4444c
https://github.com/windup/windup/commit/14d88e79dde07f708a38bbc5e033169ae...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2017-04-12 (Wed, 12 Apr 2017)
Changed paths:
M reporting/api/pom.xml
M reporting/api/src/main/java/org/jboss/windup/reporting/config/Hint.java
M reporting/api/src/main/java/org/jboss/windup/reporting/config/HintQuickfix.java
M reporting/api/src/main/java/org/jboss/windup/reporting/config/HintText.java
R reporting/api/src/main/java/org/jboss/windup/reporting/config/Quickfix.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/ClassificationQuickfix.java
M reporting/api/src/main/java/org/jboss/windup/reporting/model/QuickfixModel.java
M reporting/api/src/main/java/org/jboss/windup/reporting/model/QuickfixType.java
A reporting/api/src/main/java/org/jboss/windup/reporting/model/ReplacementQuickfixModel.java
A reporting/api/src/main/java/org/jboss/windup/reporting/model/TransformationQuickfixModel.java
A reporting/api/src/main/java/org/jboss/windup/reporting/quickfix/Quickfix.java
A reporting/api/src/main/java/org/jboss/windup/reporting/quickfix/QuickfixLocationDTO.java
A reporting/api/src/main/java/org/jboss/windup/reporting/quickfix/QuickfixTransformation.java
A reporting/api/src/main/java/org/jboss/windup/reporting/quickfix/QuickfixTransformationRegistry.java
A reporting/api/src/main/java/org/jboss/windup/reporting/quickfix/QuickfixUtil.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 reporting/impl/src/main/java/org/jboss/windup/reporting/xml/QuickfixHandler.java
M reporting/tests/src/test/java/org/jboss/windup/reporting/handlers/QuickfixHandlerTest.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverHibernateConfigurationRuleProvider.java
M tooling/api/src/main/java/org/jboss/windup/tooling/ExecutionBuilder.java
M tooling/api/src/main/java/org/jboss/windup/tooling/ToolingRMIServer.java
M tooling/api/src/main/java/org/jboss/windup/tooling/data/Quickfix.java
M tooling/api/src/main/java/org/jboss/windup/tooling/data/QuickfixType.java
A tooling/api/src/main/java/org/jboss/windup/tooling/quickfix/QuickfixLocationDTO.java
A tooling/api/src/main/java/org/jboss/windup/tooling/quickfix/QuickfixService.java
M tooling/impl/src/main/java/org/jboss/windup/tooling/ExecutionBuilderImpl.java
M tooling/impl/src/main/java/org/jboss/windup/tooling/ExecutionResultsImpl.java
M tooling/impl/src/main/java/org/jboss/windup/tooling/data/QuickfixImpl.java
A tooling/impl/src/main/java/org/jboss/windup/tooling/quickfix/QuickfixServiceImpl.java
M tooling/tests/src/test/java/org/jboss/windup/tooling/ExecutionBuilderTest.java
Log Message:
-----------
Merge branch 'quickfix_transformation_support' of https://github.com/johnsteele/windup into johnsteele-quickfix_transformation_support
Commit: a85c780605f971dc647d246ffc58c9f94e6bbd90
https://github.com/windup/windup/commit/a85c780605f971dc647d246ffc58c9f94...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2017-04-12 (Wed, 12 Apr 2017)
Changed paths:
M reporting/api/pom.xml
M reporting/api/src/main/java/org/jboss/windup/reporting/model/ReplacementQuickfixModel.java
M reporting/api/src/main/java/org/jboss/windup/reporting/model/TransformationQuickfixModel.java
M reporting/api/src/main/java/org/jboss/windup/reporting/quickfix/QuickfixLocationDTO.java
R reporting/api/src/main/java/org/jboss/windup/reporting/quickfix/QuickfixUtil.java
M tooling/api/src/main/java/org/jboss/windup/tooling/quickfix/QuickfixLocationDTO.java
M tooling/impl/src/main/java/org/jboss/windup/tooling/ExecutionBuilderImpl.java
Log Message:
-----------
Tweaks to formatting and javadoc
Commit: 042b38430310d421a0fde15c3c498a306051d700
https://github.com/windup/windup/commit/042b38430310d421a0fde15c3c498a306...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2017-04-12 (Wed, 12 Apr 2017)
Changed paths:
M reporting/api/pom.xml
M reporting/api/src/main/java/org/jboss/windup/reporting/config/Hint.java
M reporting/api/src/main/java/org/jboss/windup/reporting/config/HintQuickfix.java
M reporting/api/src/main/java/org/jboss/windup/reporting/config/HintText.java
R reporting/api/src/main/java/org/jboss/windup/reporting/config/Quickfix.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/ClassificationQuickfix.java
M reporting/api/src/main/java/org/jboss/windup/reporting/model/QuickfixModel.java
M reporting/api/src/main/java/org/jboss/windup/reporting/model/QuickfixType.java
A reporting/api/src/main/java/org/jboss/windup/reporting/model/ReplacementQuickfixModel.java
A reporting/api/src/main/java/org/jboss/windup/reporting/model/TransformationQuickfixModel.java
A reporting/api/src/main/java/org/jboss/windup/reporting/quickfix/Quickfix.java
A reporting/api/src/main/java/org/jboss/windup/reporting/quickfix/QuickfixLocationDTO.java
A reporting/api/src/main/java/org/jboss/windup/reporting/quickfix/QuickfixTransformation.java
A reporting/api/src/main/java/org/jboss/windup/reporting/quickfix/QuickfixTransformationRegistry.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 reporting/impl/src/main/java/org/jboss/windup/reporting/xml/QuickfixHandler.java
M reporting/tests/src/test/java/org/jboss/windup/reporting/handlers/QuickfixHandlerTest.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverHibernateConfigurationRuleProvider.java
M tooling/api/src/main/java/org/jboss/windup/tooling/ExecutionBuilder.java
M tooling/api/src/main/java/org/jboss/windup/tooling/ToolingRMIServer.java
M tooling/api/src/main/java/org/jboss/windup/tooling/data/Quickfix.java
M tooling/api/src/main/java/org/jboss/windup/tooling/data/QuickfixType.java
A tooling/api/src/main/java/org/jboss/windup/tooling/quickfix/QuickfixLocationDTO.java
A tooling/api/src/main/java/org/jboss/windup/tooling/quickfix/QuickfixService.java
M tooling/impl/src/main/java/org/jboss/windup/tooling/ExecutionBuilderImpl.java
M tooling/impl/src/main/java/org/jboss/windup/tooling/ExecutionResultsImpl.java
M tooling/impl/src/main/java/org/jboss/windup/tooling/data/QuickfixImpl.java
A tooling/impl/src/main/java/org/jboss/windup/tooling/quickfix/QuickfixServiceImpl.java
M tooling/tests/src/test/java/org/jboss/windup/tooling/ExecutionBuilderTest.java
Log Message:
-----------
Merge branch 'johnsteele-quickfix_transformation_support'
Compare: https://github.com/windup/windup/compare/53ade0c656a4...042b38430310
7 years, 9 months