micronaut-cache
micronaut-cache copied to clipboard
This project includes caching support for Micronaut
### Expected Behavior Get a updated template which contains all dependencies using the latest versions. ### Actual Behaviour I got outdated dependencies and after updating to the last version the...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.graalvm.nativeimage:svm](https://togithub.com/oracle/graal/tree/master/substratevm) ([source](https://togithub.com/oracle/graal)) | `23.1.2` -> `24.0.0` |...
### Expected Behavior _No response_ ### Actual Behaviour Exception thrown during discovery client initialization ``` Caused by: io.micronaut.context.exceptions.NonUniqueBeanException: Multiple possible bean candidates found: [DiscoveryClientCacheConfiguration, DefaultCacheConfiguration] at io.micronaut.context.DefaultBeanContext.findConcreteCandidate(DefaultBeanContext.java:2428) at io.micronaut.context.DefaultApplicationContext.findConcreteCandidate(DefaultApplicationContext.java:606) at...
### Expected Behavior the @Slf4j log property to be available in all parts of a class that features cache-related annotations ### Actual Behaviour the @SLF4J log property is sometimes not...
### Cache Interceptor Usage for proceeding when exception occurs Unanswered in Discord https://discord.com/channels/1121511613250412714/1174821270785900666/1174821270785900666 We hit a Production issue during an AWS elasticache cluster maintenance window where micronaut redis annotated operations...
### Expected Behavior When caching a kotlin suspend function with cache parameters explicitly defined, the result should be cached by all those parameters. ### Actual Behaviour The last parameter is...
### Feature description Currently Key Generator resolved via @CacheConfig and if not configured, fall back to default cache generation. This way isn't flexible enough especially in case where you define...
### Expected Behavior All caching metrics should work cache_size, cache_puts, hits, etc. ### Actual Behaviour cache_size metrics work but cache_puts, hits, etc do not increment. This issue describes the behavior:...
### Expected Behavior During load and soak testing several cached endpoints among the services that I've been running I've come across several instances of what is often referred to as...
### Expected Behavior Cached `Flux` (or any `Publisher`) with multiple values should return a `Flux` containing the same values. (Or fail instantly, if this should not be supported.) ### Actual...