fabiocarvalho777

Results 102 issues of fabiocarvalho777

``` java interface ExecutionUnit { /** * Refers to a file based on a relative path from the root folder of the application. */ T file(String relativePath); /** * Refers...

enhancement
api

Add a transformation context attribute to every transformation context holding a `File` reference to the root of the transformed application folder. Its name should be kept in a String constant...

enhancement

This extension should have transformation templates to fix static code analysis issues. The very first one to be developed will remove unused import statements. This extension should not run the...

extensions_catalog

This issue depends on #183 , which should be used for tests.

extensions_catalog

Create a Jersey, WAR, non-Spring sample application. This application should be used to be converted to Spring Boot, also using JavaEEToSpringBoot (exact same transformation template used to convert the echo...

enhancement
sample

Transformation template resolution should allow TU execution to facilitate choosing the best transformation template.

enhancement
api

Butterfly extensions API should be improved and simplified. A few ideas below. 1. Remove class `com.paypal.butterfly.extensions.api.Extension`. 1. Extension meta-data should be auto-discovered by Butterfly from MANIFEST.MF file 1. Extension upgrade...

raptor
api

Remove all Butterfly 2 deprecated methods and classes

enhancement
api

These items will have to be addressed to upgrade Butterfly to Java 10: - **Travis CI**: Travis CI doesn't support Oracle JDK 10 at the time this issue was opened,...

enhancement