1 dépôt
Automatic purging of definition and action caches when components are modified.
Distinct from Cache Clearing: Focuses on component-specific caches rather than general binary caches
Explore 1 awesome GitHub repository matching data & databases · Component. Refine with filters or upvote what's useful.
HotswapAgent is a Java runtime instrumentation agent and bytecode redefinition tool designed to apply code changes to running applications instantly. It functions as a hot swap utility and classloader extender that modifies method bodies and updates class definitions without requiring a process restart. The project distinguishes itself as a framework state synchronizer, ensuring that beans, caches, and configurations remain consistent after class redefinitions. It provides specialized mechanisms to refresh managed beans, dependency injection points, and persistence factories, allowing logic c
Clears definition and action caches automatically when classes are modified to ensure changes take effect.