From 50d116cc1a033730a37b925cfd3a105cc44f457d Mon Sep 17 00:00:00 2001 From: uhm0311 Date: Thu, 20 Jun 2024 17:39:54 +0900 Subject: [PATCH] version 1.13.6 --- ChangeLog | 13 +++++++++++++ README.md | 6 +++--- docs/03-arcus-spring-usage.md | 6 +++--- pom.xml | 2 +- 4 files changed, 20 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2319e62..94c90ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +# 2024-06-20 [version 1.13.6] +## 🐣 New Features +* Read and return null if cache server stored NullValue instance. +* Throw ValueRetrievalException if failed to get original value. +* Add setter method to ArcusCacheConfiguration which can change value of wantToGetException. +## 🔧 Enhancements +* Refactored codes for better readability. +## 🐛 Bug Fixes +* Set default value of wantToGetException to false regardless of ArcusCache object creation method. +* Fix inconsistent exception handling. +## ✅ Testing +* Fix wrong mock of ArcusClientPool in test code. + # 2024-04-01 [version 1.13.5] ## 🐣 New Features * Add @Nullable annotation for support JSR-305 diff --git a/README.md b/README.md index 681e56d..64e3275 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The artifact for arcus-spring is in the central Maven repository. To use it, add com.jam2in.arcus arcus-spring - 1.13.5 + 1.13.6 ``` @@ -34,13 +34,13 @@ The artifact for arcus-spring is in the central Maven repository. To use it, add ##### version 7.0 before ```groovy dependencies { - compile 'com.jam2in.arcus:arcus-spring:1.13.5' + compile 'com.jam2in.arcus:arcus-spring:1.13.6' } ``` ##### version 7.0 or later ```groovy dependencies { - implementation 'com.jam2in.arcus:arcus-spring:1.13.5' + implementation 'com.jam2in.arcus:arcus-spring:1.13.6' } ``` diff --git a/docs/03-arcus-spring-usage.md b/docs/03-arcus-spring-usage.md index b569b2d..dab4849 100644 --- a/docs/03-arcus-spring-usage.md +++ b/docs/03-arcus-spring-usage.md @@ -11,7 +11,7 @@ com.jam2in.arcus arcus-spring - 1.13.5 + 1.13.6 ``` @@ -20,13 +20,13 @@ #### version 7.0 before ```groovy dependencies { - compile 'com.jam2in.arcus:arcus-spring:1.13.5' + compile 'com.jam2in.arcus:arcus-spring:1.13.6' } ``` #### version 7.0 or later ```groovy dependencies { - implementation 'com.jam2in.arcus:arcus-spring:1.13.5' + implementation 'com.jam2in.arcus:arcus-spring:1.13.6' } ``` diff --git a/pom.xml b/pom.xml index 479ef7f..6b0b647 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ arcus-spring jar https://github.com/naver/arcus-spring - 1.13.5 + 1.13.6 4.3.10.RELEASE