[JBoss JIRA] (DROOLS-5185) Investigate unused dependencies of scenariossimulation-kogito-runitme
by Jozef Marko (Jira)
[ https://issues.redhat.com/browse/DROOLS-5185?page=com.atlassian.jira.plug... ]
Jozef Marko updated DROOLS-5185:
--------------------------------
Affects Version/s: 7.35.0.Final
> Investigate unused dependencies of scenariossimulation-kogito-runitme
> ---------------------------------------------------------------------
>
> Key: DROOLS-5185
> URL: https://issues.redhat.com/browse/DROOLS-5185
> Project: Drools
> Issue Type: Task
> Components: Scenario Simulation and Testing
> Affects Versions: 7.35.0.Final
> Reporter: Jozef Marko
> Assignee: Jozef Marko
> Priority: Major
> Labels: drools-tools
>
> There are [1] declared for 'drools-wb-scenario-simulation-editor-kogito-runtime' module.
> Investigate if they can not be removed.
> [1]
> {code}
> [WARNING] org.uberfire:uberfire-message-console-client:jar:7.35.0-SNAPSHOT:provided
> [WARNING] org.kie.workbench.widgets:kie-wb-config-resource-widget:jar:7.35.0-SNAPSHOT:provided
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (DROOLS-5185) Investigate unused dependencies of scenariossimulation-kogito-runitme
by Jozef Marko (Jira)
Jozef Marko created DROOLS-5185:
-----------------------------------
Summary: Investigate unused dependencies of scenariossimulation-kogito-runitme
Key: DROOLS-5185
URL: https://issues.redhat.com/browse/DROOLS-5185
Project: Drools
Issue Type: Task
Components: Scenario Simulation and Testing
Reporter: Jozef Marko
Assignee: Jozef Marko
There are [1] declared for 'drools-wb-scenario-simulation-editor-kogito-runtime' module.
Investigate if they can not be removed.
[1]
{code:xml}
<!-- NEEDED ? -->
<dependency>
<groupId>org.dashbuilder</groupId>
<artifactId>dashbuilder-widgets</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.dashbuilder</groupId>
<artifactId>dashbuilder-validations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.dashbuilder</groupId>
<artifactId>dashbuilder-navigation-client</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-layout-editor-backend</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.dashbuilder</groupId>
<artifactId>dashbuilder-renderer-default</artifactId>
<scope>provided</scope>
</dependency>
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (DROOLS-5185) Investigate unused dependencies of scenariossimulation-kogito-runitme
by Jozef Marko (Jira)
[ https://issues.redhat.com/browse/DROOLS-5185?page=com.atlassian.jira.plug... ]
Jozef Marko updated DROOLS-5185:
--------------------------------
Description:
There are [1] declared for 'drools-wb-scenario-simulation-editor-kogito-runtime' module.
Investigate if they can not be removed.
[1]
{code}
[WARNING] org.uberfire:uberfire-message-console-client:jar:7.35.0-SNAPSHOT:provided
[WARNING] org.kie.workbench.widgets:kie-wb-config-resource-widget:jar:7.35.0-SNAPSHOT:provided
{code}
was:
There are [1] declared for 'drools-wb-scenario-simulation-editor-kogito-runtime' module.
Investigate if they can not be removed.
[1]
{code:xml}
<!-- NEEDED ? -->
<dependency>
<groupId>org.dashbuilder</groupId>
<artifactId>dashbuilder-widgets</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.dashbuilder</groupId>
<artifactId>dashbuilder-validations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.dashbuilder</groupId>
<artifactId>dashbuilder-navigation-client</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-layout-editor-backend</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.dashbuilder</groupId>
<artifactId>dashbuilder-renderer-default</artifactId>
<scope>provided</scope>
</dependency>
{code}
> Investigate unused dependencies of scenariossimulation-kogito-runitme
> ---------------------------------------------------------------------
>
> Key: DROOLS-5185
> URL: https://issues.redhat.com/browse/DROOLS-5185
> Project: Drools
> Issue Type: Task
> Components: Scenario Simulation and Testing
> Affects Versions: 7.35.0.Final
> Reporter: Jozef Marko
> Assignee: Jozef Marko
> Priority: Major
> Labels: drools-tools
>
> There are [1] declared for 'drools-wb-scenario-simulation-editor-kogito-runtime' module.
> Investigate if they can not be removed.
> [1]
> {code}
> [WARNING] org.uberfire:uberfire-message-console-client:jar:7.35.0-SNAPSHOT:provided
> [WARNING] org.kie.workbench.widgets:kie-wb-config-resource-widget:jar:7.35.0-SNAPSHOT:provided
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (WFLY-13260) Refactor wildfly-clustering-web-spi in preparation for Servlet 5.0
by Paul Ferraro (Jira)
Paul Ferraro created WFLY-13260:
-----------------------------------
Summary: Refactor wildfly-clustering-web-spi in preparation for Servlet 5.0
Key: WFLY-13260
URL: https://issues.redhat.com/browse/WFLY-13260
Project: WildFly
Issue Type: Task
Components: Clustering
Affects Versions: No Release
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Because Servlet 5.0 will change package names, and because the implementations of the wildfly-clustering-web-spi must work with containers supporting earlier versions of the specification, certain interfaces will have to be made generic to support both packages names.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (ELY-533) Deprecate all legacy code
by Darran Lofthouse (Jira)
[ https://issues.redhat.com/browse/ELY-533?page=com.atlassian.jira.plugin.s... ]
Darran Lofthouse commented on ELY-533:
--------------------------------------
TBH this issue is likely a little old now, if there is any work on this one I also think it will likely need to be a core engineer going through the projects to identify any additional code to deprecate so to answer your question we will have undertaken the task.
Feel free to join the #wildfly-elytron stream in Zulip to talk about other issues that may be good to take a look at.
> Deprecate all legacy code
> -------------------------
>
> Key: ELY-533
> URL: https://issues.redhat.com/browse/ELY-533
> Project: WildFly Elytron
> Issue Type: Task
> Components: API / SPI
> Reporter: Darran Lofthouse
> Priority: Critical
> Fix For: 1.12.0.CR1
>
>
> In a few places we have legacy behaviour within the project to assist migration from previous JBoss / WildFly releases - this code should be flagged as deprecated to encourage minimal use.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (DROOLS-5183) DMN DT Analysis Validation for output values constraint
by Matteo Mortari (Jira)
[ https://issues.redhat.com/browse/DROOLS-5183?page=com.atlassian.jira.plug... ]
Matteo Mortari commented on DROOLS-5183:
----------------------------------------
The DMN model is compiled correctly in such a way that if triggering an output not consistent with the list of values, it will emit an error.
This jira rightfully extend the check to static time analysis
> DMN DT Analysis Validation for output values constraint
> -------------------------------------------------------
>
> Key: DROOLS-5183
> URL: https://issues.redhat.com/browse/DROOLS-5183
> Project: Drools
> Issue Type: Enhancement
> Components: dmn engine
> Affects Versions: 7.34.0.Final
> Reporter: Donato Marrazzo
> Assignee: Matteo Mortari
> Priority: Minor
> Attachments: completeness.dmn
>
>
> from the spec:
> {quote}The list of output values is optional. If provided, it is a list restricting output entries to the given list of values.{quote}
> the validation does not highlight when if the user enters a wrong value.
> Example:
> [^completeness.dmn]
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month