[JBoss JIRA] (DROOLS-4170) [DMN Designer] Decision Navigator Firefox styling issue
by Jozef Marko (Jira)
Jozef Marko created DROOLS-4170:
-----------------------------------
Summary: [DMN Designer] Decision Navigator Firefox styling issue
Key: DROOLS-4170
URL: https://issues.jboss.org/browse/DROOLS-4170
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.24.0.Final
Environment: firefox
Reporter: Jozef Marko
Assignee: Michael Anstis
Attachments: chrome.png, firefox.png
We have a minor styling issue in the Decision Navigator shown on Firefox. Please compare the attached pictures from Chrome and Firefox. On Firefox there is no whitespace between function icon and text. On Chrome it is.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (DROOLS-4165) [DMN Designer] BKM Function column width
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4165?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4165:
--------------------------------
Description:
BKM Function column width is not preserved between reopening the DMN diagram. For more details see the attached video.
h3. Acceptance test
- Width preserved, BKM (/)
- Width preserved, Decision (/)
- Width preserved, Decision > Context (/)
- Width preserved, Function change (/)
was:
BKM Function column width is not preserved between reopening the DMN diagram. For more details see the attached video.
h3. Acceptance test
- Width preserved, BKM
- Width preserved, Decision
- Width preserved, Decision > Context
- Width preserved, Function change
> [DMN Designer] BKM Function column width
> ----------------------------------------
>
> Key: DROOLS-4165
> URL: https://issues.jboss.org/browse/DROOLS-4165
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Minor
> Labels: drools-tools
> Attachments: bkm-function-width.webm
>
>
> BKM Function column width is not preserved between reopening the DMN diagram. For more details see the attached video.
> h3. Acceptance test
> - Width preserved, BKM (/)
> - Width preserved, Decision (/)
> - Width preserved, Decision > Context (/)
> - Width preserved, Function change (/)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (DROOLS-4165) [DMN Designer] BKM Function column width
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4165?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4165:
--------------------------------
Description:
BKM Function column width is not preserved between reopening the DMN diagram. For more details see the attached video.
h3. Acceptance test
- Width preserved, BKM
- Width preserved, Decision
- Width preserved, Decision > Context
- Width preserved, Function change
was:BKM Function column width is not preserved between reopening the DMN diagram. For more details see the attached video.
> [DMN Designer] BKM Function column width
> ----------------------------------------
>
> Key: DROOLS-4165
> URL: https://issues.jboss.org/browse/DROOLS-4165
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Minor
> Labels: drools-tools
> Attachments: bkm-function-width.webm
>
>
> BKM Function column width is not preserved between reopening the DMN diagram. For more details see the attached video.
> h3. Acceptance test
> - Width preserved, BKM
> - Width preserved, Decision
> - Width preserved, Decision > Context
> - Width preserved, Function change
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (WFLY-10554) OpenSAML 3.3.0 complains for missing class from "metrics-core"
by Jim Ma (Jira)
[ https://issues.jboss.org/browse/WFLY-10554?page=com.atlassian.jira.plugin... ]
Jim Ma edited comment on WFLY-10554 at 6/13/19 12:03 AM:
---------------------------------------------------------
[~rady66] You can directly modify the module.xml for "some module" like this :
{code:xml}
<module name="some module" xmlns="urn:jboss:module:1.5">
<resources>
<resource-root path="dropwizard.jar"/>
....
</resources>
<dependencies>
<module name="org.opensaml" export="true" services="export"/>
...
</dependencies>
....
</module>
{code}
For the functional thing , I agree with you and this should not be taking care by user by adding another module. But here the metrics dependency is actually not a core or functional dependency for opensaml if you look at [wssecurity code|https://github.com/apache/wss4j/blob/trunk/ws-security-common/src/ma...] to configure and initialize opensaml. It should be some optional feature instead of being initialized by default.
was (Author: jim.ma):
[~rady66] You can directly modify the module.xml for "some module" like this :
{code:xml}
<module name="some module" xmlns="urn:jboss:module:1.5">
<resources>
<resource-root path="dropwizard.jar"/>
....
</resources>
<dependencies>
<module name="org.opensaml" export="true" services="export"/>
...
</dependencies>
....
</module>
{code}
For the functional thing , I agree with you and this should not be taking care by user by adding another module. But here the metrics dependency is actually not a core or functional dependency for opensaml if you look at [wssecurity code|https://github.com/apache/wss4j/blob/trunk/ws-security-common/src/ma...] to configure and initialize opensaml. It should be some optional feature instead of initial by default.
> OpenSAML 3.3.0 complains for missing class from "metrics-core"
> --------------------------------------------------------------
>
> Key: WFLY-10554
> URL: https://issues.jboss.org/browse/WFLY-10554
> Project: WildFly
> Issue Type: Bug
> Components: Web Services
> Affects Versions: 13.0.0.Final
> Reporter: Radoslav Ivanov
> Assignee: Jim Ma
> Priority: Critical
> Attachments: screenshot-1.png
>
>
> Module OpenSAML 3.3.0 requires depedency to module "io.dropwizard.metrics:metrics-core" but it does not present. As a result ClassNotFoundException is thrown.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (WFLY-10554) OpenSAML 3.3.0 complains for missing class from "metrics-core"
by Jim Ma (Jira)
[ https://issues.jboss.org/browse/WFLY-10554?page=com.atlassian.jira.plugin... ]
Jim Ma edited comment on WFLY-10554 at 6/13/19 12:03 AM:
---------------------------------------------------------
[~rady66] You can directly modify the module.xml for "some module" like this :
{code:xml}
<module name="some module" xmlns="urn:jboss:module:1.5">
<resources>
<resource-root path="dropwizard.jar"/>
....
</resources>
<dependencies>
<module name="org.opensaml" export="true" services="export"/>
...
</dependencies>
....
</module>
{code}
For the functional thing , I agree with you and this should not be taking care by user by adding another module. But here the metrics dependency is actually not a core or functional dependency for opensaml if you look at [wssecurity code|https://github.com/apache/wss4j/blob/trunk/ws-security-common/src/ma...] to configure and initialize opensaml. It should be some optional feature instead of initial by default.
was (Author: jim.ma):
[~rady66] You can directly modify the module.xml for "some module" like this :
{code:xml}
<module name="some module" xmlns="urn:jboss:module:1.5">
<resources>
<resource-root path="dropwizard.jar"/>
....
</resources>
<dependencies>
<module name="org.opensaml" export="true" services="export"/>
...
</dependencies>
....
</module>
{code}
For the functional thing , I agree with you and this should not be taking care by user by adding another module. But here the metrics dependency is actually not a core or functional dependency for opensaml if you look at[ wssecurity code|https://github.com/apache/wss4j/blob/trunk/ws-security-common/src/ma...] to configure and initialize opensaml. It should be some optional feature instead of initial by default.
> OpenSAML 3.3.0 complains for missing class from "metrics-core"
> --------------------------------------------------------------
>
> Key: WFLY-10554
> URL: https://issues.jboss.org/browse/WFLY-10554
> Project: WildFly
> Issue Type: Bug
> Components: Web Services
> Affects Versions: 13.0.0.Final
> Reporter: Radoslav Ivanov
> Assignee: Jim Ma
> Priority: Critical
> Attachments: screenshot-1.png
>
>
> Module OpenSAML 3.3.0 requires depedency to module "io.dropwizard.metrics:metrics-core" but it does not present. As a result ClassNotFoundException is thrown.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (WFLY-10554) OpenSAML 3.3.0 complains for missing class from "metrics-core"
by Jim Ma (Jira)
[ https://issues.jboss.org/browse/WFLY-10554?page=com.atlassian.jira.plugin... ]
Jim Ma commented on WFLY-10554:
-------------------------------
[~rady66] You can directly modify the module.xml for "some module" like this :
{code:xml}
<module name="some module" xmlns="urn:jboss:module:1.5">
<resources>
<resource-root path="dropwizard.jar"/>
....
</resources>
<dependencies>
<module name="org.opensaml" export="true" services="export"/>
...
</dependencies>
....
</module>
{code}
For the functional thing , I agree with you and this should not be taking care by user by adding another module. But here the metrics dependency is actually not a core or functional dependency for opensaml if you look at[ wssecurity code|https://github.com/apache/wss4j/blob/trunk/ws-security-common/src/ma...] to configure and initialize opensaml. It should be some optional feature instead of initial by default.
> OpenSAML 3.3.0 complains for missing class from "metrics-core"
> --------------------------------------------------------------
>
> Key: WFLY-10554
> URL: https://issues.jboss.org/browse/WFLY-10554
> Project: WildFly
> Issue Type: Bug
> Components: Web Services
> Affects Versions: 13.0.0.Final
> Reporter: Radoslav Ivanov
> Assignee: Jim Ma
> Priority: Critical
> Attachments: screenshot-1.png
>
>
> Module OpenSAML 3.3.0 requires depedency to module "io.dropwizard.metrics:metrics-core" but it does not present. As a result ClassNotFoundException is thrown.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (WFLY-10554) OpenSAML 3.3.0 complains for missing class from "metrics-core"
by Radoslav Ivanov (Jira)
[ https://issues.jboss.org/browse/WFLY-10554?page=com.atlassian.jira.plugin... ]
Radoslav Ivanov edited comment on WFLY-10554 at 6/12/19 10:22 PM:
------------------------------------------------------------------
Yep, kind of that - there is a "some module" in between (app -> some module -> open saml). So your suggestion is to add the missing module and a dependency to it from "some module" - can you show me an example of that (e.g. module.xml)?
BTW I understand all those things
- opensaml is a private module
- we may want a lean wildfly server with the bare minimum of libraries
- we have the flexibility to add missing (transitive) dependencies
However, I do not believe one module should be taking care for transitive dependencies and adding them, because that conception may mean a module can be not functional until it is fully tested by its consumer.
was (Author: rady66):
Yep, kind of that - there is a transitive "some module" (app -> some module -> open saml). So your suggestion is to add the missing module and a dependency to it from "some module" - can you show me an example of that (e.g. module.xml)?
BTW I understand all those things
- opensaml is a private module
- we may want a lean wildfly server with the bare minimum of libraries
- we have the flexibility to add missing (transitive) dependencies
However, I do not believe one module should be taking care for transitive dependencies and adding them, because that conception may mean a module can be not functional until it is fully tested by its consumer.
> OpenSAML 3.3.0 complains for missing class from "metrics-core"
> --------------------------------------------------------------
>
> Key: WFLY-10554
> URL: https://issues.jboss.org/browse/WFLY-10554
> Project: WildFly
> Issue Type: Bug
> Components: Web Services
> Affects Versions: 13.0.0.Final
> Reporter: Radoslav Ivanov
> Assignee: Jim Ma
> Priority: Critical
> Attachments: screenshot-1.png
>
>
> Module OpenSAML 3.3.0 requires depedency to module "io.dropwizard.metrics:metrics-core" but it does not present. As a result ClassNotFoundException is thrown.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (WFLY-10554) OpenSAML 3.3.0 complains for missing class from "metrics-core"
by Radoslav Ivanov (Jira)
[ https://issues.jboss.org/browse/WFLY-10554?page=com.atlassian.jira.plugin... ]
Radoslav Ivanov edited comment on WFLY-10554 at 6/12/19 10:00 PM:
------------------------------------------------------------------
Yep, kind of that - there is a transitive "some module" (app -> some module -> open saml). So your suggestion is to add the missing module and a dependency to it from "some module" - can you show me an example of that (e.g. module.xml)?
BTW I understand all those things
- opensaml is a private module
- we may want a lean wildfly server with the bare minimum of libraries
- we have the flexibility to add missing (transitive) dependencies
However, I do not believe one module should be taking care for transitive dependencies and adding them, because that conception may mean a module can be not functional until it is fully tested by its consumer.
was (Author: rady66):
Yep, kind of that - there is a transitive "some module" (app -> some module -> open saml). So your suggestion is to add the missing module and a dependency to it from "some module" - can you show me an example of that?
BTW I understand all those things
- opensaml is a private module
- we may want a lean wildfly server with the bare minimum of libraries
- we have the flexibility to add missing (transitive) dependencies
However, I do not believe one module should be taking care for transitive dependencies and adding them, because that conception may mean a module can be not functional until it is fully tested by its consumer.
> OpenSAML 3.3.0 complains for missing class from "metrics-core"
> --------------------------------------------------------------
>
> Key: WFLY-10554
> URL: https://issues.jboss.org/browse/WFLY-10554
> Project: WildFly
> Issue Type: Bug
> Components: Web Services
> Affects Versions: 13.0.0.Final
> Reporter: Radoslav Ivanov
> Assignee: Jim Ma
> Priority: Critical
> Attachments: screenshot-1.png
>
>
> Module OpenSAML 3.3.0 requires depedency to module "io.dropwizard.metrics:metrics-core" but it does not present. As a result ClassNotFoundException is thrown.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (WFLY-10554) OpenSAML 3.3.0 complains for missing class from "metrics-core"
by Radoslav Ivanov (Jira)
[ https://issues.jboss.org/browse/WFLY-10554?page=com.atlassian.jira.plugin... ]
Radoslav Ivanov commented on WFLY-10554:
----------------------------------------
Yep, kind of that - there is a transitive "some module" (app -> some module -> open saml). So your suggestion is to add the missing module and a dependency to it from "some module" - can you show me an example of that?
BTW I understand all those things
- opensaml is a private module
- we may want a lean wildfly server with the bare minimum of libraries
- we have the flexibility to add missing (transitive) dependencies
However, I do not believe one module should be taking care for transitive dependencies and adding them, because that conception may mean a module can be not functional until it is fully tested by its consumer.
> OpenSAML 3.3.0 complains for missing class from "metrics-core"
> --------------------------------------------------------------
>
> Key: WFLY-10554
> URL: https://issues.jboss.org/browse/WFLY-10554
> Project: WildFly
> Issue Type: Bug
> Components: Web Services
> Affects Versions: 13.0.0.Final
> Reporter: Radoslav Ivanov
> Assignee: Jim Ma
> Priority: Critical
> Attachments: screenshot-1.png
>
>
> Module OpenSAML 3.3.0 requires depedency to module "io.dropwizard.metrics:metrics-core" but it does not present. As a result ClassNotFoundException is thrown.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month