<div dir="ltr">How are you deploying the adapter and what adapter are you using? We have tested the adapter with WildFly 10 (Keycloak 1.8.0.CR1 was tested on 10.0.0.CR5) and it worked fine.</div><div class="gmail_extra"><br><div class="gmail_quote">On 21 January 2016 at 14:30, Christian Beikov <span dir="ltr">&lt;<a href="mailto:christian.beikov@gmail.com" target="_blank">christian.beikov@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I am trying to deploy Keycloak 1.8.0.CR1 to Wildfly 10.0.0.CR4 but there<br>
are some problems with that.<br>
You are compiling against Undertow 1.1.1.Final but Wildfly 10.0.0.CR4<br>
comes with 1.3.3.Final and there are some binary incompatibilities in<br>
io.undertow.server.Connectors of which<br>
org.keycloak.adapters.undertow.SavedRequest is affected.<br>
You are using io.undertow.util.ImmediatePooled instead of the expected<br>
type io.undertow.connector.PooledByteBuffer which leads to method not<br>
found exceptions.<br>
I suggest you update the undertow version in the parent pom.xml to make<br>
sure everything is binary compatible if you are going to support Wildfly<br>
10 as you announced.<br>
<br>
Regards,<br>
Christian<br>
_______________________________________________<br>
keycloak-dev mailing list<br>
<a href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a><br>
</blockquote></div><br></div>