Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/windup/windup
Windup - Application Migration and Assessment Tool
https://github.com/windup/windup
forge furnace java javaee jbosstools migration rules-engine
Last synced: about 1 month ago
JSON representation
Windup - Application Migration and Assessment Tool
- Host: GitHub
- URL: https://github.com/windup/windup
- Owner: windup
- License: epl-2.0
- Created: 2013-04-26T18:52:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T11:47:28.000Z (3 months ago)
- Last Synced: 2024-10-01T09:01:54.037Z (about 1 month ago)
- Topics: forge, furnace, java, javaee, jbosstools, migration, rules-engine
- Language: Java
- Homepage:
- Size: 235 MB
- Stars: 210
- Watchers: 20
- Forks: 130
- Open Issues: 64
-
Metadata Files:
- Readme: README.asciidoc
- License: LICENSE
Awesome Lists containing this project
README
== Windup
Windup is an assembly of tools that support large-scale Java application modernization and migration projects across a broad range of transformations and use cases. It accelerates application code analysis, supports effort estimation, accelerates code migration, and helps you move applications to the cloud and containers. If you want to contribute or participate in developer discussions please join the link:https://www.konveyor.io/community/[Konveyor community] and ping us on link:https://kubernetes.slack.com/archives/CR85S82A2[slack].
=== Installation and Usage
Download the latest Windup release from link:https://windup.github.io/downloads/[here] and refer to the link:https://windup.github.io/blog/getting-started/[getting started blog] to run your first code analysis.
=== Issue Tracker
link:https://issues.redhat.com/projects/WINDUP/issues[https://issues.redhat.com/projects/WINDUP/issues]
=== Building from source
Ensure you use the provided Maven Wrapper utility to build the project, as Windup requires Maven 3.8.8:
./mvnw verify
=== Project Source Code Format
This project has an agreed upon source format style documented via an
link:https://github.com/windup/windup/blob/master/ide-config/Eclipse_Code_Format_Profile.xml[Eclipse code formatter profile].
If using an alternate IDE, plugins are available to allow use of this profile (see below).
All contributions should be formatted using this profile before submission.* Netbeans: http://plugins.netbeans.org/plugin/50877/eclipse-code-formatter-for-java
* IntelliJ: http://plugins.jetbrains.com/plugin/?id=6546