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
431 stars 87 forks source link

Make logging of compile errors configurable #974

Open fabapp2 opened 9 months ago

fabapp2 commented 9 months ago

What needs to be done

The logCompilationWarningsAndErrors flag of JavaParser.Builder should be configrable. The flag should be provided through a new property parser.logCompilationWarningsAndErrors=[true|false]

Why it needs to be done

It allows users to turn on/off logging output of JavaCompiler which can be annoying in some cases and helpful in others.

Acceptance Criteria

Additional Information

bsmahi commented 9 months ago

Hi @fabapp2

I will work on it, could you please assign it to me.

Thanks, Mahi

fabapp2 commented 9 months ago

@bsmahi remember to branch from version/revamp.