[JBoss JIRA] (ELY-1819) The logout handler registration should be reworked
by Darran Lofthouse (Jira)
[ https://issues.jboss.org/browse/ELY-1819?page=com.atlassian.jira.plugin.s... ]
Darran Lofthouse reassigned ELY-1819:
-------------------------------------
Assignee: (was: Darran Lofthouse)
> The logout handler registration should be reworked
> --------------------------------------------------
>
> Key: ELY-1819
> URL: https://issues.jboss.org/browse/ELY-1819
> Project: WildFly Elytron
> Issue Type: Bug
> Components: HTTP
> Reporter: Darran Lofthouse
> Priority: Major
> Fix For: 1.9.2.CR1
>
>
> Presently the logout handler is just a Runnable, the problem with this is if it needs any state it means a lambda or an instance of a class tends to be needed to hold the state e.g.
> {noformat}
> private void setupProgramaticLogout(HttpScope sessionScope) {
> logoutHandlerConsumer.accept(() -> {
> sessionScope.setAttachment(AUTHENTICATED_IDENTITY_KEY, null);
> });
> }
> {noformat}
> It would likely be better for the logout handler to be able to request the scope it needs so maybe pass in the 'org.wildfly.security.http.HttpServerScopes' at the very least.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (DROOLS-4136) R&D how to run scenario simulation tests inside VSCode
by Eder Ignatowicz (Jira)
Eder Ignatowicz created DROOLS-4136:
---------------------------------------
Summary: R&D how to run scenario simulation tests inside VSCode
Key: DROOLS-4136
URL: https://issues.jboss.org/browse/DROOLS-4136
Project: Drools
Issue Type: Task
Reporter: Eder Ignatowicz
Assignee: Gabriele Cardosi
The main goal of this JIRA is to research what are the best approaches in order to run scenario simulation tests inside VSCode client-side only distribution.
Eder's first ideas:
[1] Run kie-server inside a docker image and run scenario tests via REST API
[2] Show the result of test execution inside scenario simulation editor
<add your idea here>
On future: [1] + investigate if it's possible to show tests execution results inside another junit vscode extension
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (DROOLS-4134) Create a scenario simulation distribution
by Eder Ignatowicz (Jira)
Eder Ignatowicz created DROOLS-4134:
---------------------------------------
Summary: Create a scenario simulation distribution
Key: DROOLS-4134
URL: https://issues.jboss.org/browse/DROOLS-4134
Project: Drools
Issue Type: Task
Reporter: Eder Ignatowicz
Assignee: Gabriele Cardosi
Create a scenario simulation client-side editor based on our base showcase. This editor will only be able to do a simple POC inside VSCode. For now, we will have a mocked marshaller and we will not run/execute any test scenario. Moreover, also the base data used to create the scenario simulation (DMOs/DMNs) will be hardcoded
The end result of this JIRA is a scenario simulation editor visible inside VSCode with mocked data.
This war should be manually included inside the current VSCode extension.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month