[JBoss JIRA] (WFLY-9608) WildFly Jandexification should explicitly ignore module-info.class
by Bob McWhirter (JIRA)
Bob McWhirter created WFLY-9608:
-----------------------------------
Summary: WildFly Jandexification should explicitly ignore module-info.class
Key: WFLY-9608
URL: https://issues.jboss.org/browse/WFLY-9608
Project: WildFly
Issue Type: Enhancement
Reporter: Bob McWhirter
Assignee: Jason Greene
Sometimes dependencies have module-info.class.
When WildFly jandexes them, it burps a warning:
2017-12-11 15:04:20,124 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0003: Could not index class module-info.class at /content/microservice-session.war/WEB-INF/lib/asm-tree-6.0.jar: java.lang.IllegalStateException: Unknown tag! pos=3 poolCount = 12
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 7 months
[JBoss JIRA] (WFLY-9607) Remove DigestAuthenticationMechanism code duplication between Wildfly, Undertow and Elytron
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/WFLY-9607?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse commented on WFLY-9607:
----------------------------------------
The legacy implementation is to support integration with the PicketBox login modules due to the differences in the APIs to get the required credentials into the LoginModule - PicketBox has been deprecated so that code is already deprecated.
The legacy security realms are now wrapped in Elytron components so the management interfaces use the Elytron implementation now and not the Undertow implementation.
So at this stage we only have two implementations actively in use but one of them is for legacy integration already deprecated to be removed at a future point.
> Remove DigestAuthenticationMechanism code duplication between Wildfly, Undertow and Elytron
> -------------------------------------------------------------------------------------------
>
> Key: WFLY-9607
> URL: https://issues.jboss.org/browse/WFLY-9607
> Project: WildFly
> Issue Type: Enhancement
> Components: Security
> Affects Versions: 11.0.0.Final
> Reporter: Bartosz Spyrko-Śmietanko
> Assignee: Darran Lofthouse
>
> Digest authentication mechanism is currently implemented in 3 places - in Wildfly undertow subsystem (legacy web authentication), Undertow itself (web console authentication) and Elytron (web authentication).
> Any issue found in one of those scenarios is likely to affect others requiring fixing multiple codebases - ideally there should be a single implementation.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 7 months
[JBoss JIRA] (DROOLS-2154) Design navigation between the DRG and DRD's
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2154?page=com.atlassian.jira.plugi... ]
Liz Clayton commented on DROOLS-2154:
-------------------------------------
[~tirelli] [~manstis] I added a Requirement to the jira based on our discussions.
> Design navigation between the DRG and DRD's
> -------------------------------------------
>
> Key: DROOLS-2154
> URL: https://issues.jboss.org/browse/DROOLS-2154
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Labels: UX, UXTeam
>
> *Use case description:
*
> As a business user (Citizen Developer…), I want to navigate between the DRG and the DRDs, and the content of each node, to model business decision logic.
> *Requirements:*
> * Diagram modeling must be absolutely consistent with Process Modeler: Process Designer and DMN editors should provide the same features, support the same interactions and appear visually similar in all aspects to one and other at "Level 1". Divergence may exist at "Level 2".
> *Verification Conditions*
> * The user of this feature is able to understand that the the DRDs are subsets of the whole DRG model/file.
> * The user of this feature can seamlessly navigate between the diagrams and the content of the nodes.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 7 months
[JBoss JIRA] (DROOLS-2154) Design navigation between the DRG and DRD's
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2154?page=com.atlassian.jira.plugi... ]
Liz Clayton updated DROOLS-2154:
--------------------------------
Description:
*Use case description:
*
As a business user (Citizen Developer…), I want to navigate between the DRG and the DRDs, and the content of each node, to model business decision logic.
*Requirements:*
* Diagram modeling must be absolutely consistent with Process Modeler: Process Designer and DMN editors should provide the same features, support the same interactions and appear visually similar in all aspects to one and other at "Level 1". Divergence may exist at "Level 2".
*Verification Conditions*
* The user of this feature is able to understand that the the DRDs are subsets of the whole DRG model/file.
* The user of this feature can seamlessly navigate between the diagrams and the content of the nodes.
was:
*Use case description:
*
As a business user (Citizen Developer…), I want to navigate between the DRG and the DRDs, and the content of each node, to model business decision logic.
*Verification Conditions*
* The user of this feature is able to understand that the the DRDs are subsets of the whole DRG model/file.
* The user of this feature can seamlessly navigate between the diagrams and the content of the nodes.
> Design navigation between the DRG and DRD's
> -------------------------------------------
>
> Key: DROOLS-2154
> URL: https://issues.jboss.org/browse/DROOLS-2154
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Labels: UX, UXTeam
>
> *Use case description:
*
> As a business user (Citizen Developer…), I want to navigate between the DRG and the DRDs, and the content of each node, to model business decision logic.
> *Requirements:*
> * Diagram modeling must be absolutely consistent with Process Modeler: Process Designer and DMN editors should provide the same features, support the same interactions and appear visually similar in all aspects to one and other at "Level 1". Divergence may exist at "Level 2".
> *Verification Conditions*
> * The user of this feature is able to understand that the the DRDs are subsets of the whole DRG model/file.
> * The user of this feature can seamlessly navigate between the diagrams and the content of the nodes.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 7 months
[JBoss JIRA] (WFLY-9607) Remove DigestAuthenticationMechanism code duplication between Wildfly, Undertow and Elytron
by Bartosz Spyrko-Śmietanko (JIRA)
Bartosz Spyrko-Śmietanko created WFLY-9607:
----------------------------------------------
Summary: Remove DigestAuthenticationMechanism code duplication between Wildfly, Undertow and Elytron
Key: WFLY-9607
URL: https://issues.jboss.org/browse/WFLY-9607
Project: WildFly
Issue Type: Enhancement
Components: Security
Affects Versions: 11.0.0.Final
Reporter: Bartosz Spyrko-Śmietanko
Assignee: Darran Lofthouse
Digest authentication mechanism is currently implemented in 3 places - in Wildfly undertow subsystem (legacy web authentication), Undertow itself (web console authentication) and Elytron (web authentication).
Any issue found in one of those scenarios is likely to affect others requiring fixing multiple codebases - ideally there should be a single implementation.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 7 months