Alban Fonrouge
Alban Fonrouge
I'm trying to synchronize existing projects so that I can modify them later. So I'm defining projects and deployment processes this way: ``` resource "octopusdeploy_project" "terraform-stack" { for_each = var.tf_projects...
## Before this PR Issue described https://github.com/palantir/docker-compose-rule/issues/411 Fixed for docker-machine in https://github.com/palantir/docker-compose-rule/pull/424, but it's easy to forget to set the `COLUMNS` in other contexts. We cannot upgrade to docker-compose 1.25.2+...
### Please provide a brief summary of the bug When deploying an application to Payara 5.2022.3 with the AppDynamics agent, the JVM crashes. ``` # # A fatal error has...
### Description I would expect services not activated by profiles to be considered orphans, since they don't appear in the output of the `config` command. Current behavior: * `docker compose...
When using Jersey and Jackson to deserialize XML, any change to the configuration of the `WebTarget` causes a memory leak since hk2 3.0.4 (and up to 3.1.1). I suspect this...
### Brief Summary When using Jersey and Jackson to deserialize XML, any change to the configuration of the `WebTarget` causes a memory leak. I suspect this was caused by FISH-6432...
## Description Fixes https://github.com/oauth2-proxy/oauth2-proxy/issues/884 Improves the logout flow with oidc providers that require the id_token_hint parameter. ## Motivation and Context This is a recommanded parameter in the OIDC specifications (https://openid.net/specs/openid-connect-rpinitiated-1_0.html#RPLogout)....
### Brief Summary Using Payara Community 6.2025.8. When using a resource XML file to create JDBC connection pools, the attribute skip-client-info-validation is not supported. Related to https://github.com/payara/Payara/pull/7271 ### Expected Outcome...