MtK
MtK
When using in combination with `Behat/MinkExtension` and setting the `Symfony cache`: ``` Behat\MinkExtension: sessions: default: symfony: ~ ``` you get: ``` Specify session name to get ``` setting other sessions...
when running the latest code on OSx there are 2 worning and one error preventing it from running: ``` (process:40693): Gtk-WARNING **: Locale not supported by C library. Using the...
The User's `Auth Role`s are not persisted. To fix that, we should add: `Infrastructure/SecurityBundle/Resources/config/persistence/ValueObject/AuthUser.orm.yml` ``` roles: type: json_array nullable: false ``` The UI/Controller tests check for an array in the...
**What Renovate type, platform and version are you using?** Self-host on Gitlab-CI. Renovate: 23.84.4 **Describe the bug** We are using the [newly added](https://github.com/renovatebot/renovate/pull/7632) `postUpgradeTasks` (added in [23.76.0](https://github.com/renovatebot/renovate/releases/tag/23.76.0)) to manage [NX...
## Description Support doctrine/dbal:^4.0 Closes: https://github.com/ramsey/uuid-doctrine/issues/246 ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality)...
## My feature title Support doctrinr/dbal:^4.0 ## Background/problem doctrine/dbal:^4.0 introduces several breaking changes: https://github.com/doctrine/dbal/blob/4.0.x/UPGRADE.md#upgrade-to-40 ## Proposal/solution - adjust code - ~remove support for older version~ ## Alternatives - support both...
When setting up a new cluster, using `encrypt_enable: true` will execute the command [nomad operator keygen](https://github.com/ansible-community/ansible-nomad/blob/master/tasks/get_gossip_key.yml#L40) which requires a running cluster. On a new cluster, there is no running cluster...
Trying to a new SPI that uses `slf4j` but relies on the version built-in into Keycloak. This seems to conflic with the version used in this listener: ``` 5.721 Caused...