1 dépôt
Automatic purging of internal caches upon class redefinition to prevent stale state.
Distinct from Cache Clearing: Focuses on automatic trigger by class changes, not manual clearing
Explore 1 awesome GitHub repository matching data & databases · Automatic. 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 internal caches, such as those used by Jackson, automatically when a class is redefined.