[JBoss JIRA] (WFLY-13706) Support for adding a Keycloak feature pack with bootable jar for client side adapters
by Darran Lofthouse (Jira)
[ https://issues.redhat.com/browse/WFLY-13706?page=com.atlassian.jira.plugi... ]
Darran Lofthouse updated WFLY-13706:
------------------------------------
Description:
In conjunction with the bootable jar support currently being developed this feature request is to cover support for Keycloak client side adapter installation integrated with the Elytron security subsystem.
The main feature pack is anticipated to be delivered by the Keycloak project, however as this is specifically for use with WildFly we likely need WildFly documentation and possibly test cases so this Jira issue to to cover tasks required within WildFly.
was:
In conjunction with the bootable jar support currently being developed this feature request is to cover support for KeyCloak client side adapter installation integrated with the Elytron security subsystem.
The main feature pack is anticipated to be delivered by the KeyCloak project, however as this is specifically for use with WildFly we likely need WildFly documentation and possibly test cases so this Jira issue to to cover tasks required within WildFly.
> Support for adding a Keycloak feature pack with bootable jar for client side adapters
> -------------------------------------------------------------------------------------
>
> Key: WFLY-13706
> URL: https://issues.redhat.com/browse/WFLY-13706
> Project: WildFly
> Issue Type: Feature Request
> Components: Documentation, Security, Test Suite
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Priority: Major
> Fix For: 21.0.0.Beta1
>
>
> In conjunction with the bootable jar support currently being developed this feature request is to cover support for Keycloak client side adapter installation integrated with the Elytron security subsystem.
> The main feature pack is anticipated to be delivered by the Keycloak project, however as this is specifically for use with WildFly we likely need WildFly documentation and possibly test cases so this Jira issue to to cover tasks required within WildFly.
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (WFLY-13706) Support for adding a Keycloak feature pack with bootable jar for client side adapters
by Darran Lofthouse (Jira)
[ https://issues.redhat.com/browse/WFLY-13706?page=com.atlassian.jira.plugi... ]
Darran Lofthouse updated WFLY-13706:
------------------------------------
Summary: Support for adding a Keycloak feature pack with bootable jar for client side adapters (was: Support for adding a KeyCloak feature pack with bootable jar for client side adapters)
> Support for adding a Keycloak feature pack with bootable jar for client side adapters
> -------------------------------------------------------------------------------------
>
> Key: WFLY-13706
> URL: https://issues.redhat.com/browse/WFLY-13706
> Project: WildFly
> Issue Type: Feature Request
> Components: Documentation, Security, Test Suite
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Priority: Major
> Fix For: 21.0.0.Beta1
>
>
> In conjunction with the bootable jar support currently being developed this feature request is to cover support for KeyCloak client side adapter installation integrated with the Elytron security subsystem.
> The main feature pack is anticipated to be delivered by the KeyCloak project, however as this is specifically for use with WildFly we likely need WildFly documentation and possibly test cases so this Jira issue to to cover tasks required within WildFly.
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (WFCORE-5071) Extra spaces in DeploymentTransformer.java produces error at build
by Ricardo Martin Camarero (Jira)
[ https://issues.redhat.com/browse/WFCORE-5071?page=com.atlassian.jira.plug... ]
Ricardo Martin Camarero reassigned WFCORE-5071:
-----------------------------------------------
Assignee: Ricardo Martin Camarero (was: Jeff Mesnil)
> Extra spaces in DeploymentTransformer.java produces error at build
> ------------------------------------------------------------------
>
> Key: WFCORE-5071
> URL: https://issues.redhat.com/browse/WFCORE-5071
> Project: WildFly Core
> Issue Type: Bug
> Components: Build System
> Reporter: Ricardo Martin Camarero
> Assignee: Ricardo Martin Camarero
> Priority: Major
>
> WFCORE-5065 introduced extra spaces at DeploymentTransformer.java and the build fails with the error:
>
> {noformat}
> [ERROR] /.../wildfly-core/server/src/main/java/org/jboss/as/server/deployment/transformation/DeploymentTransformer.java:51: Line has trailing spaces. [RegexpSingleline]
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (WFCORE-5071) Extra spaces in DeploymentTransformer.java produces error at build
by Ricardo Martin Camarero (Jira)
Ricardo Martin Camarero created WFCORE-5071:
-----------------------------------------------
Summary: Extra spaces in DeploymentTransformer.java produces error at build
Key: WFCORE-5071
URL: https://issues.redhat.com/browse/WFCORE-5071
Project: WildFly Core
Issue Type: Bug
Components: Build System
Reporter: Ricardo Martin Camarero
Assignee: Jeff Mesnil
WFCORE-5065 introduced extra spaces at DeploymentTransformer.java and the build fails with the error:
{noformat}
[ERROR] /.../wildfly-core/server/src/main/java/org/jboss/as/server/deployment/transformation/DeploymentTransformer.java:51: Line has trailing spaces. [RegexpSingleline]
{noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (WFLY-13714) JPA PersistenceUnitInfo.persistenceUnitRootUrl vfs URL should be resolved
by Java Java (Jira)
[ https://issues.redhat.com/browse/WFLY-13714?page=com.atlassian.jira.plugi... ]
Java Java updated WFLY-13714:
-----------------------------
Affects Version/s: 20.0.1.Final
> JPA PersistenceUnitInfo.persistenceUnitRootUrl vfs URL should be resolved
> -------------------------------------------------------------------------
>
> Key: WFLY-13714
> URL: https://issues.redhat.com/browse/WFLY-13714
> Project: WildFly
> Issue Type: Bug
> Affects Versions: 20.0.1.Final
> Reporter: Java Java
> Assignee: Brian Stansberry
> Priority: Major
>
> Wildlfy passes a PersistenceUnitInfo object to JPA provider using vfs URL as persistenceUnitRootUrl, e.g.,
> vfs:/C:/wildfly-20.0.1.Final/bin/content/foo.ear/myejb.jar/
> A JPA provider can not resolve this URL without using a third-party library and thus force
> the JPA provider to have dependency on 3rd party libraries or wildfly.
>
> The vfs url should be resolved to a plain file or jar URL that actually exists on file system before passing the URL to a JPA provider when creating an EntityManagerFactory.
>
>
>
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (WFLY-13714) JPA PersistenceUnitInfo.persistenceUnitRootUrl vfs URL should be resolved
by Java Java (Jira)
Java Java created WFLY-13714:
--------------------------------
Summary: JPA PersistenceUnitInfo.persistenceUnitRootUrl vfs URL should be resolved
Key: WFLY-13714
URL: https://issues.redhat.com/browse/WFLY-13714
Project: WildFly
Issue Type: Bug
Reporter: Java Java
Assignee: Brian Stansberry
Wildlfy passes a PersistenceUnitInfo object to JPA provider using vfs URL as persistenceUnitRootUrl, e.g.,
vfs:/C:/wildfly-20.0.1.Final/bin/content/foo.ear/myejb.jar/
A JPA provider can not resolve this URL without using a third-party library and thus force
the JPA provider to have dependency on 3rd party libraries or wildfly.
The vfs url should be resolved to a plain file or jar URL that actually exists on file system before passing the URL to a JPA provider when creating an EntityManagerFactory.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (WFLY-13713) Bootable jar support for MicroProfile Quickstarts
by Eduardo Martins (Jira)
[ https://issues.redhat.com/browse/WFLY-13713?page=com.atlassian.jira.plugi... ]
Eduardo Martins moved EAP7-1539 to WFLY-13713:
----------------------------------------------
Project: WildFly (was: JBoss EAP Planning for version 7 and above)
Key: WFLY-13713 (was: EAP7-1539)
Issue Type: Feature Request (was: Requirement)
Workflow: GIT Pull Request workflow (was: EAP Agile Workflow 2.0)
Component/s: Quickstarts
(was: Quickstarts)
User Story: (was: As an user, I want to build and run MicroProfile quickstart applications with the runtime. )
EAP PT Pre-Checked (PC): (was: TODO)
EAP PT Community Docs (CD): (was: TODO)
EAP PT Product Docs (PD): (was: New)
EAP PT Test Dev (TD): (was: TODO)
EAP PT Docs Analysis (DA): (was: TODO)
EAP PT Test Plan (TP): (was: TODO)
EAP PT Analysis Document (AD): (was: TODO)
Needs Product Docs: (was: No, Release Notes only)
> Bootable jar support for MicroProfile Quickstarts
> -------------------------------------------------
>
> Key: WFLY-13713
> URL: https://issues.redhat.com/browse/WFLY-13713
> Project: WildFly
> Issue Type: Feature Request
> Components: Quickstarts
> Reporter: Eduardo Martins
> Assignee: Eduardo Martins
> Priority: Major
>
> Provides support for running the MicroProfile Quickstarts applications without the need to archive it as a deployment, and without the need to deploy it in a running application server, leveraging the bootable functionality provided by EAP7-1385.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months