/vertx-to-spring

A *CONCEPT* of a codebase that uses JDT codemods partially written by ChatGPT and Github CoPilot to migrate a Vertx app to Spring

Primary LanguageJava

THIS PROJECT IS JUST A CONCEPT

VertxToSpring

This project is a proof of concept for a few things:

  1. That Codemods can be done in Java
  2. That ChatGPT + GitHub CoPilot can greatly increase the speed of development
  3. That it could be possible to migrate a codebase with a combination of these tools

Usage

./gradlew run --args='-d="/path/to/vertx-examples"'

Optionally, you can add the -w or --write flag to overwrite the files in place.

./gradlew run --args='-d="/path/to/vertx-examples" -w'