Skip to content

Arcus Spring 1.13.6

Compare
Choose a tag to compare
@uhm0311 uhm0311 released this 21 Jun 04:48
· 18 commits to master since this release

🐣 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.