Keycloak admin client sdk 26.0.5 issue

Dear all,
When i started springboot app with Keycloak admin client sdk 26.0.5, it failed with below exception.
java.lang.ClassCastException: class org.jboss.resteasy.client.jaxrs.internal.ResteasyClientBuilderImpl cannot be cast to class jakarta.ws.rs.client.ClientBuilder (org.jboss.resteasy.client.jaxrs.internal.ResteasyClientBuilderImpl and jakarta.ws.rs.client.ClientBuilder are in unnamed module of loader ‘app’

And i checked the source code and found that:ResteasyClientBuilderImpl class extends javax.ws.rs.client.ClientBuilder,but ClientBuilderWrapper convert the instance of ResteasyClientBuilderImpl into jakarta.ws.rs.client.ClientBuilder,how can it works, can anyone help? Thanks in advance!!

Guo Rui