Skip to content

History / Dynamic Keys with SpEL

Revisions

  • docs: fix wiki issues — link casing, version ref, RateLimitConfigurationException, migration risk - Fix WikiSpelExamplesTest link text to match actual filename WikiSpELExamplesTest.java - Update Troubleshooting version reference from v2.1+ to v3.0+ - Add RateLimitConfigurationException troubleshooting section covering invalid permits/interval and cross-deployment config mismatches - Document transition window risk when changing semaphore permit counts in both Distributed-Semaphores and Troubleshooting pages Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    @garvit-joshi garvit-joshi committed Mar 20, 2026
  • docs: add rate limiting documentation for v2.1.0 - Add new Rate-Limiting.md with comprehensive @RateLimit documentation - Update Home.md with rate limiting overview and quick examples - Update Installation.md with v2.1.0 and Redisson 4.1.0 versions - Update Configuration.md with rate-limit properties and enabled flags - Update Annotation-Reference.md with @RateLimit, RateType, RateLimitContext - Update Skip-Handlers.md with rate limit handlers section - Update Programmatic-Templates.md with LocksmithRateLimitTemplate - Update Micrometer-Metrics.md with rate limit metrics - Update Troubleshooting.md with rate limit issues section - Update Lock-Acquisition-Modes.md to include rate limits - Update Dynamic-Keys-with-SpEL.md with rate limit examples - Update High-Concurrency-Best-Practices.md to mention rate limiters

    @garvit-joshi garvit-joshi committed Jan 28, 2026
  • Update all wiki pages with correct SpEL syntax and remove emojis - Update Home.md, Basic-Usage.md, Annotation-Reference.md, Lock-Types.md with #{...} wrapper - Remove emojis from Dynamic-Keys-with-SpEL.md and Lock-Types.md - All SpEL expressions now correctly show #{#param} syntax - Literal keys examples clarified

    @garvit-joshi garvit-joshi committed Jan 4, 2026
  • Updated Dynamic Keys with SpEL (markdown)

    @garvit-joshi garvit-joshi committed Dec 27, 2025
  • Add WikiSpelExamplesTest reference to SpEL documentation - Add new "Test Examples" section before "Next Steps" - Link to WikiSpelExamplesTest.java in main branch - List all SpEL features demonstrated in the test file - Provide comprehensive reference for developers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

    @garvit-joshi garvit-joshi committed Dec 27, 2025
  • Update SpEL documentation to require #{} syntax - Add prominent warning about #{} syntax requirement - Update all code examples to use #{...} wrapper - Add comparison table showing SpEL vs literal keys - Add section on literal keys with # character - Add migration guide for upgrading from old syntax - Add parameter-by-position examples (#p0, #a0) - Add more conditional expression examples - Clarify benefits of new syntax Fixes #13 - Literal keys with # now work correctly 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

    @garvit-joshi garvit-joshi committed Dec 27, 2025
  • Add comprehensive wiki documentation

    @garvit-joshi garvit-joshi committed Dec 23, 2025