monzonj
monzonj
### Describe the bug Script such as `migrate-standalone-ha.cli` fail to run in Keycloak 16.1.0 because it tries to update parts of the configuration file that are no longer present in...
### Describe the bug The documentation here https://www.keycloak.org/docs/latest/server_installation/#_proxymappings says: ``` # Configure the proxy-mappings /subsystem=keycloak-server/spi=connectionsHttpClient/provider=default:write-attribute(name=properties.proxy-mappings,value=[".*\\.(google|googleapis)\\.com;http://www-proxy.acme.com:8080",".*\\.acme\\.com;NO_PROXY",".*;http://fallback:8080"]) ``` But in version 25, value is no longer an array, but a string. This...
So imagine that my friend send this super cool JS library that was done with Plovr and uses modules. He sends me the compiled js so I just have to...
Hello Using these modules versions the given example does not work. ``` $ node -v v0.12.2 $ npm -v 2.12.1 gulp": "^3.9.0", "browserify": "^10.2.4", "vinyl-transform": "^1.0.0" ``` ``` gulp browserify...
- Update SBT to 1.7.2 - Update to Http4s 1.0.0-M38 - Fixed unit tests due to changes introduced in latest http4s