[JBoss JIRA] (WFLY-10829) Exclude ironjacamar-spec-api from the transitive depenencies
by Yeray Borges (JIRA)
[ https://issues.jboss.org/browse/WFLY-10829?page=com.atlassian.jira.plugin... ]
Yeray Borges edited comment on WFLY-10829 at 8/31/18 8:13 AM:
--------------------------------------------------------------
Sadly, it looks like I did not see this issue when I was working on WFLY-10918. {{ironjacamar-spec-api}} was excluded as a transitive dependency from {{ironjacamar-common-impl}} and {{ironjacamar-core-api}} but not from {{ironjacamar-core-impl}}
Even if the final solution to address this issue is to move the dependency scope in Iron Jamacar project to provider, at least for consistency, we should exclude {{ironjacamar-spec-api}} from {{ironjacamar-core-impl}} in Wildfly.
[~maeste][~gaol] Sorry for the mess, but if you agree with the above, maybe you can use this issue to add the pending exclusion in wildfly as well.
was (Author: yersan):
Sadly, it looks like I did not see this issue when I was working on WFLY-10918. {{ironjacamar-spec-api}} was excluded as a transitive dependency from {{ironjacamar-common-impl}} and {{ironjacamar-core-api}} but not from {{ironjacamar-core-impl}}
Even if the final solution to address this issue is to move the dependency scope in Iron Jamacar project to provider, at least for consistency, we should exclude {{ironjacamar-core-api}} from {{ironjacamar-core-impl}} in Wildfly.
[~maeste][~gaol] Sorry for the mess, but if you agree with the above, maybe you can use this issue to add the pending exclusion in wildfly as well.
> Exclude ironjacamar-spec-api from the transitive depenencies
> ------------------------------------------------------------
>
> Key: WFLY-10829
> URL: https://issues.jboss.org/browse/WFLY-10829
> Project: WildFly
> Issue Type: Bug
> Components: JCA
> Reporter: Kabir Khan
> Assignee: Stefano Maestri
>
> Although not part of the server runtime, the ironjacamar-spec-api is included as a transitive dependency. This fixes it:
> {code}
> --- pom.xml
> +++ pom.xml
> @@ -4314,6 +4326,10 @@
> <version>\${version.org.jboss.ironjacamar}</version>
> <exclusions>
> <exclusion>
> + <artifactId>ironjacamar-spec-api</artifactId>
> + <groupId>org.jboss.ironjacamar</groupId>
> + </exclusion>
> + <exclusion>
> <artifactId>jbossxb</artifactId>
> <groupId>org.jboss</groupId>
> </exclusion>
> @@ -4346,6 +4362,10 @@
> <version>\${version.org.jboss.ironjacamar}</version>
> <exclusions>
> <exclusion>
> + <groupId>org.jboss.ironjacamar</groupId>
> + <artifactId>ironjacamar-spec-api</artifactId>
> + </exclusion>
> + <exclusion>
> <artifactId>jboss-integration</artifactId>
> <groupId>org.jboss.integration</groupId>
> </exclusion>
> @@ -4376,6 +4396,10 @@
> <version>\${version.org.jboss.ironjacamar}</version>
> <exclusions>
> <exclusion>
> + <groupId>org.jboss.ironjacamar</groupId>
> + <artifactId>ironjacamar-spec-api</artifactId>
> + </exclusion>
> + <exclusion>
> <artifactId>jboss-common-core</artifactId>
> <groupId>org.jboss</groupId>
> </exclusion>
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months
[JBoss JIRA] (DROOLS-2716) [DMN Editor] Custom data-types - When the user changes a row in the treegrid-table, the DMN model needs to be updated
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2716?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2716:
--------------------------------
Description:
- When the user changes a row in the "Field name" column, the DMN model needs to be updated;
- When the user changes a row in the "Field type" column, the DMN model needs to be updated.
h3. Aceeptance test
Changed data structure
- After save and reopen (x)
-- Change to structure is not propagated
was:
- When the user changes a row in the "Field name" column, the DMN model needs to be updated;
- When the user changes a row in the "Field type" column, the DMN model needs to be updated.
> [DMN Editor] Custom data-types - When the user changes a row in the treegrid-table, the DMN model needs to be updated
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-2716
> URL: https://issues.jboss.org/browse/DROOLS-2716
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Guilherme Carreiro
> Labels: drools-tools
>
> - When the user changes a row in the "Field name" column, the DMN model needs to be updated;
> - When the user changes a row in the "Field type" column, the DMN model needs to be updated.
> h3. Aceeptance test
> Changed data structure
> - After save and reopen (x)
> -- Change to structure is not propagated
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months
[JBoss JIRA] (DROOLS-2879) Implement the "Edit" icon that opens the editing mode, and the icon that closes it
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2879?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2879:
--------------------------------
Description:
h3. Acceptance test
- proposed design used (/)
-- !Screenshot from 2018-08-31 13-45-16.png|thumbnail!
- browser console log (x)
-- DROOLS-2945
was:
h3. Acceptance test
- proposed design used (/)
-- !Screenshot from 2018-08-31 13-45-16.png|thumbnail!
- browser console log (x)
> Implement the "Edit" icon that opens the editing mode, and the icon that closes it
> ----------------------------------------------------------------------------------
>
> Key: DROOLS-2879
> URL: https://issues.jboss.org/browse/DROOLS-2879
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Guilherme Carreiro
> Labels: drools-tools
> Attachments: Screenshot from 2018-08-31 13-45-16.png
>
>
> h3. Acceptance test
> - proposed design used (/)
> -- !Screenshot from 2018-08-31 13-45-16.png|thumbnail!
> - browser console log (x)
> -- DROOLS-2945
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months
[JBoss JIRA] (DROOLS-2945) DMN Designer - opening data type dialog shows warning in browser console
by Jozef Marko (JIRA)
Jozef Marko created DROOLS-2945:
-----------------------------------
Summary: DMN Designer - opening data type dialog shows warning in browser console
Key: DROOLS-2945
URL: https://issues.jboss.org/browse/DROOLS-2945
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.11.0.Final
Reporter: Jozef Marko
Assignee: Guilherme Carreiro
Priority: Minor
Attachments: Port Clearance Rules - Solution 3.dmn
Opening *manage custom data types dialog* shows warning in the browser console.
{code}
org.kie.workbench.drools.KIEDroolsWebapp-0.js:22170 13:54:49 WARNING [TemplateUtil] Replacing Element type [SPAN] in org/kie/workbench/common/dmn/client/editors/types/listview/DataTypeListItemView.html with type [TD] for type in org.kie.workbench.common.dmn.client.editors.types.listview.DataTypeListItemView
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months
[JBoss JIRA] (DROOLS-2879) Implement the "Edit" icon that opens the editing mode, and the icon that closes it
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2879?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2879:
--------------------------------
Description:
h3. Acceptance test
- proposed design used (/)
-- !Screenshot from 2018-08-31 13-45-16.png|thumbnail!
- browser console log (x)
was:
h3. Acceptance test
- proposed design used (/)
-- !Screenshot from 2018-08-31 13-45-16.png|thumbnail!
> Implement the "Edit" icon that opens the editing mode, and the icon that closes it
> ----------------------------------------------------------------------------------
>
> Key: DROOLS-2879
> URL: https://issues.jboss.org/browse/DROOLS-2879
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Guilherme Carreiro
> Labels: drools-tools
> Attachments: Screenshot from 2018-08-31 13-45-16.png
>
>
> h3. Acceptance test
> - proposed design used (/)
> -- !Screenshot from 2018-08-31 13-45-16.png|thumbnail!
> - browser console log (x)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months
[JBoss JIRA] (DROOLS-2880) Show all top level custom Data Types in the dialog, instead of only the selected one
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2880?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2880:
--------------------------------
Description:
Show all top level custom Data Types in the dialog, instead of only the selected one. Even when the user does not have any ItemDefinition, the dialog must lunch.
h3. Acceptance test
- No definitions present
- Invalid definition present
- Unsupported definition present
- More than 20 definitions present
was:Show all top level custom Data Types in the dialog, instead of only the selected one. Even when the user does not have any ItemDefinition, the dialog must lunch.
> Show all top level custom Data Types in the dialog, instead of only the selected one
> ------------------------------------------------------------------------------------
>
> Key: DROOLS-2880
> URL: https://issues.jboss.org/browse/DROOLS-2880
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Guilherme Carreiro
> Labels: drools-tools
>
> Show all top level custom Data Types in the dialog, instead of only the selected one. Even when the user does not have any ItemDefinition, the dialog must lunch.
> h3. Acceptance test
> - No definitions present
> - Invalid definition present
> - Unsupported definition present
> - More than 20 definitions present
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months