Minsu Lee
Minsu Lee
## Summary Fixes #277 by implementing type variable resolution for generic test class hierarchies. When test methods are inherited from abstract generic test classes, AutoParams can now correctly resolve type...
## Summary Fixes #278 by automatically applying `RecursionGuard` to `BuilderCustomizer` to prevent `StackOverflowError` when generating objects with self-referencing fields. ## Problem When using `@Customization(BuilderCustomizer.class)` with Lombok `@Builder` classes that have...
Pull request checklist ---- - [x] Please read our [contributor guide](https://github.com/Netflix/dgs-framework/blob/master/CONTRIBUTING.md) - [x] Consider creating a discussion on the [discussion forum](https://github.com/Netflix/dgs-framework/discussions) first - [x] Make sure the PR doesn't introduce...
## Summary This PR fixes issue #1261 where `handleCacheHeaders` compares `modifiedTime` with millisecond precision, causing cache validation to always fail when the source date has non-zero milliseconds. ### The Problem...
- Add standalone setup/ subaction for Claude Code installation - Support version pinning (stable, latest, specific versions) - Implement caching with daily rotation for latest/stable - Add plugin marketplace and...