Chr3is
Chr3is
You may want to have a look into: https://github.com/dimitri/pgloader/issues/665 Latin1 in mysql is actually cp1252 (see: https://dev.mysql.com/doc/refman/8.0/en/charset-mysql.html) You could try following: `decoding table names matching ~/.*/ as CP1252`
@dimitri Is there a reason why CP1252 is not used by default for the conversion from mysql/mariadb when the tables are encoded with latin1 (which is actually cp1252)?
Any new information about this issue? We're affected by this as well and we can't use the mentioned fix by @rwinch because we use cache-control.
Hey @viragtripathi, the **builderName** configuration was introduced due to this issue: https://github.com/fabric8io/docker-maven-plugin/issues/1551 It wasn't released yet so the bug can only be reproduced on the current master/snapshot
@jgrandja can you assign this issue to @c3mig?
@jgrandja A user performs the OIDC auth code flow. After the login, the user's original auth request is replayed as authenticated user. The authentication provider decides, that the user has...
@jgrandja It's a preference and we would like to keep the old behavior, which was implemented with the deprecated spring security oauth2 AuthorizationEndpoint, which performed an internal forward. A forward...
@jgrandja Yes, there's no problem in implementing the consent controller. However, for me, it feels a little bit inconsistent that the scope is passed as redirect parameter but other additional...
We're facing the same issue after upgrading from 4.5.0 to 4.9.1. However in our case we do not use `deleteCascade` or `onDelete` in our liquibase scripts.
@OSnuszka We have the same requirement: 1. Run all tests in a gitlab pipeline and upload the reports & metadata (./test-results/.last-run.json) to artifactory 2. If some tests failed and job...