[JBoss JIRA] (WFLY-13011) The quickstart template appears out of date
by Eduardo Martins (Jira)
[ https://issues.redhat.com/browse/WFLY-13011?page=com.atlassian.jira.plugi... ]
Eduardo Martins commented on WFLY-13011:
----------------------------------------
[~rchakrab] I will soon work out this one.
> The quickstart template appears out of date
> -------------------------------------------
>
> Key: WFLY-13011
> URL: https://issues.redhat.com/browse/WFLY-13011
> Project: WildFly
> Issue Type: Bug
> Components: Quickstarts
> Affects Versions: 19.0.0.Beta1
> Reporter: Darran Lofthouse
> Assignee: Eduardo Martins
> Priority: Major
>
> The quickstart template appears to be out of date based on the present requirements.
> One example it does not contain the technologies attribute which leads to a NullPointerException when building the docs with a new quickstart using the template.
> Additionally later quickstarts appear to use an abstract differently to how the template describes them to define some more values so it would be nice to see some description of how this should be used.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (WFLY-13011) The quickstart template appears out of date
by Darran Lofthouse (Jira)
[ https://issues.redhat.com/browse/WFLY-13011?page=com.atlassian.jira.plugi... ]
Darran Lofthouse commented on WFLY-13011:
-----------------------------------------
The issue was if you create a new quickstart by copying over the template project the readme triggers a npe when generating the docs - TBH it seems more a set of instructions than a template.
> The quickstart template appears out of date
> -------------------------------------------
>
> Key: WFLY-13011
> URL: https://issues.redhat.com/browse/WFLY-13011
> Project: WildFly
> Issue Type: Bug
> Components: Quickstarts
> Affects Versions: 19.0.0.Beta1
> Reporter: Darran Lofthouse
> Assignee: Eduardo Martins
> Priority: Major
>
> The quickstart template appears to be out of date based on the present requirements.
> One example it does not contain the technologies attribute which leads to a NullPointerException when building the docs with a new quickstart using the template.
> Additionally later quickstarts appear to use an abstract differently to how the template describes them to define some more values so it would be nice to see some description of how this should be used.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (DROOLS-5009) DMN Designer convert java class with invalid DMN identiefier
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-5009?page=com.atlassian.jira.plug... ]
Michael Anstis commented on DROOLS-5009:
----------------------------------------
[~dadossan] It seems reasonable enough to me. Should we seek UX opinion too?
> DMN Designer convert java class with invalid DMN identiefier
> ------------------------------------------------------------
>
> Key: DROOLS-5009
> URL: https://issues.redhat.com/browse/DROOLS-5009
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.33.0.Final
> Reporter: Jozef Marko
> Assignee: Daniel José dos Santos
> Priority: Minor
> Labels: drools-tools
> Attachments: Screenshot from 2020-02-05 16-21-10.png
>
>
> There is an issue if user convert java class to DMN data type while the java class contains field name, that is invalid identifier for DMN.
> for example assume this java class and try to convert it into DMN data type, you will get an error as attached.
> {code:java}
> public class Address {
> private int number;
> }
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (WFLY-13011) The quickstart template appears out of date
by Ranabir Chakraborty (Jira)
[ https://issues.redhat.com/browse/WFLY-13011?page=com.atlassian.jira.plugi... ]
Ranabir Chakraborty commented on WFLY-13011:
--------------------------------------------
[~emmartins] [~dlofthouse] Can you please elaborate the issue ?
> The quickstart template appears out of date
> -------------------------------------------
>
> Key: WFLY-13011
> URL: https://issues.redhat.com/browse/WFLY-13011
> Project: WildFly
> Issue Type: Bug
> Components: Quickstarts
> Affects Versions: 19.0.0.Beta1
> Reporter: Darran Lofthouse
> Assignee: Eduardo Martins
> Priority: Major
>
> The quickstart template appears to be out of date based on the present requirements.
> One example it does not contain the technologies attribute which leads to a NullPointerException when building the docs with a new quickstart using the template.
> Additionally later quickstarts appear to use an abstract differently to how the template describes them to define some more values so it would be nice to see some description of how this should be used.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (ELY-1930) (7.3.z) ELY-1929 - EntityTest Failure
by Ilia Vassilev (Jira)
Ilia Vassilev created ELY-1930:
----------------------------------
Summary: (7.3.z) ELY-1929 - EntityTest Failure
Key: ELY-1930
URL: https://issues.redhat.com/browse/ELY-1930
Project: WildFly Elytron
Issue Type: Bug
Components: Testsuite
Reporter: Ilia Vassilev
Assignee: Darran Lofthouse
Fix For: 1.10.5.CR1
This was previously fixed under ELY-1924 for the 1.x branch however the 1.10.x branch is also showing failures with OpenJDK11.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (DROOLS-5009) DMN Designer convert java class with invalid DMN identiefier
by Daniel José dos Santos (Jira)
[ https://issues.redhat.com/browse/DROOLS-5009?page=com.atlassian.jira.plug... ]
Daniel José dos Santos commented on DROOLS-5009:
------------------------------------------------
I think that the the best option is "Import adapts particular fields to be DMN valid, user is informed". What do you guys think?
> DMN Designer convert java class with invalid DMN identiefier
> ------------------------------------------------------------
>
> Key: DROOLS-5009
> URL: https://issues.redhat.com/browse/DROOLS-5009
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.33.0.Final
> Reporter: Jozef Marko
> Assignee: Daniel José dos Santos
> Priority: Minor
> Labels: drools-tools
> Attachments: Screenshot from 2020-02-05 16-21-10.png
>
>
> There is an issue if user convert java class to DMN data type while the java class contains field name, that is invalid identifier for DMN.
> for example assume this java class and try to convert it into DMN data type, you will get an error as attached.
> {code:java}
> public class Address {
> private int number;
> }
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (ELY-1929) EntityTest Failure
by Darran Lofthouse (Jira)
Darran Lofthouse created ELY-1929:
-------------------------------------
Summary: EntityTest Failure
Key: ELY-1929
URL: https://issues.redhat.com/browse/ELY-1929
Project: WildFly Elytron
Issue Type: Bug
Components: Testsuite
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.10.5.CR1
This was previously fixed under ELY-1924 for the 1.x branch however the 1.10.x branch is also showing failures with OpenJDK11.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months