spring-projects-experimental / spring-boot-migrator

Spring Boot Migrator (SBM) is a tool for automated code migrations to upgrade or migrate to Spring Boot
Apache License 2.0
441 stars 88 forks source link

Spike: Parse JEE ear project #794

Open fabapp2 opened 1 year ago

fabapp2 commented 1 year ago

What needs to be done

An ear project should be parsed using SBM.

Why it needs to be done

The goal is to learn what needs to be done to successfully scan and parse an ear project.

Acceptance Criteria

Success

Failure In the likely case of an error while parsing the ear module...

Additional Information

See https://rewriteoss.slack.com/archives/G01J94KRH70/p1667468645199659?thread_ts=1667343513.833399&cid=G01J94KRH70 for a demo project and some error description

fabapp2 commented 1 year ago

@sanagaraj-pivotal ?

sanagaraj-pivotal commented 1 year ago

@fabapp2 we already have a test that passes located at this place, unsure what is needed here