Philipp Nanz
Philipp Nanz
@javabrett I have used the patched JAR you posted on a very largish Git repo (after having pruned JAR files out of it) and it worked like a charm. Thanks...
In fact, the JEP-290 feature has been backported to Java 8u121 and even to Java 7 and 6 (Oracle deemed it that important). See https://blogs.oracle.com/java-platform-group/filter-incoming-serialization-data-a-little-of-jdk-9-goodness-available-now-in-current-release-families To test whether the feature...
@ilayaperumalg I'm looking forward to your showcase, thanks in advance! @sabbyanandan That is very interesting, thank you! It definitely comes in handy when deploying all of it on different cloud...
We have deployed https://github.com/oauth2-proxy/oauth2-proxy in front of some our workloads, works fine in combination with AGIC 👍 (not sure what problem @alchemistake encountered, maybe it was fixed in the meantime)
+1 for scanning images by digest.
Sure, we have installed it via the [Helm chart](https://artifacthub.io/packages/helm/oauth2-proxy/oauth2-proxy) though, deployed separately to the upstream-service. However, it should be possible to adapt this setup to a sidecar and configure your...
> > Sure, we have installed it via the [Helm chart](https://artifacthub.io/packages/helm/oauth2-proxy/oauth2-proxy) though, deployed separately to the upstream-service. However, it should be possible to adapt this setup to a sidecar and...
As far as I understand, the `org.springframework.batch.core.configuration.support.JobRegistrySmartInitializingSingleton` was meant as a remediation of this warning. However, the fix is incomplete because `org.springframework.batch.core.configuration.support.DefaultBatchConfiguration` creates a `JobRegistryBeanPostProcessor` regardless of whether a bean...
With Spring Boot 3.2, this is now being reported as Warning during startup (previously it was INFO).
Hello, I have observed the same problem on a IBM cloud postgres database with Hikari 3.45. According to the metrics, the available connections and idle connections effectively plummeted to 0...