From jesse.sightler at gmail.com Thu Oct 1 01:21:11 2015 From: jesse.sightler at gmail.com (Jess Sightler) Date: Wed, 30 Sep 2015 22:21:11 -0700 Subject: [Windup-commits] [windup/windup] bdfcf3: type-interest external registering and decompilati... Message-ID: <560cc2c7ebc24_1d843fe8f467b2a0619d@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: bdfcf3090ee30baf629102a1708d529e5877d80a https://github.com/windup/windup/commit/bdfcf3090ee30baf629102a1708d529e5877d80a Author: Jess Sightler Date: 2015-09-29 (Tue, 29 Sep 2015) Changed paths: M graph/api/src/main/java/org/jboss/windup/graph/model/resource/FileModel.java M graph/api/src/main/java/org/jboss/windup/graph/model/resource/IgnoredFileModel.java M graph/api/src/main/java/org/jboss/windup/graph/model/resource/SourceFileModel.java M java-ast/addon/src/main/java/org/jboss/windup/ast/java/ReferenceResolvingVisitor.java M java-ast/addon/src/main/java/org/jboss/windup/ast/java/data/ClassReference.java M java-ast/addon/src/main/java/org/jboss/windup/ast/java/data/annotations/AnnotationClassReference.java M java-ast/tests/src/test/java/org/jboss/windup/ast/java/test/JavaASTReferenceResolverTest.java A rules-base/api/src/main/java/org/jboss/windup/rules/files/DefaultFileDiscoveredEvent.java A rules-base/api/src/main/java/org/jboss/windup/rules/files/FileDiscoveredEvent.java A rules-base/api/src/main/java/org/jboss/windup/rules/files/FileDiscoveredListener.java A rules-base/api/src/main/java/org/jboss/windup/rules/files/FileDiscoveredListenerUtil.java A rules-base/api/src/main/java/org/jboss/windup/rules/files/FileDiscoveredResult.java M rules-base/tests/src/test/java/org/jboss/windup/rules/apps/condition/FileContentTest.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverEjbAnnotationsRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverEjbConfigurationXmlRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverJPAAnnotationsRuleProvider.java M rules-java/api/pom.xml A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/ClassFileListener.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/DependencyVisitor.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/condition/JavaClass.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/FernflowerDecompilerOperation.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/ProcyonDecompilerOperation.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/JavaClassFileModel.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/FindFilesNotClassifiedOrHinted.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/RenderFileReferenceDirective.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/TypeInterest.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/TypeInterestFactory.java R rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/TypeInterestFactoryLifecycleListener.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/TypeInterestHandler.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/TypeInterestResolver.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/TypeInterestResolverLifecycleListener.java R rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/AddClassFileMetadata.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/RecurseDirectoryAndAddFiles.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/UnzipArchiveToOutputFolder.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/AnalyzeJavaFilesRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DiscoverFilesAndTypesRuleProvider.java M rules-java/tests/src/test/java/org/jboss/windup/rules/apps/java/scan/ast/ASTProcessorIntegrationTest.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaClassBindingStatusTest.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaClassCompositeTest.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaClassSourceMatchTest.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaClassTest.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaClassWithoutClassificationTest.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaClassXmlRulesTest.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaHintsClassificationsTest.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/ignore/JavaIgnoreRegexesTest.java M rules-java/tests/src/test/resources/groovy/GroovyClassificationsAndHints.windup.groovy M rules-java/tests/src/test/resources/org/jboss/windup/rules/java/JavaClassXmlRulesTest.windup.xml M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureTest.java M tooling/tests/src/test/java/org/jboss/windup/tooling/ExecutionBuilderTest.java Log Message: ----------- type-interest external registering and decompilation-prescanning Commit: d932f75fe8236fc0bf0e235ddd9e9ed69ca2f97c https://github.com/windup/windup/commit/d932f75fe8236fc0bf0e235ddd9e9ed69ca2f97c Author: Matej Briskar Date: 2015-09-29 (Tue, 29 Sep 2015) Changed paths: M config-xml/schema/windup-jboss-ruleset.xsd M graph/api/src/main/java/org/jboss/windup/graph/service/GraphService.java M graph/api/src/main/java/org/jboss/windup/graph/service/Service.java M java-ast/addon/pom.xml R rules-base/api/src/main/java/org/jboss/windup/rules/files/DefaultFileDiscoveredEvent.java R rules-base/api/src/main/java/org/jboss/windup/rules/files/FileDiscoveredEvent.java R rules-base/api/src/main/java/org/jboss/windup/rules/files/FileDiscoveredListener.java R rules-base/api/src/main/java/org/jboss/windup/rules/files/FileDiscoveredListenerUtil.java R rules-base/api/src/main/java/org/jboss/windup/rules/files/FileDiscoveredResult.java M rules-base/tests/src/test/java/org/jboss/windup/rules/apps/condition/FileContentTest.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverEjbAnnotationsRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverJPAAnnotationsRuleProvider.java M rules-java/api/pom.xml R rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/ClassFileListener.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/condition/JavaClass.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/AbstractDecompilerOperation.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/BeforeDecompileClassesRuleProvider.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/ClassFilePreDecompilationScan.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/DecompileClassesRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/FernflowerDecompilerOperation.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/ProcyonDecompilerOperation.java R rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/TypeInterest.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/TypeInterestFactory.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/TypeInterestFactoryLifecycleListener.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/TypeInterestFactoryTrie.java R rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/TypeInterestHandler.java R rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/TypeInterestResolver.java R rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/TypeInterestResolverLifecycleListener.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/WindupRegexToRegex.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/ignore/JavaClassIgnoreHandler.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/ignore/JavaClassIgnoreResolver.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/trie/TriePrefixStructure.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/trie/TrieStructureTypeRelation.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/RecurseDirectoryAndAddFiles.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/UnzipArchiveToOutputFolder.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/AnalyzeJavaFilesRuleProvider.java R rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/IndexJavaClassFilesRuleProvider.java M rules-java/tests/src/test/java/org/jboss/windup/rules/apps/java/scan/ast/ASTProcessorIntegrationTest.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaClassBindingStatusTest.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaClassCompositeTest.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaClassSourceMatchTest.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaClassTest.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaClassWithoutClassificationTest.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaClassXmlRulesTest.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaHintsClassificationsTest.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/ignore/JavaIgnoreRegexesTest.java A rules-java/tests/src/test/java/org/jboss/windup/scan/ast/TriePrefixStructureTest.java M rules-java/tests/src/test/resources/groovy/GroovyClassificationsAndHints.windup.groovy A tests/src/test/java/org/jboss/windup/tests/application/IgnoreJavaClassTest.java M tests/src/test/java/org/jboss/windup/tests/application/MavenInfoMissingBinaryModeTest.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureTest.java A tests/src/test/xml/javaclassignore.windup.xml M tooling/tests/src/test/java/org/jboss/windup/tooling/ExecutionBuilderTest.java Log Message: ----------- WINDUP-767: Windup should gracefully deal with generated files +took away external type-interest + Trie structure for TypeInterestFactory Commit: db19b928ef28417cf02f89fa90e905ac2d08dbb9 https://github.com/windup/windup/commit/db19b928ef28417cf02f89fa90e905ac2d08dbb9 Author: Matej Briskar Date: 2015-09-30 (Wed, 30 Sep 2015) Changed paths: M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/TypeInterestFactory.java Log Message: ----------- WINDUP-767: Fix ruleset tests Commit: 54effd4ef33e4e36a5e43a24bde19bb3a1a42858 https://github.com/windup/windup/commit/54effd4ef33e4e36a5e43a24bde19bb3a1a42858 Author: Jess Sightler Date: 2015-09-30 (Wed, 30 Sep 2015) Changed paths: M config-xml/schema/windup-jboss-ruleset.xsd M graph/api/src/main/java/org/jboss/windup/graph/model/resource/FileModel.java M graph/api/src/main/java/org/jboss/windup/graph/model/resource/IgnoredFileModel.java M graph/api/src/main/java/org/jboss/windup/graph/model/resource/SourceFileModel.java M graph/api/src/main/java/org/jboss/windup/graph/service/GraphService.java M graph/api/src/main/java/org/jboss/windup/graph/service/Service.java M java-ast/addon/pom.xml M java-ast/addon/src/main/java/org/jboss/windup/ast/java/ReferenceResolvingVisitor.java M java-ast/addon/src/main/java/org/jboss/windup/ast/java/data/ClassReference.java M java-ast/addon/src/main/java/org/jboss/windup/ast/java/data/annotations/AnnotationClassReference.java M java-ast/tests/src/test/java/org/jboss/windup/ast/java/test/JavaASTReferenceResolverTest.java M rules-base/tests/src/test/java/org/jboss/windup/rules/apps/condition/FileContentTest.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverEjbAnnotationsRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverEjbConfigurationXmlRuleProvider.java M rules-java/api/pom.xml A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/DependencyVisitor.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/AbstractDecompilerOperation.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/BeforeDecompileClassesRuleProvider.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/ClassFilePreDecompilationScan.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/DecompileClassesRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/FernflowerDecompilerOperation.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/ProcyonDecompilerOperation.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/JavaClassFileModel.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/FindFilesNotClassifiedOrHinted.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/RenderFileReferenceDirective.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/TypeInterestFactory.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/TypeInterestFactoryLifecycleListener.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/TypeInterestFactoryTrie.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/WindupRegexToRegex.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/ignore/JavaClassIgnoreHandler.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/ignore/JavaClassIgnoreResolver.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/trie/TriePrefixStructure.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/trie/TrieStructureTypeRelation.java R rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/AddClassFileMetadata.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/RecurseDirectoryAndAddFiles.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/UnzipArchiveToOutputFolder.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DiscoverFilesAndTypesRuleProvider.java R rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/IndexJavaClassFilesRuleProvider.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaClassCompositeTest.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaClassSourceMatchTest.java A rules-java/tests/src/test/java/org/jboss/windup/scan/ast/TriePrefixStructureTest.java M rules-java/tests/src/test/resources/groovy/GroovyClassificationsAndHints.windup.groovy M rules-java/tests/src/test/resources/org/jboss/windup/rules/java/JavaClassXmlRulesTest.windup.xml A tests/src/test/java/org/jboss/windup/tests/application/IgnoreJavaClassTest.java M tests/src/test/java/org/jboss/windup/tests/application/MavenInfoMissingBinaryModeTest.java A tests/src/test/xml/javaclassignore.windup.xml Log Message: ----------- Merge branch 'speed' of https://github.com/mbriskar/windup into mbriskar-speed Commit: f5cfdf9581ae0a1e16c42f6db12ca2ad707dff90 https://github.com/windup/windup/commit/f5cfdf9581ae0a1e16c42f6db12ca2ad707dff90 Author: Jess Sightler Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M config-xml/schema/windup-jboss-ruleset.xsd M graph/api/src/main/java/org/jboss/windup/graph/service/GraphService.java M graph/api/src/main/java/org/jboss/windup/graph/service/Service.java M java-ast/addon/pom.xml M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/AbstractDecompilerOperation.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/RewritePatternToRegex.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/TypeInterestFactory.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/TypeInterestFactoryTrie.java R rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/WindupRegexToRegex.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/trie/TriePrefixStructure.java Log Message: ----------- Tweaked the names a little bit Commit: 6f41c24eed1072d6c7ab08244e529f05604e88c7 https://github.com/windup/windup/commit/6f41c24eed1072d6c7ab08244e529f05604e88c7 Author: Jess Sightler Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M config-xml/schema/windup-jboss-ruleset.xsd M graph/api/src/main/java/org/jboss/windup/graph/model/resource/FileModel.java M graph/api/src/main/java/org/jboss/windup/graph/model/resource/IgnoredFileModel.java M graph/api/src/main/java/org/jboss/windup/graph/model/resource/SourceFileModel.java M graph/api/src/main/java/org/jboss/windup/graph/service/GraphService.java M graph/api/src/main/java/org/jboss/windup/graph/service/Service.java M java-ast/addon/src/main/java/org/jboss/windup/ast/java/ReferenceResolvingVisitor.java M java-ast/addon/src/main/java/org/jboss/windup/ast/java/data/ClassReference.java M java-ast/addon/src/main/java/org/jboss/windup/ast/java/data/annotations/AnnotationClassReference.java M java-ast/tests/src/test/java/org/jboss/windup/ast/java/test/JavaASTReferenceResolverTest.java M rules-base/tests/src/test/java/org/jboss/windup/rules/apps/condition/FileContentTest.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverEjbAnnotationsRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverEjbConfigurationXmlRuleProvider.java M rules-java/api/pom.xml A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/DependencyVisitor.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/AbstractDecompilerOperation.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/BeforeDecompileClassesRuleProvider.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/ClassFilePreDecompilationScan.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/DecompileClassesRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/FernflowerDecompilerOperation.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/ProcyonDecompilerOperation.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/JavaClassFileModel.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/FindFilesNotClassifiedOrHinted.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/RenderFileReferenceDirective.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/RewritePatternToRegex.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/TypeInterestFactory.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/TypeInterestFactoryLifecycleListener.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/TypeInterestFactoryTrie.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/ignore/JavaClassIgnoreHandler.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/ignore/JavaClassIgnoreResolver.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/trie/TriePrefixStructure.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/trie/TrieStructureTypeRelation.java R rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/AddClassFileMetadata.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/RecurseDirectoryAndAddFiles.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/UnzipArchiveToOutputFolder.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DiscoverFilesAndTypesRuleProvider.java R rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/IndexJavaClassFilesRuleProvider.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaClassCompositeTest.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaClassSourceMatchTest.java A rules-java/tests/src/test/java/org/jboss/windup/scan/ast/TriePrefixStructureTest.java M rules-java/tests/src/test/resources/groovy/GroovyClassificationsAndHints.windup.groovy M rules-java/tests/src/test/resources/org/jboss/windup/rules/java/JavaClassXmlRulesTest.windup.xml A tests/src/test/java/org/jboss/windup/tests/application/IgnoreJavaClassTest.java M tests/src/test/java/org/jboss/windup/tests/application/MavenInfoMissingBinaryModeTest.java A tests/src/test/xml/javaclassignore.windup.xml Log Message: ----------- Merge branch 'mbriskar-speed' Compare: https://github.com/windup/windup/compare/bc2b81eab28c...6f41c24eed10 From jesse.sightler at gmail.com Thu Oct 1 01:35:22 2015 From: jesse.sightler at gmail.com (Jess Sightler) Date: Wed, 30 Sep 2015 22:35:22 -0700 Subject: [Windup-commits] [windup/windup] 435cb7: Fix a minor oversight in the schema (javaclass-ign... Message-ID: <560cc61ad7a5c_66df3fbbd95932b81391c4@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 435cb77e0c7718ad4eef8952f64a84412433a697 https://github.com/windup/windup/commit/435cb77e0c7718ad4eef8952f64a84412433a697 Author: Jess Sightler Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M config-xml/schema/windup-jboss-ruleset.xsd Log Message: ----------- Fix a minor oversight in the schema (javaclass-ignore should be possible under 'rules' elements as well) From jesse.sightler at gmail.com Thu Oct 1 10:32:15 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Thu, 01 Oct 2015 07:32:15 -0700 Subject: [Windup-commits] [windup/windup] 2a37c9: WINDUP-748: Incident counts appear to be off for s... Message-ID: <560d43ef17ebf_7a133fa46bfbf2bc42192@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 2a37c93858ecf10ef3a5328296c8eed7ed2586b6 https://github.com/windup/windup/commit/2a37c93858ecf10ef3a5328296c8eed7ed2586b6 Author: Jess Sightler Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/GetProblemSummariesMethod.java A reporting/impl/src/main/java/org/jboss/windup/reporting/rules/generation/CreateMigrationIssuesReportRuleProvider.java R reporting/impl/src/main/java/org/jboss/windup/reporting/rules/generation/CreateProblemCentricReportRuleProvider.java A reporting/impl/src/main/resources/reports/templates/migration-issues.ftl R reporting/impl/src/main/resources/reports/templates/problem-centric-report.ftl M rules-xml/addon/src/main/java/org/jboss/windup/rules/apps/xml/operation/xslt/XSLTTransformation.java A test-util/src/main/java/org/jboss/windup/testutil/html/TestMigrationIssuesReportUtil.java M tests/src/test/groovy/GroovyExampleRule.windup.groovy M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSourceModeTest.java Log Message: ----------- WINDUP-748: Incident counts appear to be off for some issues in the "Migration Issue Report" Commit: 1a5babe1b7fa498b541f89ca4bcd8a1afb94c087 https://github.com/windup/windup/commit/1a5babe1b7fa498b541f89ca4bcd8a1afb94c087 Author: Jesse Sightler Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/GetProblemSummariesMethod.java A reporting/impl/src/main/java/org/jboss/windup/reporting/rules/generation/CreateMigrationIssuesReportRuleProvider.java R reporting/impl/src/main/java/org/jboss/windup/reporting/rules/generation/CreateProblemCentricReportRuleProvider.java A reporting/impl/src/main/resources/reports/templates/migration-issues.ftl R reporting/impl/src/main/resources/reports/templates/problem-centric-report.ftl M rules-xml/addon/src/main/java/org/jboss/windup/rules/apps/xml/operation/xslt/XSLTTransformation.java A test-util/src/main/java/org/jboss/windup/testutil/html/TestMigrationIssuesReportUtil.java M tests/src/test/groovy/GroovyExampleRule.windup.groovy M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSourceModeTest.java Log Message: ----------- Merge pull request #693 from jsight/WINDUP-748 WINDUP-748: Incident counts appear to be off for some issues in the "Migration Issue Report" Compare: https://github.com/windup/windup/compare/435cb77e0c77...1a5babe1b7fa From jesse.sightler at gmail.com Thu Oct 1 11:23:41 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Thu, 01 Oct 2015 08:23:41 -0700 Subject: [Windup-commits] [windup/windup] 6b6406: WINDUP-766: Scan JSP's for potential migration iss... Message-ID: <560d4ffdae47b_31fa3fbb202792bc9788c@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 6b64067a91708ad29e364f30525d1970c2d686eb https://github.com/windup/windup/commit/6b64067a91708ad29e364f30525d1970c2d686eb Author: Jess Sightler Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M java-ast/addon/src/main/java/org/jboss/windup/ast/java/data/TypeReferenceLocation.java A rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/JspSourceFileModel.java A rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/AnalyzeJSPFileRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverEjbAnnotationsRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverJPAAnnotationsRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverJaxRsAnnotationsRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverJaxWSAnnotationsRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverRmiRuleProvider.java A rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/JspFileMappingRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/condition/JavaClass.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/AbstractJavaSourceModel.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/JavaSourceFileModel.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/JavaTypeReferenceModel.java A test-files/jsptest/src/example-with-taglib.jsp A test-files/jsptest/src/health.jsp A test-files/jsptest/src/snoop.jsp A test-files/jsptest/src/test.jsp A tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureJspTest.java M tests/src/test/xml/XmlExample.windup.xml Log Message: ----------- WINDUP-766: Scan JSP's for potential migration issues Commit: d6ec6e2370798710d96f1c90fc8e6444278dab7c https://github.com/windup/windup/commit/d6ec6e2370798710d96f1c90fc8e6444278dab7c Author: Jesse Sightler Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M java-ast/addon/src/main/java/org/jboss/windup/ast/java/data/TypeReferenceLocation.java A rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/JspSourceFileModel.java A rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/AnalyzeJSPFileRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverEjbAnnotationsRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverJPAAnnotationsRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverJaxRsAnnotationsRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverJaxWSAnnotationsRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverRmiRuleProvider.java A rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/JspFileMappingRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/condition/JavaClass.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/AbstractJavaSourceModel.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/JavaSourceFileModel.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/JavaTypeReferenceModel.java A test-files/jsptest/src/example-with-taglib.jsp A test-files/jsptest/src/health.jsp A test-files/jsptest/src/snoop.jsp A test-files/jsptest/src/test.jsp A tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureJspTest.java M tests/src/test/xml/XmlExample.windup.xml Log Message: ----------- Merge pull request #697 from jsight/WINDUP-766 WINDUP-766: Scan JSP's for potential migration issues Compare: https://github.com/windup/windup/compare/1a5babe1b7fa...d6ec6e237079 From jesse.sightler at gmail.com Thu Oct 1 11:24:02 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Thu, 01 Oct 2015 08:24:02 -0700 Subject: [Windup-commits] [windup/windup] 20a158: Fixing (X)HTML markup Message-ID: <560d5012f3028_4c553f96d51952c0726e@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 20a158638229a806543826005e17abc40ed90a47 https://github.com/windup/windup/commit/20a158638229a806543826005e17abc40ed90a47 Author: Marc Zottner Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M reporting/impl/src/main/resources/reports/templates/classloader.ftl M reporting/impl/src/main/resources/reports/templates/embedded.ftl M reporting/impl/src/main/resources/reports/templates/include/userfeedback.ftl M reporting/impl/src/main/resources/reports/templates/index.ftl M reporting/impl/src/main/resources/reports/templates/ruleprovidersummary.ftl M reporting/impl/src/main/resources/reports/templates/server-resources.ftl M reporting/impl/src/main/resources/reports/templates/source.ftl M reporting/impl/src/main/resources/reports/templates/windupfreemarkerfunctions.ftl Log Message: ----------- Fixing (X)HTML markup Commit: d11927ff0a6d56a979f0f8a5d9e89a4a88b9064d https://github.com/windup/windup/commit/d11927ff0a6d56a979f0f8a5d9e89a4a88b9064d Author: Jesse Sightler Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M reporting/impl/src/main/resources/reports/templates/classloader.ftl M reporting/impl/src/main/resources/reports/templates/embedded.ftl M reporting/impl/src/main/resources/reports/templates/include/userfeedback.ftl M reporting/impl/src/main/resources/reports/templates/index.ftl M reporting/impl/src/main/resources/reports/templates/ruleprovidersummary.ftl M reporting/impl/src/main/resources/reports/templates/server-resources.ftl M reporting/impl/src/main/resources/reports/templates/source.ftl M reporting/impl/src/main/resources/reports/templates/windupfreemarkerfunctions.ftl Log Message: ----------- Merge pull request #705 from Maarc/markup_fix Fixing (X)HTML markup Compare: https://github.com/windup/windup/compare/d6ec6e237079...d11927ff0a6d From jesse.sightler at gmail.com Thu Oct 1 12:20:30 2015 From: jesse.sightler at gmail.com (Jess Sightler) Date: Thu, 01 Oct 2015 09:20:30 -0700 Subject: [Windup-commits] [windup/windup] b5e528: Fix for compilation error Message-ID: <560d5d4ea6b42_4e0d3f91c3dbb2a03209a@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: b5e5286fe9fb2eb8355599964655edd79757b5c1 https://github.com/windup/windup/commit/b5e5286fe9fb2eb8355599964655edd79757b5c1 Author: Jess Sightler Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/AnalyzeJSPFileRuleProvider.java Log Message: ----------- Fix for compilation error From jesse.sightler at gmail.com Thu Oct 1 15:02:56 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Thu, 01 Oct 2015 12:02:56 -0700 Subject: [Windup-commits] [windup/windup] c301b9: Removing a flying apostrophe Message-ID: <560d83608b58f_c2a3ffb1b9952b811479@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: c301b96c1131919a6aac9bbf21921a097cd8d1fb https://github.com/windup/windup/commit/c301b96c1131919a6aac9bbf21921a097cd8d1fb Author: Marc Zottner Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M rules-java-ee/addon/src/main/resources/reports/templates/jpa.ftl Log Message: ----------- Removing a flying apostrophe Commit: e87c4f36cb3c27f7840d694cdd833e3adac0f1f0 https://github.com/windup/windup/commit/e87c4f36cb3c27f7840d694cdd833e3adac0f1f0 Author: Jesse Sightler Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M rules-java-ee/addon/src/main/resources/reports/templates/jpa.ftl Log Message: ----------- Merge pull request #707 from Maarc/small_fix_jpa Removing a flying apostrophe Compare: https://github.com/windup/windup/compare/b5e5286fe9fb...e87c4f36cb3c From jesse.sightler at gmail.com Thu Oct 1 16:23:39 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Thu, 01 Oct 2015 13:23:39 -0700 Subject: [Windup-commits] [windup/windup] a8a4c3: Wording updated "Effort" to "Story Points" to stay... Message-ID: <560d964b140f4_e903f93c7d3b2c0473f0@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: a8a4c397130787ccb922da0e25caf1c8d8f87fff https://github.com/windup/windup/commit/a8a4c397130787ccb922da0e25caf1c8d8f87fff Author: Marc Zottner Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M reporting/impl/src/main/resources/reports/templates/migration-issues.ftl Log Message: ----------- Wording updated "Effort" to "Story Points" to stay consistent Commit: 2164dbc12cc783d0012d5bca93ddb5709cdd0285 https://github.com/windup/windup/commit/2164dbc12cc783d0012d5bca93ddb5709cdd0285 Author: Jesse Sightler Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M reporting/impl/src/main/resources/reports/templates/migration-issues.ftl Log Message: ----------- Merge pull request #708 from Maarc/update_wording Wording updated from "Efforts" to "Story Points" to stay consistent across the report Compare: https://github.com/windup/windup/compare/e87c4f36cb3c...2164dbc12cc7 From jesse.sightler at gmail.com Thu Oct 1 16:34:57 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Thu, 01 Oct 2015 13:34:57 -0700 Subject: [Windup-commits] [windup/windup] b8924a: WINDUP-782: Specifying the same file as both an in... Message-ID: <560d98f1707f9_d713f9f4af852b817562@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: b8924a42adb2de97ffcdf188eac45b51b6325eeb https://github.com/windup/windup/commit/b8924a42adb2de97ffcdf188eac45b51b6325eeb Author: Jess Sightler Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java M exec/api/src/main/java/org/jboss/windup/exec/configuration/options/OutputPathOption.java A exec/tests/src/test/java/org/jboss/windup/exec/test/OutputPathOptionTest.java Log Message: ----------- WINDUP-782: Specifying the same file as both an input and an output results in the input file being destroyed Commit: 6491f799e6d057e99601dd01f4c25d77663001c0 https://github.com/windup/windup/commit/6491f799e6d057e99601dd01f4c25d77663001c0 Author: Jesse Sightler Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java M exec/api/src/main/java/org/jboss/windup/exec/configuration/options/OutputPathOption.java A exec/tests/src/test/java/org/jboss/windup/exec/test/OutputPathOptionTest.java Log Message: ----------- Merge pull request #706 from jsight/WINDUP-782 WINDUP-782: Specifying the same file as both an input and an output results in the input file being destroyed Compare: https://github.com/windup/windup/compare/2164dbc12cc7...6491f799e6d0 From sgilda at redhat.com Fri Oct 2 09:17:41 2015 From: sgilda at redhat.com (Sande Gilda) Date: Fri, 02 Oct 2015 06:17:41 -0700 Subject: [Windup-commits] [windup/windup] 073839: Update documentation for CR2 based on feedback fro... Message-ID: <560e83f568efc_70783ff0406db29c491e3@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/gh-pages Home: https://github.com/windup/windup Commit: 0738393f51e8a82b7e30692ed9aba392b83df973 https://github.com/windup/windup/commit/0738393f51e8a82b7e30692ed9aba392b83df973 Author: Sande Gilda Date: 2015-10-02 (Fri, 02 Oct 2015) Changed paths: A docs/2.4.0.CR2/html/WindupCoreDevelopmentGuide.html A docs/2.4.0.CR2/html/WindupRulesDevelopmentGuide.html A docs/2.4.0.CR2/html/WindupUserGuide.html A docs/2.4.0.CR2/html/docbook-xsl.css A docs/2.4.0.CR2/pdf/WindupCoreDevelopmentGuide.pdf A docs/2.4.0.CR2/pdf/WindupRulesDevelopmentGuide.pdf A docs/2.4.0.CR2/pdf/WindupUserGuide.pdf Log Message: ----------- Update documentation for CR2 based on feedback from Rodney From sgilda at redhat.com Fri Oct 2 09:26:16 2015 From: sgilda at redhat.com (Sande Gilda) Date: Fri, 02 Oct 2015 06:26:16 -0700 Subject: [Windup-commits] [windup/windup] 972037: Missed copy of images to the HTML folder Message-ID: <560e85f87f0a_44943f8e657f72bc78791@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/gh-pages Home: https://github.com/windup/windup Commit: 972037daaf5ad30bfb2a02e82aba900ec4cfda28 https://github.com/windup/windup/commit/972037daaf5ad30bfb2a02e82aba900ec4cfda28 Author: Sande Gilda Date: 2015-10-02 (Fri, 02 Oct 2015) Changed paths: A docs/2.4.0.CR2/html/images/2-extending-s1.png A docs/2.4.0.CR2/html/images/2-extending-s2.png A docs/2.4.0.CR2/html/images/5-main-menu.png A docs/2.4.0.CR2/html/images/6-archive-overview.png A docs/2.4.0.CR2/html/images/6-java-classification-1.png A docs/2.4.0.CR2/html/images/6-java-hint1.png A docs/2.4.0.CR2/html/images/6-java-hint2.png A docs/2.4.0.CR2/html/images/6-resource-classification.png A docs/2.4.0.CR2/html/images/CreateYourFirstRule-ReportApplication.png A docs/2.4.0.CR2/html/images/CreateYourFirstRule-ReportOverview.png A docs/2.4.0.CR2/html/images/CreateYourFirstRule-ReportSource.png A docs/2.4.0.CR2/html/images/GraphOperationSubtypes.png A docs/2.4.0.CR2/html/images/Logotype_RHJB_MigrationToolkit_CMYK_Black-small.png A docs/2.4.0.CR2/html/images/Logotype_RHJB_MigrationToolkit_CMYK_Black.svg A docs/2.4.0.CR2/html/images/WindupModels-NbScreenshot.png A docs/2.4.0.CR2/html/images/directory-setup.png A docs/2.4.0.CR2/html/images/report-directory-file-list.png A docs/2.4.0.CR2/html/images/report-example.png A docs/2.4.0.CR2/html/images/report-index-page.png A docs/2.4.0.CR2/html/images/report-javaee-ear-01-summary.png A docs/2.4.0.CR2/html/images/report-javaee-ear-02-ear.png A docs/2.4.0.CR2/html/images/report-javaee-ear-03-services-jar.png A docs/2.4.0.CR2/html/images/report-javaee-ear-04-war.png A docs/2.4.0.CR2/html/images/report-javaee-ear-file-detail-part1.png A docs/2.4.0.CR2/html/images/report-javaee-ear-file-detail-part2.png A docs/2.4.0.CR2/html/images/report-javaee-ear-ruleprovider.png A docs/2.4.0.CR2/html/images/report-javaee-ear-summary.png A docs/2.4.0.CR2/html/images/report-jee-example-app-ear.png A docs/2.4.0.CR2/html/images/report-jee-example-application-overview.png A docs/2.4.0.CR2/html/images/report-jee-example-freemarker.png A docs/2.4.0.CR2/html/images/report-jee-example-index-page.png A docs/2.4.0.CR2/html/images/report-jee-example-ruleprovider.png A docs/2.4.0.CR2/html/images/report-jee-example-send-feedback.png A docs/2.4.0.CR2/html/images/report-jee-example-services-jar.png A docs/2.4.0.CR2/html/images/report-jee-example-source-1.png A docs/2.4.0.CR2/html/images/report-jee-example-source-2.png A docs/2.4.0.CR2/html/images/rh-logo.png A docs/2.4.0.CR2/html/images/windup-logo-large.png A docs/2.4.0.CR2/html/images/windup-logo-wiki-header.jpg Log Message: ----------- Missed copy of images to the HTML folder From zizka at seznam.cz Mon Oct 5 08:07:29 2015 From: zizka at seznam.cz (Ondrej Zizka) Date: Mon, 05 Oct 2015 05:07:29 -0700 Subject: [Windup-commits] [windup/windup] 1b584a: WINDUP-769: Separate report for catchall rules Message-ID: <56126801e7bf4_15ae3fec02c0d2c08404b@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 1b584a904e3cf265ea4bd460bbd9fbd7f0a1c01b https://github.com/windup/windup/commit/1b584a904e3cf265ea4bd460bbd9fbd7f0a1c01b Author: Jess Sightler Date: 2015-10-02 (Fri, 02 Oct 2015) Changed paths: A reporting/api/src/main/java/org/jboss/windup/reporting/TagUtil.java M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerUtil.java M reporting/api/src/main/java/org/jboss/windup/reporting/model/ApplicationReportModel.java M reporting/api/src/main/java/org/jboss/windup/reporting/model/InlineHintModel.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/GetEffortForProjectMethod.java A reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/IsReportableFile.java A reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/RenderIndexPageRuleProvider.java R reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/RenderOverviewPageRuleProvider.java M reporting/tests/src/test/java/org/jboss/windup/reporting/ClassificationServiceTest.java M reporting/tests/src/test/java/org/jboss/windup/reporting/InlineHintServiceTest.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/JavaApplicationOverviewReportModel.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/RenderApplicationPieChartDirective.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateJavaApplicationOverviewReportRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/service/TypeReferenceService.java M rules-java/api/src/main/resources/reports/templates/java_application.ftl M rules-java/tests/src/test/java/org/jboss/windup/rules/apps/java/service/TypeReferenceServiceTest.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureHibernateTest.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureJEEExampleTest.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureMediumBinaryModeTest.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSmallBinaryModeTest.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSourceModeTest.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSpringSmallTest.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureTest.java Log Message: ----------- WINDUP-769: Separate report for catchall rules Commit: 3d3ecd3b54cb83f3347626cc0c5fda43eb6946c4 https://github.com/windup/windup/commit/3d3ecd3b54cb83f3347626cc0c5fda43eb6946c4 Author: OndraZizka Date: 2015-10-02 (Fri, 02 Oct 2015) Changed paths: M reporting/api/src/main/java/org/jboss/windup/reporting/TagUtil.java M reporting/api/src/main/java/org/jboss/windup/reporting/config/Hint.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/IsReportableFile.java M reporting/impl/src/main/java/org/jboss/windup/reporting/model/FreeMarkerSourceReportModel.java M reporting/impl/src/main/resources/reports/templates/source.ftl M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/service/TypeReferenceService.java M rules-java/api/src/main/resources/reports/templates/java_application.ftl Log Message: ----------- WINDUP-769 - Create a separate catchall report - Fix the include/exclude logic. Commit: da150b48cd945a163a6a1de672b2a1a422f7bb32 https://github.com/windup/windup/commit/da150b48cd945a163a6a1de672b2a1a422f7bb32 Author: Jess Sightler Date: 2015-10-02 (Fri, 02 Oct 2015) Changed paths: A test-files/catchalltest/src/FileWithBoth.java A test-files/catchalltest/src/FileWithCatchallHits.java A test-files/catchalltest/src/FileWithoutCatchallHits.java A tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureCatchallTest.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureJspTest.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureTest.java Log Message: ----------- WINDUP-769: Fixed unit tests and added one more Commit: 70dcccdbc4beed16c9af198b276c72918298d6cb https://github.com/windup/windup/commit/70dcccdbc4beed16c9af198b276c72918298d6cb Author: Ondrej Zizka Date: 2015-10-05 (Mon, 05 Oct 2015) Changed paths: A reporting/api/src/main/java/org/jboss/windup/reporting/TagUtil.java M reporting/api/src/main/java/org/jboss/windup/reporting/config/Hint.java M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerUtil.java M reporting/api/src/main/java/org/jboss/windup/reporting/model/ApplicationReportModel.java M reporting/api/src/main/java/org/jboss/windup/reporting/model/InlineHintModel.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/GetEffortForProjectMethod.java A reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/IsReportableFile.java M reporting/impl/src/main/java/org/jboss/windup/reporting/model/FreeMarkerSourceReportModel.java A reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/RenderIndexPageRuleProvider.java R reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/RenderOverviewPageRuleProvider.java M reporting/impl/src/main/resources/reports/templates/source.ftl M reporting/tests/src/test/java/org/jboss/windup/reporting/ClassificationServiceTest.java M reporting/tests/src/test/java/org/jboss/windup/reporting/InlineHintServiceTest.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/JavaApplicationOverviewReportModel.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/RenderApplicationPieChartDirective.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateJavaApplicationOverviewReportRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/service/TypeReferenceService.java M rules-java/api/src/main/resources/reports/templates/java_application.ftl M rules-java/tests/src/test/java/org/jboss/windup/rules/apps/java/service/TypeReferenceServiceTest.java A test-files/catchalltest/src/FileWithBoth.java A test-files/catchalltest/src/FileWithCatchallHits.java A test-files/catchalltest/src/FileWithoutCatchallHits.java A tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureCatchallTest.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureHibernateTest.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureJEEExampleTest.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureJspTest.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureMediumBinaryModeTest.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSmallBinaryModeTest.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSourceModeTest.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSpringSmallTest.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureTest.java Log Message: ----------- Merge pull request #713 from jsight/OndraZizka-catchallReport-B-WINDUP-769 Is this ready for review? Compare: https://github.com/windup/windup/compare/6491f799e6d0...70dcccdbc4be From zizka at seznam.cz Mon Oct 5 10:19:49 2015 From: zizka at seznam.cz (Ondrej Zizka) Date: Mon, 05 Oct 2015 07:19:49 -0700 Subject: [Windup-commits] [windup/windup] 6f7213: Update ruleprovidersummary.ftl Message-ID: <56128705523c9_49783f8f7e8d72bc1289d6@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/not-performed Home: https://github.com/windup/windup Commit: 6f7213f526715eb685e579ea71785261de217450 https://github.com/windup/windup/commit/6f7213f526715eb685e579ea71785261de217450 Author: Ondrej Zizka Date: 2015-10-05 (Mon, 05 Oct 2015) Changed paths: M reporting/impl/src/main/resources/reports/templates/ruleprovidersummary.ftl Log Message: ----------- Update ruleprovidersummary.ftl From jesse.sightler at gmail.com Mon Oct 5 10:21:51 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Mon, 05 Oct 2015 07:21:51 -0700 Subject: [Windup-commits] [windup/windup] c99ba3: Change misleading "not-executed" to "not-performed... Message-ID: <5612877fbce4b_5d8b3f7eea2992a021830@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: c99ba3bca0651b54fd8eba5ff9a78e102655d476 https://github.com/windup/windup/commit/c99ba3bca0651b54fd8eba5ff9a78e102655d476 Author: Ondrej Zizka Date: 2015-09-30 (Wed, 30 Sep 2015) Changed paths: M reporting/impl/src/main/resources/reports/templates/ruleprovidersummary.ftl Log Message: ----------- Change misleading "not-executed" to "not-performed" not-executed makes people think that the rule was not executed at all, including the condition. Commit: cc908aa665a510c607c85d7f299ccdc9329d6606 https://github.com/windup/windup/commit/cc908aa665a510c607c85d7f299ccdc9329d6606 Author: Ondrej Zizka Date: 2015-09-30 (Wed, 30 Sep 2015) Changed paths: M reporting/impl/src/main/resources/reports/templates/ruleprovidersummary.ftl Log Message: ----------- Update ruleprovidersummary.ftl Commit: 6f7213f526715eb685e579ea71785261de217450 https://github.com/windup/windup/commit/6f7213f526715eb685e579ea71785261de217450 Author: Ondrej Zizka Date: 2015-10-05 (Mon, 05 Oct 2015) Changed paths: M reporting/impl/src/main/resources/reports/templates/ruleprovidersummary.ftl Log Message: ----------- Update ruleprovidersummary.ftl Commit: 5d92b9d60d983d4ecdf0c43e5a034134f7342688 https://github.com/windup/windup/commit/5d92b9d60d983d4ecdf0c43e5a034134f7342688 Author: Jesse Sightler Date: 2015-10-05 (Mon, 05 Oct 2015) Changed paths: M reporting/impl/src/main/resources/reports/templates/ruleprovidersummary.ftl Log Message: ----------- Merge pull request #703 from windup/not-performed Change misleading "not-executed" to "not-performed" Compare: https://github.com/windup/windup/compare/70dcccdbc4be...5d92b9d60d98 From jesse.sightler at gmail.com Mon Oct 5 10:21:55 2015 From: jesse.sightler at gmail.com (jsight) Date: Mon, 05 Oct 2015 07:21:55 -0700 Subject: [Windup-commits] [windup/windup] Message-ID: <56128783d48f5_4b123fbc410b92c0822aa@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/not-performed Home: https://github.com/windup/windup From jesse.sightler at gmail.com Mon Oct 5 12:57:20 2015 From: jesse.sightler at gmail.com (jsight) Date: Mon, 05 Oct 2015 09:57:20 -0700 Subject: [Windup-commits] [windup/windup] Message-ID: <5612abf0eb346_7cdb3ff3102292bc80198@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/tags/2.4.0.CR2 Home: https://github.com/windup/windup From jesse.sightler at gmail.com Mon Oct 5 12:57:21 2015 From: jesse.sightler at gmail.com (Jess Sightler) Date: Mon, 05 Oct 2015 09:57:21 -0700 Subject: [Windup-commits] [windup/windup] 75b122: [maven-release-plugin] prepare for next developmen... Message-ID: <5612abf142747_44de3ff6d89612c09971c@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 75b122cf5c23db1d1a0be40051ac5c37b5c95601 https://github.com/windup/windup/commit/75b122cf5c23db1d1a0be40051ac5c37b5c95601 Author: Jess Sightler Date: 2015-10-05 (Mon, 05 Oct 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-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/fernflower/pom.xml M forks/frames/pom.xml M forks/jdt/pom.xml M forks/procyon/Procyon.CompilerTools/pom.xml M forks/procyon/Procyon.Core/pom.xml M forks/procyon/Procyon.Expressions/pom.xml M forks/procyon/Procyon.Reflection/pom.xml M forks/procyon/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 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 From jesse.sightler at gmail.com Mon Oct 5 12:57:20 2015 From: jesse.sightler at gmail.com (Jess Sightler) Date: Mon, 05 Oct 2015 09:57:20 -0700 Subject: [Windup-commits] [windup/windup] a39539: [maven-release-plugin] prepare release 2.4.0.CR2 Message-ID: <5612abf08e582_13ca3fd9e3f772c010265c@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: a39539ff8f35f81d1bad8791aff66cd6c24ac0eb https://github.com/windup/windup/commit/a39539ff8f35f81d1bad8791aff66cd6c24ac0eb Author: Jess Sightler Date: 2015-10-05 (Mon, 05 Oct 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-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/fernflower/pom.xml M forks/frames/pom.xml M forks/jdt/pom.xml M forks/procyon/Procyon.CompilerTools/pom.xml M forks/procyon/Procyon.Core/pom.xml M forks/procyon/Procyon.Expressions/pom.xml M forks/procyon/Procyon.Reflection/pom.xml M forks/procyon/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 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 2.4.0.CR2 From jesse.sightler at gmail.com Wed Oct 7 10:24:34 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Wed, 07 Oct 2015 07:24:34 -0700 Subject: [Windup-commits] [windup/windup] 8dffb6: WINDUP-784: Fix sorting to be numeric instead of a... Message-ID: <56152b22dd196_75f13fbd6aa3f2c089965@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 8dffb6e96fbcca4e7e25e4d97ca08bb64c04518b https://github.com/windup/windup/commit/8dffb6e96fbcca4e7e25e4d97ca08bb64c04518b Author: Jess Sightler Date: 2015-10-07 (Wed, 07 Oct 2015) Changed paths: M reporting/impl/src/main/resources/reports/templates/migration-issues.ftl Log Message: ----------- WINDUP-784: Fix sorting to be numeric instead of alphanumeric Commit: 0b20e76de2cfedd72bd74f10b4e1ea7a648e1726 https://github.com/windup/windup/commit/0b20e76de2cfedd72bd74f10b4e1ea7a648e1726 Author: Jesse Sightler Date: 2015-10-07 (Wed, 07 Oct 2015) Changed paths: M reporting/impl/src/main/resources/reports/templates/migration-issues.ftl Log Message: ----------- Merge pull request #715 from jsight/WINDUP-784 WINDUP-784: Fix sorting to be numeric instead of alphanumeric Compare: https://github.com/windup/windup/compare/75b122cf5c23...0b20e76de2cf From jesse.sightler at gmail.com Thu Oct 8 09:42:23 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Thu, 08 Oct 2015 06:42:23 -0700 Subject: [Windup-commits] [windup/windup] b1fa2f: added nulls check to solve NPE for WINDUP-789 Message-ID: <561672bfa674f_1d633fdade8fd2b8507b3@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: b1fa2f67ec362894d627ad1a4c72c563505fa31f https://github.com/windup/windup/commit/b1fa2f67ec362894d627ad1a4c72c563505fa31f Author: Marek Novotn? Date: 2015-10-07 (Wed, 07 Oct 2015) Changed paths: M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverRmiRuleProvider.java Log Message: ----------- added nulls check to solve NPE for WINDUP-789 Commit: 1343ef2917d93f99cb9474eaa90138b1da39841d https://github.com/windup/windup/commit/1343ef2917d93f99cb9474eaa90138b1da39841d Author: Jesse Sightler Date: 2015-10-08 (Thu, 08 Oct 2015) Changed paths: M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverRmiRuleProvider.java Log Message: ----------- Merge pull request #718 from mareknovotny/WINDUP-789 added nulls check to solve NPE for WINDUP-789 Compare: https://github.com/windup/windup/compare/e908fdb8691c...1343ef2917d9 From jesse.sightler at gmail.com Thu Oct 8 17:22:34 2015 From: jesse.sightler at gmail.com (Jess Sightler) Date: Thu, 08 Oct 2015 14:22:34 -0700 Subject: [Windup-commits] [windup/windup] 0f8485: WINDUP-786 Tag style creates overlapping tags Message-ID: <5616de9ad427b_742b3fad1c45f2a01356f5@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 0f8485552955604303eb3cfd6697d601804e7fe4 https://github.com/windup/windup/commit/0f8485552955604303eb3cfd6697d601804e7fe4 Author: OndraZizka Date: 2015-10-08 (Thu, 08 Oct 2015) Changed paths: M reporting/impl/src/main/resources/reports/resources/css/windup.css Log Message: ----------- WINDUP-786 Tag style creates overlapping tags Commit: 1e2f238e5d8af0710c2629da3b5e2cebcd83a2e7 https://github.com/windup/windup/commit/1e2f238e5d8af0710c2629da3b5e2cebcd83a2e7 Author: OndraZizka Date: 2015-10-08 (Thu, 08 Oct 2015) Changed paths: M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/RenderRuleLinkDirective.java M reporting/impl/src/main/resources/reports/resources/css/windup.css M reporting/impl/src/main/resources/reports/templates/migration-issues.ftl M reporting/impl/src/main/resources/reports/templates/source.ftl M rules-java/api/src/main/resources/reports/templates/java_application.ftl Log Message: ----------- WINDUP-797 Change back to original icon Commit: bb76b8d2df35a818a4a98034a737d2d7427f7a0b https://github.com/windup/windup/commit/bb76b8d2df35a818a4a98034a737d2d7427f7a0b Author: OndraZizka Date: 2015-10-08 (Thu, 08 Oct 2015) Changed paths: M reporting/impl/src/main/resources/reports/resources/css/windup-source.css M reporting/impl/src/main/resources/reports/resources/css/windup.css M reporting/impl/src/main/resources/reports/templates/migration-issues.ftl M reporting/impl/src/main/resources/reports/templates/source.ftl M rules-java/api/src/main/resources/reports/templates/java_application.ftl Log Message: ----------- WINDUP-796 Source Report style should be consistent with other reports Commit: c2601780b130ec6ba3283d7caf869d3e8a86510c https://github.com/windup/windup/commit/c2601780b130ec6ba3283d7caf869d3e8a86510c Author: OndraZizka Date: 2015-10-08 (Thu, 08 Oct 2015) Changed paths: M reporting/impl/src/main/resources/reports/resources/css/windup-source.css M reporting/impl/src/main/resources/reports/templates/classloader.ftl M reporting/impl/src/main/resources/reports/templates/index.ftl M reporting/impl/src/main/resources/reports/templates/ruleprovidersummary.ftl M reporting/impl/src/main/resources/reports/templates/server-resources.ftl M reporting/impl/src/main/resources/reports/templates/source.ftl M reporting/impl/src/main/resources/reports/templates/windupfreemarkerfunctions.ftl M rules-java-ee/addon/src/main/resources/reports/templates/ejb.ftl M rules-java-ee/addon/src/main/resources/reports/templates/hibernate.ftl M rules-java-ee/addon/src/main/resources/reports/templates/jbpm.ftl M rules-java-ee/addon/src/main/resources/reports/templates/jpa.ftl M rules-java-ee/addon/src/main/resources/reports/templates/remote.ftl M rules-java-ee/addon/src/main/resources/reports/templates/server.ftl M rules-java-ee/addon/src/main/resources/reports/templates/spring.ftl M rules-java/api/src/main/resources/reports/templates/about_windup.ftl M rules-java/api/src/main/resources/reports/templates/compatible_files.ftl M rules-java/api/src/main/resources/reports/templates/ignored_files.ftl M rules-java/api/src/main/resources/reports/templates/static_ip_addresses.ftl Log Message: ----------- WINDUP-796 Source Report style should be consistent with other reports - align the header style Commit: ff722dd2a0a3809f8a7b304c3d282babeb938f7c https://github.com/windup/windup/commit/ff722dd2a0a3809f8a7b304c3d282babeb938f7c Author: Jess Sightler Date: 2015-10-08 (Thu, 08 Oct 2015) Changed paths: M reporting/impl/src/main/resources/reports/resources/css/windup.css M reporting/impl/src/main/resources/reports/templates/source.ftl M rules-java/api/src/main/resources/reports/templates/java_application.ftl Log Message: ----------- Tweaked colors and fonts slightly Commit: f937cc6b995278655d731958003f107214f40e81 https://github.com/windup/windup/commit/f937cc6b995278655d731958003f107214f40e81 Author: Jess Sightler Date: 2015-10-08 (Thu, 08 Oct 2015) Changed paths: M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/RenderRuleLinkDirective.java M reporting/impl/src/main/resources/reports/resources/css/windup-source.css M reporting/impl/src/main/resources/reports/resources/css/windup.css M reporting/impl/src/main/resources/reports/templates/classloader.ftl M reporting/impl/src/main/resources/reports/templates/index.ftl M reporting/impl/src/main/resources/reports/templates/migration-issues.ftl M reporting/impl/src/main/resources/reports/templates/ruleprovidersummary.ftl M reporting/impl/src/main/resources/reports/templates/server-resources.ftl M reporting/impl/src/main/resources/reports/templates/source.ftl M reporting/impl/src/main/resources/reports/templates/windupfreemarkerfunctions.ftl M rules-java-ee/addon/src/main/resources/reports/templates/ejb.ftl M rules-java-ee/addon/src/main/resources/reports/templates/hibernate.ftl M rules-java-ee/addon/src/main/resources/reports/templates/jbpm.ftl M rules-java-ee/addon/src/main/resources/reports/templates/jpa.ftl M rules-java-ee/addon/src/main/resources/reports/templates/remote.ftl M rules-java-ee/addon/src/main/resources/reports/templates/server.ftl M rules-java-ee/addon/src/main/resources/reports/templates/spring.ftl M rules-java/api/src/main/resources/reports/templates/about_windup.ftl M rules-java/api/src/main/resources/reports/templates/compatible_files.ftl M rules-java/api/src/main/resources/reports/templates/ignored_files.ftl M rules-java/api/src/main/resources/reports/templates/java_application.ftl M rules-java/api/src/main/resources/reports/templates/static_ip_addresses.ftl Log Message: ----------- Merge branch 'OndraZizka-reportStyle-WINDUP-796' Compare: https://github.com/windup/windup/compare/1343ef2917d9...f937cc6b9952 From jesse.sightler at gmail.com Thu Oct 8 17:47:08 2015 From: jesse.sightler at gmail.com (jsight) Date: Thu, 08 Oct 2015 14:47:08 -0700 Subject: [Windup-commits] [windup/windup] Message-ID: <5616e45c4ed37_18f73f92ba0872bc117187@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/tags/2.4.0.CR3 Home: https://github.com/windup/windup From jesse.sightler at gmail.com Thu Oct 8 17:47:08 2015 From: jesse.sightler at gmail.com (Jess Sightler) Date: Thu, 08 Oct 2015 14:47:08 -0700 Subject: [Windup-commits] [windup/windup] fcd9d2: [maven-release-plugin] prepare for next developmen... Message-ID: <5616e45cc7d3b_d143fd765ff329c74120@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: fcd9d2076ccb24474b1799ec106bb1ebdad61c2d https://github.com/windup/windup/commit/fcd9d2076ccb24474b1799ec106bb1ebdad61c2d Author: Jess Sightler Date: 2015-10-08 (Thu, 08 Oct 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-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/fernflower/pom.xml M forks/frames/pom.xml M forks/jdt/pom.xml M forks/procyon/Procyon.CompilerTools/pom.xml M forks/procyon/Procyon.Core/pom.xml M forks/procyon/Procyon.Expressions/pom.xml M forks/procyon/Procyon.Reflection/pom.xml M forks/procyon/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 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 From jesse.sightler at gmail.com Thu Oct 8 17:47:08 2015 From: jesse.sightler at gmail.com (Jess Sightler) Date: Thu, 08 Oct 2015 14:47:08 -0700 Subject: [Windup-commits] [windup/windup] 6ad7a7: [maven-release-plugin] prepare release 2.4.0.CR3 Message-ID: <5616e45c292de_4ae3fcc71f992a0168573@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 6ad7a7fa08c72936e7209dbc67d3768343429f86 https://github.com/windup/windup/commit/6ad7a7fa08c72936e7209dbc67d3768343429f86 Author: Jess Sightler Date: 2015-10-08 (Thu, 08 Oct 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-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/fernflower/pom.xml M forks/frames/pom.xml M forks/jdt/pom.xml M forks/procyon/Procyon.CompilerTools/pom.xml M forks/procyon/Procyon.Core/pom.xml M forks/procyon/Procyon.Expressions/pom.xml M forks/procyon/Procyon.Reflection/pom.xml M forks/procyon/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 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 2.4.0.CR3 From jesse.sightler at gmail.com Fri Oct 9 10:23:57 2015 From: jesse.sightler at gmail.com (Jess Sightler) Date: Fri, 09 Oct 2015 07:23:57 -0700 Subject: [Windup-commits] [windup/windup] ec9d5f: Fix for story point totals in the overview report Message-ID: <5617cdfd7f7f8_40383ff8944a32c043786@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: ec9d5f3ea11ca90ab3894267de6649006b536762 https://github.com/windup/windup/commit/ec9d5f3ea11ca90ab3894267de6649006b536762 Author: Jess Sightler Date: 2015-10-09 (Fri, 09 Oct 2015) Changed paths: M rules-java/api/src/main/resources/reports/templates/java_application.ftl M test-util/src/main/java/org/jboss/windup/testutil/html/TestJavaApplicationOverviewUtil.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureMediumBinaryModeTest.java Log Message: ----------- Fix for story point totals in the overview report From jesse.sightler at gmail.com Fri Oct 9 14:55:22 2015 From: jesse.sightler at gmail.com (Jess Sightler) Date: Fri, 09 Oct 2015 11:55:22 -0700 Subject: [Windup-commits] [windup/windup] d43c22: [maven-release-plugin] prepare release 2.4.0.Final Message-ID: <56180d9a65558_7f643f84c6e2329c1070dd@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: d43c2257997ddfc04718bb6e0607b01a21b6394f https://github.com/windup/windup/commit/d43c2257997ddfc04718bb6e0607b01a21b6394f Author: Jess Sightler Date: 2015-10-09 (Fri, 09 Oct 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-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/fernflower/pom.xml M forks/frames/pom.xml M forks/jdt/pom.xml M forks/procyon/Procyon.CompilerTools/pom.xml M forks/procyon/Procyon.Core/pom.xml M forks/procyon/Procyon.Expressions/pom.xml M forks/procyon/Procyon.Reflection/pom.xml M forks/procyon/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 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 2.4.0.Final From jesse.sightler at gmail.com Fri Oct 9 14:55:25 2015 From: jesse.sightler at gmail.com (Jess Sightler) Date: Fri, 09 Oct 2015 11:55:25 -0700 Subject: [Windup-commits] [windup/windup] 7fd87d: [maven-release-plugin] prepare for next developmen... Message-ID: <56180d9dcde6e_5713ff4371c729c1134be@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 7fd87d9c402089f31627fd21d5b6a06808e55396 https://github.com/windup/windup/commit/7fd87d9c402089f31627fd21d5b6a06808e55396 Author: Jess Sightler Date: 2015-10-09 (Fri, 09 Oct 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-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/fernflower/pom.xml M forks/frames/pom.xml M forks/jdt/pom.xml M forks/procyon/Procyon.CompilerTools/pom.xml M forks/procyon/Procyon.Core/pom.xml M forks/procyon/Procyon.Expressions/pom.xml M forks/procyon/Procyon.Reflection/pom.xml M forks/procyon/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 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 From jesse.sightler at gmail.com Fri Oct 9 14:55:23 2015 From: jesse.sightler at gmail.com (jsight) Date: Fri, 09 Oct 2015 11:55:23 -0700 Subject: [Windup-commits] [windup/windup] Message-ID: <56180d9bb8cee_7f943fc861cf12a0884ac@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/2.4.0.Final Home: https://github.com/windup/windup From jesse.sightler at gmail.com Fri Oct 9 17:11:05 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Fri, 09 Oct 2015 14:11:05 -0700 Subject: [Windup-commits] [windup/windup] c2010b: Slight refactoring to file sort code and tweaked t... Message-ID: <56182d69a159e_d523febfc8d129c723e2@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: c2010b61de241f58fff6c9d57aac91489228f503 https://github.com/windup/windup/commit/c2010b61de241f58fff6c9d57aac91489228f503 Author: Jess Sightler Date: 2015-09-16 (Wed, 16 Sep 2015) Changed paths: M forks/frames/src/main/java/com/tinkerpop/frames/FramedElement.java M forks/frames/src/main/java/com/tinkerpop/frames/modules/javahandler/JavaMethodHandler.java M graph/api/src/main/java/org/jboss/windup/graph/model/comparator/FilePathComparator.java M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/SortFilesByPathMethod.java Log Message: ----------- Slight refactoring to file sort code and tweaked the FramedElement to cache lookups Commit: c2141fb42cdf42e0eba5bc02b76446678093acd1 https://github.com/windup/windup/commit/c2141fb42cdf42e0eba5bc02b76446678093acd1 Author: Jesse Sightler Date: 2015-10-09 (Fri, 09 Oct 2015) Changed paths: M forks/frames/src/main/java/com/tinkerpop/frames/FramedElement.java M forks/frames/src/main/java/com/tinkerpop/frames/modules/javahandler/JavaMethodHandler.java M graph/api/src/main/java/org/jboss/windup/graph/model/comparator/FilePathComparator.java M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/SortFilesByPathMethod.java Log Message: ----------- Merge pull request #669 from jsight/method_caching Slight refactoring to file sort code and tweaked the FramedElement to cache lookups Compare: https://github.com/windup/windup/compare/7fd87d9c4020...c2141fb42cdf From jesse.sightler at gmail.com Sat Oct 10 01:32:44 2015 From: jesse.sightler at gmail.com (Jess Sightler) Date: Fri, 09 Oct 2015 22:32:44 -0700 Subject: [Windup-commits] [windup/windup] 1dcc75: WINDUP-688: Added in Clustering support from Weblo... Message-ID: <5618a2fc1c4c6_23f93fe8d1f892c03329c@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 1dcc755c8e180d36891b14a62a393e1187e084e9 https://github.com/windup/windup/commit/1dcc755c8e180d36891b14a62a393e1187e084e9 Author: Brad Davis Date: 2015-10-09 (Fri, 09 Oct 2015) Changed paths: M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/EjbSessionBeanModel.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/jboss/ResolveJBossLegacyEjbXmlRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/weblogic/ResolveWeblogicEjbXmlRuleProvider.java M rules-java-ee/addon/src/main/resources/reports/templates/jboss/jboss-ejb3.ftl M rules-java-ee/tests/src/test/java/org/jboss/windup/rules/apps/javaee/tests/EjbXmlParsingTest.java M test-files/ejb/jboss-ejb-test/ejb-jar.xml M test-files/ejb/jboss-ejb-test/jboss.xml M test-files/ejb/weblogic-ejb-test/ejb-jar.xml M test-files/ejb/weblogic-ejb-test/weblogic-ejb-jar.xml Log Message: ----------- WINDUP-688: Added in Clustering support from Weblogic. Commit: 3a06f63feb3df484bc43fc0f3bffe219b489745f https://github.com/windup/windup/commit/3a06f63feb3df484bc43fc0f3bffe219b489745f Author: Jess Sightler Date: 2015-10-10 (Sat, 10 Oct 2015) Changed paths: M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/jboss/ResolveJBossLegacyEjbXmlRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/weblogic/ResolveWeblogicEjbXmlRuleProvider.java M rules-java-ee/tests/src/test/java/org/jboss/windup/rules/apps/javaee/tests/EjbXmlParsingTest.java M test-files/ejb/jboss-ejb-test/jboss.xml M test-files/ejb/weblogic-ejb-test/weblogic-ejb-jar.xml Log Message: ----------- WINDUP-688: Also ensure that whitespace doesn't throw off the parsing Commit: 921aff7b811479af30639eb705a62127d6c4c8a9 https://github.com/windup/windup/commit/921aff7b811479af30639eb705a62127d6c4c8a9 Author: Jess Sightler Date: 2015-10-10 (Sat, 10 Oct 2015) Changed paths: M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/EjbSessionBeanModel.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/jboss/ResolveJBossLegacyEjbXmlRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/weblogic/ResolveWeblogicEjbXmlRuleProvider.java M rules-java-ee/addon/src/main/resources/reports/templates/jboss/jboss-ejb3.ftl M rules-java-ee/tests/src/test/java/org/jboss/windup/rules/apps/javaee/tests/EjbXmlParsingTest.java M test-files/ejb/jboss-ejb-test/ejb-jar.xml M test-files/ejb/jboss-ejb-test/jboss.xml M test-files/ejb/weblogic-ejb-test/ejb-jar.xml M test-files/ejb/weblogic-ejb-test/weblogic-ejb-jar.xml Log Message: ----------- Merge branch 'bradsdavis-WINDUP-688' Compare: https://github.com/windup/windup/compare/c2141fb42cdf...921aff7b8114 From jesse.sightler at gmail.com Mon Oct 12 12:08:18 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Mon, 12 Oct 2015 09:08:18 -0700 Subject: [Windup-commits] [windup/windup] 083bf6: WINDUP-687 - Added Transaction Timeout patterns to... Message-ID: <561bdaf2b1849_757e3fd4126072c03181d@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 083bf62fe299c908740524508caef44c0562c088 https://github.com/windup/windup/commit/083bf62fe299c908740524508caef44c0562c088 Author: Brad Davis Date: 2015-10-02 (Fri, 02 Oct 2015) Changed paths: M graph/api/src/main/java/org/jboss/windup/graph/MapInProperties.java M graph/impl/src/main/java/org/jboss/windup/graph/MapInPropertiesHandler.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/EjbMessageDrivenModel.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/EjbSessionBeanModel.java A rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/TransactionTimeout.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/jboss/ResolveJBossLegacyEjbXmlRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/weblogic/ResolveWeblogicEjbXmlRuleProvider.java M rules-java-ee/addon/src/main/resources/reports/templates/jboss/jboss-ejb3.ftl M rules-java-ee/tests/src/test/java/org/jboss/windup/rules/apps/javaee/tests/EjbXmlParsingTest.java M test-files/ejb/jboss-ejb-test/jboss.xml M test-files/ejb/weblogic-ejb-test/weblogic-ejb-jar.xml Log Message: ----------- WINDUP-687 - Added Transaction Timeout patterns to the EJB Session Bean and MDB Models. - Extended MapInProperties to support other map types than , since Transaction Timeout is - Added in tests for legacy JBoss and Weblogic Transaction Timeout tags. Commit: f3393b785b689d309b256648bf466612126b5143 https://github.com/windup/windup/commit/f3393b785b689d309b256648bf466612126b5143 Author: Jess Sightler Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: M graph/api/src/main/java/org/jboss/windup/graph/MapInProperties.java M graph/impl/src/main/java/org/jboss/windup/graph/MapInPropertiesHandler.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/EjbMessageDrivenModel.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/EjbSessionBeanModel.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/jboss/ResolveJBossLegacyEjbXmlRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/weblogic/ResolveWeblogicEjbXmlRuleProvider.java M rules-java-ee/addon/src/main/resources/reports/templates/jboss/jboss-ejb3.ftl M rules-java-ee/tests/src/test/java/org/jboss/windup/rules/apps/javaee/tests/EjbXmlParsingTest.java M test-files/ejb/jboss-ejb-test/jboss.xml M test-files/ejb/weblogic-ejb-test/weblogic-ejb-jar.xml Log Message: ----------- Merge branch 'WINDUP-687' of https://github.com/bradsdavis/windup into bradsdavis-WINDUP-687 Commit: 6ae3ffab11a30af4cf35c55e06fec2b61ce1e643 https://github.com/windup/windup/commit/6ae3ffab11a30af4cf35c55e06fec2b61ce1e643 Author: Jesse Sightler Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: M graph/api/src/main/java/org/jboss/windup/graph/MapInProperties.java M graph/impl/src/main/java/org/jboss/windup/graph/MapInPropertiesHandler.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/EjbMessageDrivenModel.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/EjbSessionBeanModel.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/jboss/ResolveJBossLegacyEjbXmlRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/weblogic/ResolveWeblogicEjbXmlRuleProvider.java M rules-java-ee/addon/src/main/resources/reports/templates/jboss/jboss-ejb3.ftl M rules-java-ee/tests/src/test/java/org/jboss/windup/rules/apps/javaee/tests/EjbXmlParsingTest.java M test-files/ejb/jboss-ejb-test/jboss.xml M test-files/ejb/weblogic-ejb-test/weblogic-ejb-jar.xml Log Message: ----------- Merge pull request #726 from jsight/bradsdavis-WINDUP-687 Bradsdavis windup 687 Compare: https://github.com/windup/windup/compare/921aff7b8114...6ae3ffab11a3 From jesse.sightler at gmail.com Mon Oct 12 13:07:30 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Mon, 12 Oct 2015 10:07:30 -0700 Subject: [Windup-commits] [windup/windup] 6b8c86: WINDUP-604 - Added support for ThreadPools to mode... Message-ID: <561be8d21e9f4_4bf23f9e2cbab29c80540@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 6b8c861372675067392076f4c69a085dfcecbc1d https://github.com/windup/windup/commit/6b8c861372675067392076f4c69a085dfcecbc1d Author: Brad Davis Date: 2015-10-04 (Sun, 04 Oct 2015) Changed paths: M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/EjbMessageDrivenModel.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/EjbSessionBeanModel.java A rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/ThreadPoolModel.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/CreateServerResourceRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/ResolveServerResourceLinksRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/weblogic/ResolveWeblogicEjbXmlRuleProvider.java M rules-java-ee/addon/src/main/resources/reports/templates/jboss/jboss-ejb3.ftl M rules-java-ee/addon/src/main/resources/reports/templates/server.ftl M rules-java-ee/tests/src/test/java/org/jboss/windup/rules/apps/javaee/tests/EjbXmlParsingTest.java M test-files/ejb/weblogic-ejb-test/weblogic-ejb-jar.xml Log Message: ----------- WINDUP-604 - Added support for ThreadPools to model - Extract Thread Pool configurations from Weblogic descriptors - Report on Thread Pools on Server Resources - Link to Thread Pool setup in EAP Commit: 898b458eab9644dac8c26ae1d825513631a37dab https://github.com/windup/windup/commit/898b458eab9644dac8c26ae1d825513631a37dab Author: Jess Sightler Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/EjbMessageDrivenModel.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/EjbSessionBeanModel.java A rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/ThreadPoolModel.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/CreateServerResourceRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/ResolveServerResourceLinksRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/weblogic/ResolveWeblogicEjbXmlRuleProvider.java M rules-java-ee/addon/src/main/resources/reports/templates/jboss/jboss-ejb3.ftl M rules-java-ee/addon/src/main/resources/reports/templates/server.ftl M rules-java-ee/tests/src/test/java/org/jboss/windup/rules/apps/javaee/tests/EjbXmlParsingTest.java M test-files/ejb/weblogic-ejb-test/weblogic-ejb-jar.xml Log Message: ----------- Merge branch 'WINDUP-604' of https://github.com/bradsdavis/windup into bradsdavis-WINDUP-604 Commit: 5bb2078f0d007dd7cb328298e97b470a48905aea https://github.com/windup/windup/commit/5bb2078f0d007dd7cb328298e97b470a48905aea Author: Jesse Sightler Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/EjbMessageDrivenModel.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/EjbSessionBeanModel.java A rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/ThreadPoolModel.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/CreateServerResourceRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/ResolveServerResourceLinksRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/weblogic/ResolveWeblogicEjbXmlRuleProvider.java M rules-java-ee/addon/src/main/resources/reports/templates/jboss/jboss-ejb3.ftl M rules-java-ee/addon/src/main/resources/reports/templates/server.ftl M rules-java-ee/tests/src/test/java/org/jboss/windup/rules/apps/javaee/tests/EjbXmlParsingTest.java M test-files/ejb/weblogic-ejb-test/weblogic-ejb-jar.xml Log Message: ----------- Merge pull request #727 from jsight/bradsdavis-WINDUP-604 Bradsdavis windup 604 Compare: https://github.com/windup/windup/compare/6ae3ffab11a3...5bb2078f0d00 From jesse.sightler at gmail.com Mon Oct 12 13:08:54 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Mon, 12 Oct 2015 10:08:54 -0700 Subject: [Windup-commits] [windup/windup] c5e8eb: use JaCoCo to collect and report test coverage for... Message-ID: <561be926c141c_57893fbc263752b86104e@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: c5e8eb1e617fe884cd095302f44ac8910172ff65 https://github.com/windup/windup/commit/c5e8eb1e617fe884cd095302f44ac8910172ff65 Author: Ladislav Thon Date: 2015-10-07 (Wed, 07 Oct 2015) Changed paths: A coverage-report/README.md A coverage-report/pom.xml M forks/frames/pom.xml M pom.xml Log Message: ----------- use JaCoCo to collect and report test coverage for all of org.jboss.windup Commit: 6f153000550cb2268da6e76219c9d9381e7551d1 https://github.com/windup/windup/commit/6f153000550cb2268da6e76219c9d9381e7551d1 Author: Jesse Sightler Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: A coverage-report/README.md A coverage-report/pom.xml M forks/frames/pom.xml M pom.xml Log Message: ----------- Merge pull request #717 from Ladicek/jacoco use JaCoCo to collect and report test coverage for all of org.jboss.windup Compare: https://github.com/windup/windup/compare/5bb2078f0d00...6f153000550c From sgilda at redhat.com Mon Oct 12 13:38:22 2015 From: sgilda at redhat.com (Sande Gilda) Date: Mon, 12 Oct 2015 10:38:22 -0700 Subject: [Windup-commits] [windup/windup] e6b47c: Documentation update for release 2.4.0.Final Message-ID: <561bf00e678aa_7c973fe64c0ef2a010818a@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/gh-pages Home: https://github.com/windup/windup Commit: e6b47c7e26b7b98144dbb6654ef23e557a6de14a https://github.com/windup/windup/commit/e6b47c7e26b7b98144dbb6654ef23e557a6de14a Author: Sande Gilda Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: M docs/2.4.0.Final/html/WindupCoreDevelopmentGuide.html M docs/2.4.0.Final/html/WindupRulesDevelopmentGuide.html M docs/2.4.0.Final/html/WindupUserGuide.html M docs/2.4.0.Final/html/images/CreateYourFirstRule-ReportApplication.png M docs/2.4.0.Final/html/images/CreateYourFirstRule-ReportOverview.png M docs/2.4.0.Final/html/images/CreateYourFirstRule-ReportSource.png M docs/2.4.0.Final/html/images/report-jee-example-application-overview.png M docs/2.4.0.Final/html/images/report-jee-example-freemarker.png M docs/2.4.0.Final/html/images/report-jee-example-index-page.png M docs/2.4.0.Final/html/images/report-jee-example-ruleprovider.png M docs/2.4.0.Final/html/images/report-jee-example-services-jar.png M docs/2.4.0.Final/html/images/report-jee-example-source-1.png M docs/2.4.0.Final/html/images/report-jee-example-source-2.png M docs/2.4.0.Final/pdf/WindupCoreDevelopmentGuide.pdf M docs/2.4.0.Final/pdf/WindupRulesDevelopmentGuide.pdf M docs/2.4.0.Final/pdf/WindupUserGuide.pdf Log Message: ----------- Documentation update for release 2.4.0.Final From jesse.sightler at gmail.com Mon Oct 12 15:36:50 2015 From: jesse.sightler at gmail.com (Jess Sightler) Date: Mon, 12 Oct 2015 12:36:50 -0700 Subject: [Windup-commits] [windup/windup] 5e49be: WINDUP-686 Windup Should Automatically Cleanup Gr... Message-ID: <561c0bd2760a_375b3f9f0cedb29c227960@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 5e49bedc8a8650e55e60c5b0e55d7d67d6936488 https://github.com/windup/windup/commit/5e49bedc8a8650e55e60c5b0e55d7d67d6936488 Author: OndraZizka Date: 2015-10-08 (Thu, 08 Oct 2015) Changed paths: M bootstrap/src/main/java/org/jboss/windup/bootstrap/Bootstrap.java M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java A config/api/src/main/java/org/jboss/windup/config/KeepWorkDirsOption.java M config/api/src/main/java/org/jboss/windup/config/metadata/RuleProviderRegistryCache.java M config/api/src/main/java/org/jboss/windup/config/operation/Iteration.java M config/api/src/main/java/org/jboss/windup/config/operation/IterationProgress.java A config/api/src/main/java/org/jboss/windup/config/query/OutAndBackCriterion.java A config/api/src/main/java/org/jboss/windup/config/query/OutCriterion.java M config/api/src/main/java/org/jboss/windup/config/query/Query.java M config/api/src/main/java/org/jboss/windup/config/query/QueryBuilderWith.java M config/api/src/main/java/org/jboss/windup/config/query/QueryPropertyComparisonType.java M config/api/src/main/java/org/jboss/windup/config/query/QueryPropertyCriterion.java A config/api/src/main/java/org/jboss/windup/config/query/WindupConfigurationQuery.java M graph/api/src/main/java/org/jboss/windup/graph/model/ArchiveModel.java M graph/api/src/main/java/org/jboss/windup/graph/model/WindupVertexFrame.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/DeleteWorkDirsOperation.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/UnzipArchiveToOutputFolder.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DeleteWorkDirsAtTheEndRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/UnzipArchivesToOutputRuleProvider.java Log Message: ----------- WINDUP-686 Windup Should Automatically Cleanup Graph & Archive Directories Commit: 760641869e78d828d5055430c9029dd0362c2b78 https://github.com/windup/windup/commit/760641869e78d828d5055430c9029dd0362c2b78 Author: Jess Sightler Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: M bootstrap/src/main/java/org/jboss/windup/bootstrap/Bootstrap.java M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java A config/api/src/main/java/org/jboss/windup/config/KeepWorkDirsOption.java M config/api/src/main/java/org/jboss/windup/config/metadata/RuleProviderRegistryCache.java M config/api/src/main/java/org/jboss/windup/config/operation/Iteration.java M config/api/src/main/java/org/jboss/windup/config/operation/IterationProgress.java A config/api/src/main/java/org/jboss/windup/config/query/OutAndBackCriterion.java A config/api/src/main/java/org/jboss/windup/config/query/OutCriterion.java M config/api/src/main/java/org/jboss/windup/config/query/Query.java M config/api/src/main/java/org/jboss/windup/config/query/QueryBuilderWith.java M config/api/src/main/java/org/jboss/windup/config/query/QueryPropertyComparisonType.java M config/api/src/main/java/org/jboss/windup/config/query/QueryPropertyCriterion.java A config/api/src/main/java/org/jboss/windup/config/query/WindupConfigurationQuery.java M graph/api/src/main/java/org/jboss/windup/graph/model/ArchiveModel.java M graph/api/src/main/java/org/jboss/windup/graph/model/WindupVertexFrame.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/DeleteWorkDirsOperation.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/UnzipArchiveToOutputFolder.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DeleteWorkDirsAtTheEndRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/UnzipArchivesToOutputRuleProvider.java Log Message: ----------- Merge branch 'deleteWorkFiles-WINDUP-686' of https://github.com/OndraZizka/windup into OndraZizka-deleteWorkFiles-WINDUP-686 Commit: d5d05589974e026d2e6c45982540223acd94a64b https://github.com/windup/windup/commit/d5d05589974e026d2e6c45982540223acd94a64b Author: Jess Sightler Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: M config/api/src/main/java/org/jboss/windup/config/metadata/RuleProviderRegistryCache.java M config/api/src/main/java/org/jboss/windup/config/operation/Iteration.java M config/api/src/main/java/org/jboss/windup/config/query/WindupConfigurationQuery.java M exec/impl/src/main/java/org/jboss/windup/exec/WindupProcessorImpl.java M graph/api/src/main/java/org/jboss/windup/graph/model/WindupConfigurationModel.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/UnzipArchiveToOutputFolder.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DeleteWorkDirsAtTheEndRuleProvider.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureTest.java A tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureTestKeepArchivesAndGraphTest.java Log Message: ----------- Added tests Commit: 12393a59579beb5882e8fc0f0702219729b380aa https://github.com/windup/windup/commit/12393a59579beb5882e8fc0f0702219729b380aa Author: Jess Sightler Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: M bootstrap/src/main/java/org/jboss/windup/bootstrap/Bootstrap.java M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java A config/api/src/main/java/org/jboss/windup/config/KeepWorkDirsOption.java M config/api/src/main/java/org/jboss/windup/config/operation/Iteration.java M config/api/src/main/java/org/jboss/windup/config/operation/IterationProgress.java A config/api/src/main/java/org/jboss/windup/config/query/OutAndBackCriterion.java A config/api/src/main/java/org/jboss/windup/config/query/OutCriterion.java M config/api/src/main/java/org/jboss/windup/config/query/Query.java M config/api/src/main/java/org/jboss/windup/config/query/QueryBuilderWith.java M config/api/src/main/java/org/jboss/windup/config/query/QueryPropertyComparisonType.java M config/api/src/main/java/org/jboss/windup/config/query/QueryPropertyCriterion.java A config/api/src/main/java/org/jboss/windup/config/query/WindupConfigurationQuery.java M exec/impl/src/main/java/org/jboss/windup/exec/WindupProcessorImpl.java M graph/api/src/main/java/org/jboss/windup/graph/model/ArchiveModel.java M graph/api/src/main/java/org/jboss/windup/graph/model/WindupConfigurationModel.java M graph/api/src/main/java/org/jboss/windup/graph/model/WindupVertexFrame.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/DeleteWorkDirsOperation.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/UnzipArchiveToOutputFolder.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DeleteWorkDirsAtTheEndRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/UnzipArchivesToOutputRuleProvider.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureTest.java A tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureTestKeepArchivesAndGraphTest.java Log Message: ----------- Merge branch 'OndraZizka-deleteWorkFiles-WINDUP-686' Compare: https://github.com/windup/windup/compare/6f153000550c...12393a59579b From jesse.sightler at gmail.com Mon Oct 12 15:46:17 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Mon, 12 Oct 2015 12:46:17 -0700 Subject: [Windup-commits] [windup/windup] 86c06d: JavaClass from/as fix Message-ID: <561c0e0982194_75483fa161c0b2b86988b@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 86c06d65c5d3886dae1c416d6b34439aa73d2865 https://github.com/windup/windup/commit/86c06d65c5d3886dae1c416d6b34439aa73d2865 Author: Matej Briskar Date: 2015-10-09 (Fri, 09 Oct 2015) Changed paths: M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/condition/JavaClass.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaClassTest.java Log Message: ----------- JavaClass from/as fix Commit: 13c3d363256e0d6cf1582979f69f727153c59248 https://github.com/windup/windup/commit/13c3d363256e0d6cf1582979f69f727153c59248 Author: Jesse Sightler Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/condition/JavaClass.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaClassTest.java Log Message: ----------- Merge pull request #724 from mbriskar/javaclass JavaClass from/as fix Compare: https://github.com/windup/windup/compare/12393a59579b...13c3d363256e From jesse.sightler at gmail.com Mon Oct 12 18:20:10 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Mon, 12 Oct 2015 15:20:10 -0700 Subject: [Windup-commits] [windup/windup] 13a156: WINDUP-795 Skip Tattletale's generation of the... Message-ID: <561c321af1ef3_545d3fc437e732a058668@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 13a1569fdca27debf0af33c0882629f6b8b028de https://github.com/windup/windup/commit/13a1569fdca27debf0af33c0882629f6b8b028de Author: OndraZizka Date: 2015-10-09 (Fri, 09 Oct 2015) Changed paths: M rules-tattletale/addon/src/main/java/org/jboss/windup/rules/apps/tattletale/TattletaleRuleProvider.java Log Message: ----------- WINDUP-795 Skip Tattletale's generation of the .png file Commit: 97ef9edc84ae6c8f12354dcee1d7a9351296623c https://github.com/windup/windup/commit/97ef9edc84ae6c8f12354dcee1d7a9351296623c Author: Jesse Sightler Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: M rules-tattletale/addon/src/main/java/org/jboss/windup/rules/apps/tattletale/TattletaleRuleProvider.java Log Message: ----------- Merge pull request #723 from OndraZizka/ttaleSkipDot-WINDUP-795 WINDUP-795 Skip Tattletale's generation of the .png file Compare: https://github.com/windup/windup/compare/13c3d363256e...97ef9edc84ae From jesse.sightler at gmail.com Tue Oct 13 09:40:44 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Tue, 13 Oct 2015 06:40:44 -0700 Subject: [Windup-commits] [windup/windup] a6b100: WINDUP-691 register xhtml/jsf file mapping as XMLF... Message-ID: <561d09dcd7e2c_15573fa5459ab29c44525d0@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: a6b100a37a9f470d7f8e02f644bc7a421c1d9455 https://github.com/windup/windup/commit/a6b100a37a9f470d7f8e02f644bc7a421c1d9455 Author: Marek Novotn? Date: 2015-10-12 (Mon, 12 Oct 2015) Changed paths: M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/JspFileMappingRuleProvider.java M rules-xml/addon/src/main/java/org/jboss/windup/rules/apps/xml/DiscoverXmlFilesRuleProvider.java Log Message: ----------- WINDUP-691 register xhtml/jsf file mapping as XMLFileModel Commit: 9f8fd6b1190bdcf45981165e36409dbed55d7a7e https://github.com/windup/windup/commit/9f8fd6b1190bdcf45981165e36409dbed55d7a7e Author: Jesse Sightler Date: 2015-10-13 (Tue, 13 Oct 2015) Changed paths: M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/JspFileMappingRuleProvider.java M rules-xml/addon/src/main/java/org/jboss/windup/rules/apps/xml/DiscoverXmlFilesRuleProvider.java Log Message: ----------- Merge pull request #725 from mareknovotny/WINDUP-691 WINDUP-691 register xhtml/jsf file mapping as XMLFileModel Compare: https://github.com/windup/windup/compare/97ef9edc84ae...9f8fd6b1190b From sgilda at redhat.com Tue Oct 13 22:02:35 2015 From: sgilda at redhat.com (Sande Gilda) Date: Tue, 13 Oct 2015 19:02:35 -0700 Subject: [Windup-commits] [windup/windup] e24ba4: Documentation update for 2.4.0.Final Message-ID: <561db7bb644e_7be03fad12a292bc443b7@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/gh-pages Home: https://github.com/windup/windup Commit: e24ba439bc701b32a2354d1e8502401b2319d670 https://github.com/windup/windup/commit/e24ba439bc701b32a2354d1e8502401b2319d670 Author: Sande Gilda Date: 2015-10-13 (Tue, 13 Oct 2015) Changed paths: M docs/2.4.0.Final/html/WindupCoreDevelopmentGuide.html M docs/2.4.0.Final/html/WindupRulesDevelopmentGuide.html M docs/2.4.0.Final/html/WindupUserGuide.html M docs/2.4.0.Final/pdf/WindupCoreDevelopmentGuide.pdf M docs/2.4.0.Final/pdf/WindupRulesDevelopmentGuide.pdf M docs/2.4.0.Final/pdf/WindupUserGuide.pdf Log Message: ----------- Documentation update for 2.4.0.Final From jesse.sightler at gmail.com Wed Oct 14 12:29:59 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Wed, 14 Oct 2015 09:29:59 -0700 Subject: [Windup-commits] [windup/windup] d1b032: Changed EJB discovery to detect the ejb-jar.xml fi... Message-ID: <561e830761f82_30543fabbd9e92bc10566f@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: d1b032cae24c3ba52d43822a098e5669349123e2 https://github.com/windup/windup/commit/d1b032cae24c3ba52d43822a098e5669349123e2 Author: Jess Sightler Date: 2015-10-13 (Tue, 13 Oct 2015) Changed paths: M reporting/api/src/main/java/org/jboss/windup/reporting/TagUtil.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverEjbConfigurationXmlRuleProvider.java A test-files/catchalltest/src/FileWithNoHintsRules.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureCatchallTest.java Log Message: ----------- Changed EJB discovery to detect the ejb-jar.xml files even if they aren't given that filename. Also, change the tag detection to work with hints that have no tags Commit: 189a3e7df268c929dd5d9bc483327a0f391b1583 https://github.com/windup/windup/commit/189a3e7df268c929dd5d9bc483327a0f391b1583 Author: Jesse Sightler Date: 2015-10-14 (Wed, 14 Oct 2015) Changed paths: M reporting/api/src/main/java/org/jboss/windup/reporting/TagUtil.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverEjbConfigurationXmlRuleProvider.java A test-files/catchalltest/src/FileWithNoHintsRules.java M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureCatchallTest.java Log Message: ----------- Merge pull request #728 from jsight/tag_and_ejbjar_filename_change Changed EJB discovery to detect the ejb-jar.xml files even if they aren't given that filename. Also, change the tag detection to work with hints that have no tags Compare: https://github.com/windup/windup/compare/9f8fd6b1190b...189a3e7df268 From zizka at seznam.cz Mon Oct 19 06:10:16 2015 From: zizka at seznam.cz (Ondrej Zizka) Date: Mon, 19 Oct 2015 03:10:16 -0700 Subject: [Windup-commits] [windup/windup] 5455ba: WINDUP-810 - Fixed missing macro from merge issue. Message-ID: <5624c18859f1b_5c8b3fa270fd12c081160@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 5455bac6a25ac8bb500ad7981ec6cc07d6c47fdf https://github.com/windup/windup/commit/5455bac6a25ac8bb500ad7981ec6cc07d6c47fdf Author: Brad Davis Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M rules-java-ee/addon/src/main/resources/reports/templates/jboss/jboss-ejb3.ftl Log Message: ----------- WINDUP-810 - Fixed missing macro from merge issue. Commit: ad5bc93b0486decafe9ce70ddc336f6ce0e60aca https://github.com/windup/windup/commit/ad5bc93b0486decafe9ce70ddc336f6ce0e60aca Author: Ondrej Zizka Date: 2015-10-19 (Mon, 19 Oct 2015) Changed paths: M rules-java-ee/addon/src/main/resources/reports/templates/jboss/jboss-ejb3.ftl Log Message: ----------- Merge pull request #732 from bradsdavis/WINDUP-810 WINDUP-810 - Freemarker fails at @processTxTimeout - Fixed missing macro from merge issue. Compare: https://github.com/windup/windup/compare/189a3e7df268...ad5bc93b0486 From zizka at seznam.cz Mon Oct 19 06:12:17 2015 From: zizka at seznam.cz (Ondrej Zizka) Date: Mon, 19 Oct 2015 03:12:17 -0700 Subject: [Windup-commits] [windup/windup] 6415e1: Added nested iteration example Message-ID: <5624c20168124_5b533ff15ff2d2b86989f@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 6415e1b18443a8819e0c4535971a76b3fead206e https://github.com/windup/windup/commit/6415e1b18443a8819e0c4535971a76b3fead206e Author: Jess Sightler Date: 2015-10-14 (Wed, 14 Oct 2015) Changed paths: M config/tests/src/test/java/org/jboss/windup/config/selectables/IterationPayloadTest.java Log Message: ----------- Added nested iteration example Commit: 5478de33079d7287e03d67f5dc7083633092fe9e https://github.com/windup/windup/commit/5478de33079d7287e03d67f5dc7083633092fe9e Author: Ondrej Zizka Date: 2015-10-19 (Mon, 19 Oct 2015) Changed paths: M config/tests/src/test/java/org/jboss/windup/config/selectables/IterationPayloadTest.java Log Message: ----------- Merge pull request #730 from jsight/subiteration Added nested iteration example Compare: https://github.com/windup/windup/compare/ad5bc93b0486...5478de33079d From zizka at seznam.cz Mon Oct 19 06:30:38 2015 From: zizka at seznam.cz (Ondrej Zizka) Date: Mon, 19 Oct 2015 03:30:38 -0700 Subject: [Windup-commits] [windup/windup] 71474f: WINDUP-717: --discoverPackages parameter to list t... Message-ID: <5624c64ebf2f_5b413fc09def92bc697ef@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 71474f86a17df3101dd3bf8ab10d6e32513b781a https://github.com/windup/windup/commit/71474f86a17df3101dd3bf8ab10d6e32513b781a Author: Jess Sightler Date: 2015-10-15 (Thu, 15 Oct 2015) Changed paths: M bootstrap/pom.xml M bootstrap/src/main/java/org/jboss/windup/bootstrap/Bootstrap.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/DiscoverPackagesCommand.java M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java M config/api/src/main/java/org/jboss/windup/config/metadata/RuleProviderRegistryCache.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/packagemapping/PackageNameMappingRegistry.java A utils/src/main/java/org/jboss/windup/util/ClassNameUtil.java A utils/src/main/java/org/jboss/windup/util/PackageFrequencyTrie.java A utils/src/main/java/org/jboss/windup/util/PackageFrequencyTrieVisitor.java M utils/src/main/java/org/jboss/windup/util/PathUtil.java Log Message: ----------- WINDUP-717: --discoverPackages parameter to list the packages in an application Commit: 3ba1b2e4e7adb19a264b5692266fc38ed5926f80 https://github.com/windup/windup/commit/3ba1b2e4e7adb19a264b5692266fc38ed5926f80 Author: Ondrej Zizka Date: 2015-10-19 (Mon, 19 Oct 2015) Changed paths: M bootstrap/pom.xml M bootstrap/src/main/java/org/jboss/windup/bootstrap/Bootstrap.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/DiscoverPackagesCommand.java M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java M config/api/src/main/java/org/jboss/windup/config/metadata/RuleProviderRegistryCache.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/packagemapping/PackageNameMappingRegistry.java A utils/src/main/java/org/jboss/windup/util/ClassNameUtil.java A utils/src/main/java/org/jboss/windup/util/PackageFrequencyTrie.java A utils/src/main/java/org/jboss/windup/util/PackageFrequencyTrieVisitor.java M utils/src/main/java/org/jboss/windup/util/PathUtil.java Log Message: ----------- Merge pull request #731 from jsight/WINDUP-717 WINDUP-717: --discoverPackages parameter to list the packages in an a? Compare: https://github.com/windup/windup/compare/5478de33079d...3ba1b2e4e7ad From jesse.sightler at gmail.com Thu Oct 22 09:08:56 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Thu, 22 Oct 2015 06:08:56 -0700 Subject: [Windup-commits] [windup/windup] 11fa09: Internal windup thread management (each new comput... Message-ID: <5628dfe8d381_57423feacc1c72c099364@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 11fa093651461612cd8317a6a8d6a6367b513574 https://github.com/windup/windup/commit/11fa093651461612cd8317a6a8d6a6367b513574 Author: Matej Briskar Date: 2015-10-22 (Thu, 22 Oct 2015) Changed paths: M decompiler/impl-fernflower/src/main/java/org/jboss/windup/decompiler/fernflower/FernflowerDecompiler.java M decompiler/impl-procyon/src/main/java/org/jboss/windup/decompiler/procyon/ProcyonDecompiler.java M java-ast/addon/pom.xml M java-ast/addon/src/main/java/org/jboss/windup/ast/java/BatchASTProcessor.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/FernflowerDecompilerOperation.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/ProcyonDecompilerOperation.java M utils/src/main/java/org/jboss/windup/util/ExecutionStatistics.java A utils/src/main/java/org/jboss/windup/util/threading/WindupChildThread.java A utils/src/main/java/org/jboss/windup/util/threading/WindupChildThreadFactory.java A utils/src/main/java/org/jboss/windup/util/threading/WindupExecutors.java A utils/src/test/java/org/jboss/windup/util/ExecutionStatisticsTest.java Log Message: ----------- Internal windup thread management (each new computation has one specific thread). Commit: 375b57497ea0decf13707f804b1c33e9d15f4e07 https://github.com/windup/windup/commit/375b57497ea0decf13707f804b1c33e9d15f4e07 Author: Jesse Sightler Date: 2015-10-22 (Thu, 22 Oct 2015) Changed paths: M decompiler/impl-fernflower/src/main/java/org/jboss/windup/decompiler/fernflower/FernflowerDecompiler.java M decompiler/impl-procyon/src/main/java/org/jboss/windup/decompiler/procyon/ProcyonDecompiler.java M java-ast/addon/pom.xml M java-ast/addon/src/main/java/org/jboss/windup/ast/java/BatchASTProcessor.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/FernflowerDecompilerOperation.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/ProcyonDecompilerOperation.java M utils/src/main/java/org/jboss/windup/util/ExecutionStatistics.java A utils/src/main/java/org/jboss/windup/util/threading/WindupChildThread.java A utils/src/main/java/org/jboss/windup/util/threading/WindupChildThreadFactory.java A utils/src/main/java/org/jboss/windup/util/threading/WindupExecutors.java A utils/src/test/java/org/jboss/windup/util/ExecutionStatisticsTest.java Log Message: ----------- Merge pull request #720 from mbriskar/threadgroups Playing with threads/threadgroups to distinguish application run Compare: https://github.com/windup/windup/compare/3ba1b2e4e7ad...375b57497ea0 From jesse.sightler at gmail.com Mon Oct 26 12:24:31 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Mon, 26 Oct 2015 09:24:31 -0700 Subject: [Windup-commits] [windup/windup] 785c74: Align the KeepWorkDirsOption ID and the WCM proper... Message-ID: <562e53bf109eb_342c3fae7ab232bc95916@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 785c74dd44f2b844dcb473902ac56e36d5629279 https://github.com/windup/windup/commit/785c74dd44f2b844dcb473902ac56e36d5629279 Author: OndraZizka Date: 2015-10-19 (Mon, 19 Oct 2015) Changed paths: M bootstrap/src/main/java/org/jboss/windup/bootstrap/Bootstrap.java M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java M config/api/src/main/java/org/jboss/windup/config/KeepWorkDirsOption.java M graph/api/src/main/java/org/jboss/windup/graph/model/WindupConfigurationModel.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DeleteWorkDirsAtTheEndRuleProvider.java Log Message: ----------- Align the KeepWorkDirsOption ID and the WCM property - use the same; make RunWindupCommand report unknown options. Commit: 8f8140acbfc2641f1f1923f3fd02a1a329b0f17b https://github.com/windup/windup/commit/8f8140acbfc2641f1f1923f3fd02a1a329b0f17b Author: Jesse Sightler Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: M bootstrap/src/main/java/org/jboss/windup/bootstrap/Bootstrap.java M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java M config/api/src/main/java/org/jboss/windup/config/KeepWorkDirsOption.java M graph/api/src/main/java/org/jboss/windup/graph/model/WindupConfigurationModel.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DeleteWorkDirsAtTheEndRuleProvider.java Log Message: ----------- Merge pull request #733 from OndraZizka/params-WINDUP-809 Align the KeepWorkDirsOption ID and the WCM property - use the same; ? Compare: https://github.com/windup/windup/compare/375b57497ea0...8f8140acbfc2 From jesse.sightler at gmail.com Mon Oct 26 12:25:13 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Mon, 26 Oct 2015 09:25:13 -0700 Subject: [Windup-commits] [windup/windup] cc4eda: WINDUP-803: Note the number of occurences of hints... Message-ID: <562e53e969d73_45ac3fa5383ff29c3071@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: cc4edaa40b7e6ee508acc8f6cbb4ba07ab220df7 https://github.com/windup/windup/commit/cc4edaa40b7e6ee508acc8f6cbb4ba07ab220df7 Author: Matej Bri?k?r Date: 2015-10-22 (Thu, 22 Oct 2015) Changed paths: A reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/ProblemFileSummary.java M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/ProblemSummary.java M reporting/impl/src/main/resources/reports/resources/css/windup.css M reporting/impl/src/main/resources/reports/templates/migration-issues.ftl A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/GroupHintsByFile.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/dto/HintWithOccurence.java M rules-java/api/src/main/resources/reports/templates/static_ip_addresses.ftl M test-util/src/main/java/org/jboss/windup/testutil/html/TestMigrationIssuesReportUtil.java M test-util/src/main/java/org/jboss/windup/testutil/html/TestReportUtil.java Log Message: ----------- WINDUP-803: Note the number of occurences of hints in a file on the Migration Issues Report Commit: ffb566c14325cfce799643ad9541fe516a1074b4 https://github.com/windup/windup/commit/ffb566c14325cfce799643ad9541fe516a1074b4 Author: Jesse Sightler Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: A reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/ProblemFileSummary.java M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/ProblemSummary.java M reporting/impl/src/main/resources/reports/resources/css/windup.css M reporting/impl/src/main/resources/reports/templates/migration-issues.ftl A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/GroupHintsByFile.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/dto/HintWithOccurence.java M rules-java/api/src/main/resources/reports/templates/static_ip_addresses.ftl M test-util/src/main/java/org/jboss/windup/testutil/html/TestMigrationIssuesReportUtil.java M test-util/src/main/java/org/jboss/windup/testutil/html/TestReportUtil.java Log Message: ----------- Merge pull request #736 from mbriskar/WINDUP-803 WINDUP-803: Note the number of occurences of hints in a file on the M? Compare: https://github.com/windup/windup/compare/8f8140acbfc2...ffb566c14325 From jesse.sightler at gmail.com Mon Oct 26 13:10:06 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Mon, 26 Oct 2015 10:10:06 -0700 Subject: [Windup-commits] [windup/windup] ccd044: Iterables.filter() instead of List filtering Message-ID: <562e5e6e45977_19a23fa516f0729c10724b@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: ccd0449724ab749eae8f8e50a32505191dfee926 https://github.com/windup/windup/commit/ccd0449724ab749eae8f8e50a32505191dfee926 Author: Matej Bri?k?r Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: M config/api/src/main/java/org/jboss/windup/config/query/Query.java Log Message: ----------- Iterables.filter() instead of List filtering Commit: 6772027f83ca9211830d9406a0d7e2d0a7e14b69 https://github.com/windup/windup/commit/6772027f83ca9211830d9406a0d7e2d0a7e14b69 Author: Jesse Sightler Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: M config/api/src/main/java/org/jboss/windup/config/query/Query.java Log Message: ----------- Merge pull request #740 from mbriskar/iterables Iterables.filter() instead of List filtering Compare: https://github.com/windup/windup/compare/ffb566c14325...6772027f83ca From jesse.sightler at gmail.com Tue Oct 27 17:08:52 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Tue, 27 Oct 2015 14:08:52 -0700 Subject: [Windup-commits] [windup/windup] ccd019: Fixed the defaulting of the entity name Message-ID: <562fe7e48ee78_64073fdacec192b88368f@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: ccd01964356b5bd7287a9fc40082723f26cdd1a3 https://github.com/windup/windup/commit/ccd01964356b5bd7287a9fc40082723f26cdd1a3 Author: Jess Sightler Date: 2015-10-27 (Tue, 27 Oct 2015) Changed paths: M rules-java-ee/addon/src/main/resources/reports/templates/jpa.ftl Log Message: ----------- Fixed the defaulting of the entity name Commit: 639d152c98381470af68c750db9b1f6824c1a19f https://github.com/windup/windup/commit/639d152c98381470af68c750db9b1f6824c1a19f Author: Jesse Sightler Date: 2015-10-27 (Tue, 27 Oct 2015) Changed paths: M rules-java-ee/addon/src/main/resources/reports/templates/jpa.ftl Log Message: ----------- Merge pull request #741 from jsight/jpareport_patch Fixed the defaulting of the entity name Compare: https://github.com/windup/windup/compare/6772027f83ca...639d152c9838 From jesse.sightler at gmail.com Wed Oct 28 15:20:06 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Wed, 28 Oct 2015 12:20:06 -0700 Subject: [Windup-commits] [windup/windup] e27f67: WINDUP-717: Fixed the help output (it was missing ... Message-ID: <56311fe6be276_2cbc3ff259cb92c015349a@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: e27f67a04953ecb8aaa10a52482f66b6d1b6abe7 https://github.com/windup/windup/commit/e27f67a04953ecb8aaa10a52482f66b6d1b6abe7 Author: Jess Sightler Date: 2015-10-28 (Wed, 28 Oct 2015) Changed paths: 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-717: Fixed the help output (it was missing before) Commit: 92c5efeaafbd4ff8cb000b34ead8fbf144444c03 https://github.com/windup/windup/commit/92c5efeaafbd4ff8cb000b34ead8fbf144444c03 Author: Jesse Sightler Date: 2015-10-28 (Wed, 28 Oct 2015) Changed paths: 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: ----------- Merge pull request #743 from jsight/helpfix WINDUP-717: Fixed the help output (it was missing before) Compare: https://github.com/windup/windup/compare/639d152c9838...92c5efeaafbd From jesse.sightler at gmail.com Thu Oct 29 17:11:25 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Thu, 29 Oct 2015 14:11:25 -0700 Subject: [Windup-commits] [windup/windup] 178e40: Replace <#if ...?has_content> with <#list> ... <#i... Message-ID: <56328b7da0c09_21803ffa0b9b72c050737@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 178e40c5bce25d9d7f54fb241182db828ba3d45a https://github.com/windup/windup/commit/178e40c5bce25d9d7f54fb241182db828ba3d45a Author: OndraZizka Date: 2015-10-29 (Thu, 29 Oct 2015) Changed paths: M reporting/impl/src/main/resources/reports/templates/classloader.ftl M reporting/impl/src/main/resources/reports/templates/server-resources.ftl M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/CreateServerResourceRuleProvider.java M rules-java-ee/addon/src/main/resources/reports/templates/ejb.ftl M rules-java-ee/addon/src/main/resources/reports/templates/hibernate.ftl M rules-java-ee/addon/src/main/resources/reports/templates/jboss/jboss-ejb3.ftl M rules-java-ee/addon/src/main/resources/reports/templates/jbpm.ftl M rules-java-ee/addon/src/main/resources/reports/templates/jpa.ftl M rules-java-ee/addon/src/main/resources/reports/templates/remote.ftl M rules-java-ee/addon/src/main/resources/reports/templates/server.ftl M rules-java/api/src/main/resources/reports/templates/java_application.ftl Log Message: ----------- Replace <#if ...?has_content> with <#list> ... <#items> Commit: a1ca81239c0aa21fdfe2df22a7b1834c6044a0b1 https://github.com/windup/windup/commit/a1ca81239c0aa21fdfe2df22a7b1834c6044a0b1 Author: OndraZizka Date: 2015-10-29 (Thu, 29 Oct 2015) Changed paths: M reporting/impl/src/main/resources/reports/templates/classloader.ftl M reporting/impl/src/main/resources/reports/templates/embedded.ftl M reporting/impl/src/main/resources/reports/templates/include/breadcrumbs.ftl M reporting/impl/src/main/resources/reports/templates/include/userfeedback.ftl M reporting/impl/src/main/resources/reports/templates/index.ftl M reporting/impl/src/main/resources/reports/templates/migration-issues.ftl M reporting/impl/src/main/resources/reports/templates/ruleprovidersummary.ftl M reporting/impl/src/main/resources/reports/templates/server-resources.ftl M reporting/impl/src/main/resources/reports/templates/source.ftl M reporting/impl/src/main/resources/reports/templates/windupfreemarkerfunctions.ftl M rules-java-ee/addon/src/main/resources/reports/templates/hibernate.ftl M rules-java-ee/addon/src/main/resources/reports/templates/jboss/jboss-ejb3.ftl M rules-java-ee/addon/src/main/resources/reports/templates/jboss/jboss-web.ftl M rules-java-ee/addon/src/main/resources/reports/templates/jbpm.ftl M rules-java-ee/addon/src/main/resources/reports/templates/jpa.ftl M rules-java-ee/addon/src/main/resources/reports/templates/remote.ftl M rules-java-ee/addon/src/main/resources/reports/templates/server.ftl M rules-java-ee/addon/src/main/resources/reports/templates/spring.ftl M rules-java/api/src/main/resources/reports/templates/about_windup.ftl M rules-java/api/src/main/resources/reports/templates/compatible_files.ftl M rules-java/api/src/main/resources/reports/templates/ignored_files.ftl M rules-java/api/src/main/resources/reports/templates/java_application.ftl M rules-java/api/src/main/resources/reports/templates/static_ip_addresses.ftl Log Message: ----------- Format the templates correctly Commit: a7169a4cccdb1baf891e34e34581c38bf43bb973 https://github.com/windup/windup/commit/a7169a4cccdb1baf891e34e34581c38bf43bb973 Author: OndraZizka Date: 2015-10-29 (Thu, 29 Oct 2015) Changed paths: M reporting/impl/src/main/resources/reports/resources/css/windup.css M reporting/impl/src/main/resources/reports/templates/classloader.ftl M reporting/impl/src/main/resources/reports/templates/include/breadcrumbs.ftl M reporting/impl/src/main/resources/reports/templates/migration-issues.ftl M reporting/impl/src/main/resources/reports/templates/ruleprovidersummary.ftl M reporting/impl/src/main/resources/reports/templates/server-resources.ftl M reporting/impl/src/main/resources/reports/templates/source.ftl M reporting/impl/src/main/resources/reports/templates/windupfreemarkerfunctions.ftl M rules-java-ee/addon/src/main/resources/reports/templates/ejb.ftl M rules-java-ee/addon/src/main/resources/reports/templates/hibernate.ftl M rules-java-ee/addon/src/main/resources/reports/templates/jbpm.ftl M rules-java-ee/addon/src/main/resources/reports/templates/jpa.ftl M rules-java-ee/addon/src/main/resources/reports/templates/remote.ftl M rules-java-ee/addon/src/main/resources/reports/templates/server.ftl M rules-java-ee/addon/src/main/resources/reports/templates/spring.ftl M rules-java/api/src/main/resources/reports/templates/compatible_files.ftl M rules-java/api/src/main/resources/reports/templates/ignored_files.ftl M rules-java/api/src/main/resources/reports/templates/java_application.ftl M rules-java/api/src/main/resources/reports/templates/static_ip_addresses.ftl Log Message: ----------- #252 Document intent in report header https://tree.taiga.io/project/lincolnthree-jboss-migration/task/252 Commit: a13bc4bde76532f1499ee353b63aa3f0edbceb12 https://github.com/windup/windup/commit/a13bc4bde76532f1499ee353b63aa3f0edbceb12 Author: Jesse Sightler Date: 2015-10-29 (Thu, 29 Oct 2015) Changed paths: M reporting/impl/src/main/resources/reports/resources/css/windup.css M reporting/impl/src/main/resources/reports/templates/classloader.ftl M reporting/impl/src/main/resources/reports/templates/embedded.ftl M reporting/impl/src/main/resources/reports/templates/include/breadcrumbs.ftl M reporting/impl/src/main/resources/reports/templates/include/userfeedback.ftl M reporting/impl/src/main/resources/reports/templates/index.ftl M reporting/impl/src/main/resources/reports/templates/migration-issues.ftl M reporting/impl/src/main/resources/reports/templates/ruleprovidersummary.ftl M reporting/impl/src/main/resources/reports/templates/server-resources.ftl M reporting/impl/src/main/resources/reports/templates/source.ftl M reporting/impl/src/main/resources/reports/templates/windupfreemarkerfunctions.ftl M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/CreateServerResourceRuleProvider.java M rules-java-ee/addon/src/main/resources/reports/templates/ejb.ftl M rules-java-ee/addon/src/main/resources/reports/templates/hibernate.ftl M rules-java-ee/addon/src/main/resources/reports/templates/jboss/jboss-ejb3.ftl M rules-java-ee/addon/src/main/resources/reports/templates/jboss/jboss-web.ftl M rules-java-ee/addon/src/main/resources/reports/templates/jbpm.ftl M rules-java-ee/addon/src/main/resources/reports/templates/jpa.ftl M rules-java-ee/addon/src/main/resources/reports/templates/remote.ftl M rules-java-ee/addon/src/main/resources/reports/templates/server.ftl M rules-java-ee/addon/src/main/resources/reports/templates/spring.ftl M rules-java/api/src/main/resources/reports/templates/about_windup.ftl M rules-java/api/src/main/resources/reports/templates/compatible_files.ftl M rules-java/api/src/main/resources/reports/templates/ignored_files.ftl M rules-java/api/src/main/resources/reports/templates/java_application.ftl M rules-java/api/src/main/resources/reports/templates/static_ip_addresses.ftl Log Message: ----------- Merge pull request #739 from OndraZizka/listItemsOptimization #252 Document intent in report header, Replace <#if ...?has_content> with <#list> ... <#items> Compare: https://github.com/windup/windup/compare/92c5efeaafbd...a13bc4bde765 From rdruss at gmail.com Wed Oct 7 16:37:35 2015 From: rdruss at gmail.com (Rodney Russ) Date: Wed, 07 Oct 2015 20:37:35 -0000 Subject: [Windup-commits] [windup/windup] beb84c: WINDUP-798: Ensure that IP addresses are identifed... Message-ID: <5615828b39525_14fe3fa94f8572c09496a@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: beb84cc4c7f0bddd9ae15f3cf5cc0b4b17a619f9 https://github.com/windup/windup/commit/beb84cc4c7f0bddd9ae15f3cf5cc0b4b17a619f9 Author: Jess Sightler Date: 2015-10-07 (Wed, 07 Oct 2015) Changed paths: M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/ip/DiscoverStaticIPAddressRuleProvider.java A rules-java/tests/src/test/java/org/jboss/windup/rules/java/ip/DiscoverStaticIPAddressTest.java A rules-java/tests/src/test/resources/staticip/staticips.properties Log Message: ----------- WINDUP-798: Ensure that IP addresses are identifed for only n.n.n.n patterns Commit: e908fdb8691cb0c9ae2d982e38c39a0a42ca6321 https://github.com/windup/windup/commit/e908fdb8691cb0c9ae2d982e38c39a0a42ca6321 Author: Rodney Russ Date: 2015-10-07 (Wed, 07 Oct 2015) Changed paths: M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/ip/DiscoverStaticIPAddressRuleProvider.java A rules-java/tests/src/test/java/org/jboss/windup/rules/java/ip/DiscoverStaticIPAddressTest.java A rules-java/tests/src/test/resources/staticip/staticips.properties Log Message: ----------- Merge pull request #719 from jsight/WINDUP-798 WINDUP-798: Ensure that IP addresses are identifed for only n.n.n.n p? Compare: https://github.com/windup/windup/compare/0b20e76de2cf...e908fdb8691c