Tags: Ahoo-Wang/CoCache
Tags
chore(github): add release configuration for automated changelog gene… …ration - Configure exclusion of 'ignore-for-release' label from changelog - Set up categories for different types of changes with appropriate labels - Define sections for features, bug fixes, performance improvements, and breaking changes - Include documentation, maintenance, and dependency update categories - Add catch-all category for other changes with wildcard label - Structure changelog with emoji indicators for better readability Signed-off-by: Ahoo Wang <ahoowang@qq.com>
refactor(redis): replace jackson with tools.jackson and inject Object… …Mapper (#424) - Replace com.fasterxml.jackson with tools.jackson dependencies - Remove custom JsonSerializer and use injected ObjectMapper - Add spring-boot-starter-jackson dependency - Update RedisDistributedCacheFactory to accept ObjectMapper bean - Modify tests to include JacksonAutoConfiguration - Update ObjectToJsonCodecExecutor to use injected ObjectMapper Signed-off-by: Ahoo Wang <ahoowang@qq.com>
test(cocache-spring-cache): add clear method test case for CoherentCache - Implement a test case for clearing CoherentCache in CoSpringCache - Add mockk and every imports for mocking CoherentCache - Include a test case for retrieve with a non-existent key Signed-off-by: Ahoo Wang <ahoowang@qq.com>
test(cache): add default cache convert test for Caffeine and Guava - Add test cases to verify default cache conversion for Caffeine and Guava - Implement `defaultCacheConvert` function in both CaffeineCacheTest and GuavaCacheTest - Use `assert` to check if the converted cache is not null Signed-off-by: Ahoo Wang <ahoowang@qq.com>
PreviousNext