[JBoss JIRA] (WFLY-11988) Fail to get token fetched from keycloak using keycloak-admin-client
by Gunter Zeilinger (Jira)
[ https://issues.jboss.org/browse/WFLY-11988?page=com.atlassian.jira.plugin... ]
Gunter Zeilinger updated WFLY-11988:
------------------------------------
Workaround Description:
{code:xml}
<jboss-deployment-structure>
<deployment>
<exclusions>
<module name="org.jboss.resteasy.resteasy-json-binding-provider"/>
</exclusions>
</deployment>
<sub-deployment name="xxxx.war">
<exclusions>
<module name="org.jboss.resteasy.resteasy-json-binding-provider"/>
</exclusions>
</sub-deployment>
</jboss-deployment-structure>
{code}
Workaround: Workaround Exists
> Fail to get token fetched from keycloak using keycloak-admin-client
> -------------------------------------------------------------------
>
> Key: WFLY-11988
> URL: https://issues.jboss.org/browse/WFLY-11988
> Project: WildFly
> Issue Type: Bug
> Components: REST
> Affects Versions: 14.0.0.Final, 15.0.0.Final, 16.0.0.Final
> Environment: {noformat}
> $ java -version
> openjdk version "11.0.1" 2018-10-16
> OpenJDK Runtime Environment (build 11.0.1+13-Ubuntu-3ubuntu3.18.10.1)
> OpenJDK 64-Bit Server VM (build 11.0.1+13-Ubuntu-3ubuntu3.18.10.1, mixed mode, sharing)
> {noformat}
> Reporter: Gunter Zeilinger
> Assignee: Alessio Soldano
> Priority: Major
>
> Starting with Wildfly 14.0.0.Final, the properties of [AccessTokenResponse|https://www.keycloak.org/docs-api/5.0/javadocs/org/ke...] returned by [TokenManager.grantToken|https://jar-download.com/javaDoc/org.keycloak/key...] are not set.
> The failure seems related with a change in RESTEasy from 3.5.1.Final to 3.6.1.Final, concerning the used MessageBodyReader:
> Wildfly 13.0.0.Final:
> {noformat}
> 2019-04-14 20:01:12,337 DEBUG [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) MessageBodyReader: org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider
> {noformat}
> vs.
> Wilfly 14+.0.0.Final
> {noformat}
> 2019-04-14 19:27:25,294 DEBUG [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) MessageBodyReader: org.jboss.resteasy.plugins.providers.jsonb.JsonBindingProvider
> {noformat}
> The failure is independent from the used version of keycloak-admin-client and the version of the Keycloak Server.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (ELYWEB-52) Dynamically generate SSL resources used for testing.
by Darran Lofthouse (Jira)
Darran Lofthouse created ELYWEB-52:
--------------------------------------
Summary: Dynamically generate SSL resources used for testing.
Key: ELYWEB-52
URL: https://issues.jboss.org/browse/ELYWEB-52
Project: Elytron Web
Issue Type: Task
Components: Testsuite
Reporter: Darran Lofthouse
Fix For: 1.5.0.CR2
Presently this project contains a fork of the artefacts created within the WildFly Elytron project for testing, WildFly Elytron has now been updated to dynamically generate these before testing so this project should also be updated to dynamically generate them.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFLY-6143) Global EJB Server Side Interceptors Configuration
by Tomasz Adamski (Jira)
[ https://issues.jboss.org/browse/WFLY-6143?page=com.atlassian.jira.plugin.... ]
Tomasz Adamski commented on WFLY-6143:
--------------------------------------
[~harald.pehl] Yes, this would impact the management model and I plan for it to be a part of WF17. Currently I'm working on draft implementation to clarify a bit of stuff. I plan to update analysis document with stuff learned this week. Having, said that I expect the changes to be fairy small (adding server-interceptors tag to ejb3 subsystem).
> Global EJB Server Side Interceptors Configuration
> -------------------------------------------------
>
> Key: WFLY-6143
> URL: https://issues.jboss.org/browse/WFLY-6143
> Project: WildFly
> Issue Type: Feature Request
> Components: EJB
> Reporter: Brad Maxwell
> Assignee: Tomasz Adamski
> Priority: Major
>
> Ability to configure global server side interceptors (container interceptors) and specify their order via the JBoss profile xml.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFLY-11989) wildfly-dist should generate and deploy a zipped maven repo for galleon
by Jean Francois Denise (Jira)
Jean Francois Denise created WFLY-11989:
-------------------------------------------
Summary: wildfly-dist should generate and deploy a zipped maven repo for galleon
Key: WFLY-11989
URL: https://issues.jboss.org/browse/WFLY-11989
Project: WildFly
Issue Type: Feature Request
Components: Build System
Reporter: Jean Francois Denise
Assignee: Brian Stansberry
- The wildfly-dist project should make use of galleon 4.0 plugin goal to generate a maven repository.
- New assembly file to package the repository as a zipped artifact.
- zipped repository deployed to remote maven repository.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months