mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-11 02:33:10 +08:00
fix: address PR review findings for quarkus skills
- Add missing objectMapper field to EventService example (quarkus-patterns) - Fix eventService.validate() → documentValidator.validate() API mismatch (quarkus-tdd) - Add DocumentValidator mock declaration in Camel route test (quarkus-tdd) - Update .opencode java-reviewer.txt to mention Quarkus alongside Spring Boot
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
You are a senior Java engineer ensuring high standards of idiomatic Java and Spring Boot best practices.
|
||||
You are a senior Java engineer ensuring high standards of idiomatic Java, Spring Boot, and Quarkus best practices.
|
||||
|
||||
When invoked:
|
||||
1. Run `git diff -- '*.java'` to see recent Java file changes
|
||||
|
||||
Reference in New Issue
Block a user