Skip to content

Replace Lombok logging in generator classes#106

Open
Vipin-Sharma wants to merge 1 commit intomasterfrom
codex/fix-issues-in-category-java-s5738
Open

Replace Lombok logging in generator classes#106
Vipin-Sharma wants to merge 1 commit intomasterfrom
codex/fix-issues-in-category-java-s5738

Conversation

@Vipin-Sharma
Copy link
Copy Markdown
Owner

Summary

  • replace Lombok @Slf4j usage in the DAO/controller generators with explicit SLF4J logger fields
  • keep Lombok available only for generated code decorations while our utilities now log via Logger

Testing

  • javac -cp $CLASSPATH -d target/classes $(find src/main/java -name '*.java')

https://chatgpt.com/codex/tasks/task_e_68d4ae86f358832a98d8cc7fdb0c462b

@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
C Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant