Conversation
# Conflicts: # backend/src/main/java/org/cryptomator/hub/api/UsersResource.java
|
Caution Review failedThe pull request is closed. WalkthroughThis pull request applies a comprehensive formatting and code style standardization to the backend codebase. Changes include: updating the IDE code style configuration with new formatting rules (Java code style, SQL version, wrapping preferences, and margin settings); restructuring backend/pom.xml with dependency management via Quarkus BOM and unified plugin configuration; replacing wildcard imports with explicit imports across multiple API resource files; removing unused imports from several entities and event classes; removing configuration properties from application.properties; adjusting formatting and line breaks throughout Java source and test files (spacing, brace placement, indentation); adding a TYPE constant to EmergencyAccessRecoveryAbortedEvent; and updating documentation and Javadoc comments. No observable changes to control flow or business logic occur. Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Possibly related PRs
Suggested reviewers
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
No description provided.