-
Currently when using this package, there is no way / method that I can see to configure the client caching. This means that all application requests always go direct to Stormpath, resulting in poor ap…
-
Hello 👋
I've encountered an issue when using `Geocoder::CacheStore::Generic.new(Rails.cache, {})` and passing an expiration in the cache_options. The `@cache_hit` is always true (after the first r…
-
Configuration Cache is not currently supported. Please add the options below as a workaround.
```kotlin
tasks.matching { task ->
task.name.contains("dependencyGraph")
}.configureEach {
…
-
### Expected Behavior
There should be a setting to enable loading configuration cache but skip the `store` step at the end of the build, which adds potentially unnecessary time to the build.
### Cur…
-
Using Spring Boot Gradle's DSL API breaks configuration cache. While manually creating task mitigates this issue.
aka that fails:
```groovy
springBoot {
buildInfo {
properties {
…
-
Using Gradle 7.3.3 and profiler 0.17.0
Running `gradle-profiler --profile chrome-trace --scenario-file profile.scenarios clean_build`, where `clean_build` is:
```
clean_build {
title = "Clea…
-
I think constants should be allowed to be declared inside RSpec example groups (blocks) if they are prefixed with `self::`. That means they will be declared in the scope of the class that RSpec genera…
-
**Describe the bug**
Spring Cloud 2023.0.1 (and prior)
We have an ecosystem of spring boot microservices, some are reactive and some are blocking. Some have their own need for caching and some don…
-
### Description
Tenant without MDO license is generating the error below when trying to deploy anti-phishing policy via standards:
ExB880D8|Microsoft.Exchange.Configuration.Authorization.CmdletAcc…
-
Relevant GitHub Actions workflow logs:
PM5 / Linux:
```
Run # Used "set -ex" instead of hashbang since script isn't executed with hashbang
+ trap 'exit 1' ERR
+ ./compile.sh -t linux64 -j 4 -g …