keycloak-scim/testsuite
Bruno Oliveira da Silva d0ddbaec23 [KEYCLOAK-8926] Fuse adapter: Missing runtime dependency
Fuse 7.x basically uses the same version as Keycloak, into other words,
`bcprov-jdk15on` version 1.60. The error reported here:
https://issues.jboss.org/browse/KEYCLOAK-8926 is related with the fact
that Bouncycastle was not being loaded during the boot time. If we look
at the logs we can find:

```
12:30:15 Red Hat Fuse starting up. Press Enter to open the shell now...
12:30:15 Unable to register security provider:
java.lang.ClassNotFoundException:
org.bouncycastle.jce.provider.BouncyCastleProvider
```

By changing `CustomFuseContainer` we will notice that the issue is
gone, because now Bouncycastle, which comes with Fuse distribution is
being added.
2018-12-03 12:22:03 -02:00
..
integration-arquillian [KEYCLOAK-8926] Fuse adapter: Missing runtime dependency 2018-12-03 12:22:03 -02:00
integration-deprecated KEYCLOAK-7275 KEYCLOAK-5479 Faster offline sessions preloading at startup. Track lastSessionRefresh timestamps more properly by support bulk update to DB 2018-11-16 14:23:28 +01:00
jetty Prepare for 4.7.0.Final 2018-11-14 20:10:59 +01:00
performance Prepare for 4.7.0.Final 2018-11-14 20:10:59 +01:00
proxy Prepare for 4.7.0.Final 2018-11-14 20:10:59 +01:00
tomcat7 Prepare for 4.7.0.Final 2018-11-14 20:10:59 +01:00
tomcat8 Prepare for 4.7.0.Final 2018-11-14 20:10:59 +01:00
utils KEYCLOAK-7275 KEYCLOAK-5479 Faster offline sessions preloading at startup. Track lastSessionRefresh timestamps more properly by support bulk update to DB 2018-11-16 14:23:28 +01:00
pom.xml Prepare for 4.7.0.Final 2018-11-14 20:10:59 +01:00