Janne
Janne
**Affects:** 5.3.22 --- #### Feature Request: When using `@RecordApplicationEvents`, currently the `ApplicationEventsHolder` uses a `ThreadLocal` to save published events. Can this be extended to also retrieve events across all threads?...
### Feature request Is it possible to add Gradle examples to the Playwright documentation along the current Maven ones?
The Helm chart sets the update strategy for the Traefik controller Deployment to `RollingUpdate`. I am wondering if this is a "sane" default when nothing is known about the cluster...
In my opinion the documentation of [Refresh Scope](https://docs.spring.io/spring-cloud-commons/docs/3.0.3/reference/html/#refresh-scope) is lacking some relevant details, listed below. #### How to trigger a refresh programmatically inside the application? The docs talk about the...
`MockWebServer.takeRequest()` without parameters will block indefinitely if there is no request coming. In my opinion this is a bit unfortunate, because in case of e.g. a bug in our code...
In my opinion, the last two examples of cached disk accesses are unclear, or potentially misleading (depending whether I understood it correctly or not). Look at this example:  The...
Are there plans to integrate `Navigator.pdfViewerEnabled` as a replacement for `Navigator.mimetypes`? https://caniuse.com/mdn-api_navigator_pdfviewerenabled
Modern idiomatic Spring code heavily uses and promotes the use of meta-annotations and composed annotations. See e.g. [Spring Documentation](http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#beans-meta-annotations) and Spring Boot's testing meta-annotations like [@WebMvcTest](https://docs.spring.io/spring-boot/docs/current/api/org/springframework/boot/test/autoconfigure/web/servlet/WebMvcTest.html) I would like to...
### What feature do you want to see added? It seems that currently it is not possible to let this plugin assign a managed identity to the created containers, is...
### Terraform CLI and Provider Versions Terraform v1.7.5 on darwin_arm64 + provider registry.terraform.io/hashicorp/azurerm v3.97.1 + provider registry.terraform.io/hashicorp/tls v4.0.5 ### Terraform Configuration ```terraform resource "tls_self_signed_cert" "aks-ingress-backend" { private_key_pem = tls_private_key.aks-ingress-backend.private_key_pem subject...