You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize annotation processor I/O operations and improve environment compatibility (#1368)
* refactor: Optimize validateUnusedSqlFiles to reduce unnecessary I/O operations
Replace nested loops with stream operations and add early returns to avoid
redundant file system access when there are no query files to validate.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* refactor: Improve resource handling for environments without directory path support
- Add canAcceptDirectoryPath check to prevent directory operations when not supported
- Make JavaFileManager location configurable with fallback to CLASS_OUTPUT
- Skip unused SQL file validation when directory paths cannot be accepted
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Claude <[email protected]>
0 commit comments