[windup/windup] e6a349: WINDUP-1701 FindUnboundJavaReferencesRuleProvider ...
by Jess Sightler
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: e6a3496ee1cbefddc26d9523865dad5860f2c860
https://github.com/windup/windup/commit/e6a3496ee1cbefddc26d9523865dad586...
Author: Marco Rizzi <mrizzi(a)users.noreply.github.com>
Date: 2017-10-19 (Thu, 19 Oct 2017)
Changed paths:
M decompiler/impl-fernflower/pom.xml
M decompiler/impl-fernflower/src/main/java/org/jboss/windup/decompiler/fernflower/FernflowerDecompiler.java
M decompiler/impl-fernflower/src/main/java/org/jboss/windup/decompiler/fernflower/FernflowerJDKLogger.java
M decompiler/impl-fernflower/src/test/java/org/jboss/windup/decompiler/fernflower/FernflowerDecompilerTest.java
A decompiler/impl-fernflower/src/test/resources/ExampleClass.class
M java-ast/addon/src/main/java/org/jboss/windup/ast/java/BatchASTProcessor.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureMediumBinaryModeTest.java
Log Message:
-----------
WINDUP-1701 FindUnboundJavaReferencesRuleProvider cannot find reference in Optional (#1209)
* WINDUP-1701 FindUnboundJavaReferencesRuleProvider cannot find reference in Optional
* WINDUP-1701 FindUnboundJavaReferencesRuleProvider: test fix
Commit: b275dcb1b361cd43c4303ac562609ed1fde35436
https://github.com/windup/windup/commit/b275dcb1b361cd43c4303ac562609ed1f...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2017-10-23 (Mon, 23 Oct 2017)
Changed paths:
M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java
Log Message:
-----------
Merge remote-tracking branch 'upstream/master'
Commit: 7072109aa0a25b0dee41cc51d9980aaca0826b10
https://github.com/windup/windup/commit/7072109aa0a25b0dee41cc51d9980aaca...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2017-10-23 (Mon, 23 Oct 2017)
Changed paths:
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/AnalyzeJavaFilesRuleProvider.java
Log Message:
-----------
Added another catch, as this causes an unnecessary crash otherwise
Compare: https://github.com/windup/windup/compare/3a35833da038...7072109aa0a2
7 years, 2 months
[windup/windup] 4254a7: WINDUP-1701 FindUnboundJavaReferencesRuleProvider ...
by Marek Novotný
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 4254a7567c3ab308300938a40a8b6db1473c8855
https://github.com/windup/windup/commit/4254a7567c3ab308300938a40a8b6db14...
Author: Marco Rizzi <mrizzi(a)users.noreply.github.com>
Date: 2017-10-23 (Mon, 23 Oct 2017)
Changed paths:
M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java
M decompiler/impl-fernflower/pom.xml
M decompiler/impl-fernflower/src/main/java/org/jboss/windup/decompiler/fernflower/FernflowerDecompiler.java
M decompiler/impl-fernflower/src/main/java/org/jboss/windup/decompiler/fernflower/FernflowerJDKLogger.java
M decompiler/impl-fernflower/src/test/java/org/jboss/windup/decompiler/fernflower/FernflowerDecompilerTest.java
A decompiler/impl-fernflower/src/test/resources/ExampleClass.class
M java-ast/addon/src/main/java/org/jboss/windup/ast/java/BatchASTProcessor.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureMediumBinaryModeTest.java
Log Message:
-----------
WINDUP-1701 FindUnboundJavaReferencesRuleProvider cannot find reference in Optional (#1209)
* WINDUP-1701 FindUnboundJavaReferencesRuleProvider cannot find reference in Optional
* WINDUP-1701 FindUnboundJavaReferencesRuleProvider: test fix
Adding NPE check in running command
Commit: 238d27b5ff1029a5be4afbfb5e940ebad9a62b4d
https://github.com/windup/windup/commit/238d27b5ff1029a5be4afbfb5e940ebad...
Author: Marek Novotný <hotmana76(a)gmail.com>
Date: 2017-10-23 (Mon, 23 Oct 2017)
Changed paths:
M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java
Log Message:
-----------
Using safe way how to avoid NPE
Compare: https://github.com/windup/windup/compare/586fd44997ca...238d27b5ff10
7 years, 2 months
[windup/windup] 712e9a: WINDUP-1701 FindUnboundJavaReferencesRuleProvider ...
by Marco Rizzi
Branch: refs/heads/4.0.x
Home: https://github.com/windup/windup
Commit: 712e9ab78efd01d1e0897408dee0bfc6578792eb
https://github.com/windup/windup/commit/712e9ab78efd01d1e0897408dee0bfc65...
Author: Marco Rizzi <mrizzi(a)users.noreply.github.com>
Date: 2017-10-19 (Thu, 19 Oct 2017)
Changed paths:
M decompiler/impl-fernflower/pom.xml
M decompiler/impl-fernflower/src/main/java/org/jboss/windup/decompiler/fernflower/FernflowerDecompiler.java
M decompiler/impl-fernflower/src/main/java/org/jboss/windup/decompiler/fernflower/FernflowerJDKLogger.java
M decompiler/impl-fernflower/src/test/java/org/jboss/windup/decompiler/fernflower/FernflowerDecompilerTest.java
A decompiler/impl-fernflower/src/test/resources/ExampleClass.class
M java-ast/addon/src/main/java/org/jboss/windup/ast/java/BatchASTProcessor.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureMediumBinaryModeTest.java
Log Message:
-----------
WINDUP-1701 FindUnboundJavaReferencesRuleProvider cannot find reference in Optional (#1209)
* WINDUP-1701 FindUnboundJavaReferencesRuleProvider cannot find reference in Optional
* WINDUP-1701 FindUnboundJavaReferencesRuleProvider: test fix
7 years, 2 months
[windup/windup] 13d8ea: Use freemarker updates (#1187)
by Ondrej Zizka
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 13d8ea91bdb2a016b7d78aa262b05bc649d9a92c
https://github.com/windup/windup/commit/13d8ea91bdb2a016b7d78aa262b05bc64...
Author: Ondrej Zizka <zizka(a)seznam.cz>
Date: 2017-10-17 (Tue, 17 Oct 2017)
Changed paths:
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerUtil.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/IterableToListMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/SortFilesByPathMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/SortProjectTraversalsByPathMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/SortProjectsByPathMethod.java
M reporting/impl/src/main/resources/reports/templates/application_list.ftl
M reporting/impl/src/main/resources/reports/templates/source.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/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/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/IterableHasContent.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/SortDependencyArchivesByPathMethod.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/SortDependencyGroupArchiveByPathMethod.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/mavenize/MavenStructureRenderer.java
M rules-java/api/src/main/resources/reports/templates/hardcoded_ip_addresses.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/unparsable_files.ftl
Log Message:
-----------
Use freemarker updates (#1187)
* Freemarker - enable Iterable support
* Freemarker - enable Iterable support, remove .iterator() and .list() workarounds. More to go.
* Freemarker - enable Iterable support, expect DefaultIterableAdapter
* Freemarker - enable Iterable support, fix back removed ()
* Freemarker - enable Iterable support, remove remaining .list
* Freemarker - enable Iterable support, use DefaultIterableAdapter for Sort*Method() args
* Freemarker - enable Iterable support, fix few Freemarker functions.
7 years, 2 months
[windup/windup] d2dc40: WINDUP-1272 - Datasource detection (#1201)
by David Klingenberg
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: d2dc4088da2890193d70b42116b59d1ab0ff6e80
https://github.com/windup/windup/commit/d2dc4088da2890193d70b42116b59d1ab...
Author: David Klingenberg <dklingenberg(a)gmail.com>
Date: 2017-10-17 (Tue, 17 Oct 2017)
Changed paths:
A rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/datasource/DiscoverDataSourceAnnotationRuleProvider.java
A rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/datasource/DiscoverDataSourceDsXmlRuleProvider.java
A rules-java-ee/tests/src/test/java/org/jboss/windup/rules/apps/javaee/tests/DiscoverDataSourceAnnotationRuleProviderTest.java
A rules-java-ee/tests/src/test/resources/discover-data-source/HelloStatefulEJB.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/AnalyzeJavaFilesRuleProvider.java
Log Message:
-----------
WINDUP-1272 - Datasource detection (#1201)
* Create rule for discovering datasources in *-ds.xml files.
* Create rule for discovering datasources in annotations
#close WINDUP-1272
* Patched to support filtering references by sub annotations as well, and added a unit test
* Set jndiLocation for datasources
7 years, 2 months