[JBoss JIRA] (DROOLS-5078) can't test against bigdecimal value in test scenario in business central
by Werner Van Herrewegen (Jira)
Werner Van Herrewegen created DROOLS-5078:
---------------------------------------------
Summary: can't test against bigdecimal value in test scenario in business central
Key: DROOLS-5078
URL: https://issues.redhat.com/browse/DROOLS-5078
Project: Drools
Issue Type: Bug
Components: Test Scenarios Editor
Reporter: Werner Van Herrewegen
Assignee: Toni Rikkola
Attachments: image-2020-02-19-10-13-01-440.png
I get the error : test failed with reason
!image-2020-02-19-10-13-01-440.png|thumbnail!
see screenshot
'class.java.math.bigdecimal is not supported'
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (WFCORE-4681) Add Phase entries for Microprofile OpenAPI Extension, Jandex 2.1.1.Final Upgrade
by Jeff Mesnil (Jira)
[ https://issues.redhat.com/browse/WFCORE-4681?page=com.atlassian.jira.plug... ]
Jeff Mesnil updated WFCORE-4681:
--------------------------------
Summary: Add Phase entries for Microprofile OpenAPI Extension, Jandex 2.1.1.Final Upgrade (was: Add Phase entries for Microprofile OpenAPI Extension)
> Add Phase entries for Microprofile OpenAPI Extension, Jandex 2.1.1.Final Upgrade
> --------------------------------------------------------------------------------
>
> Key: WFCORE-4681
> URL: https://issues.redhat.com/browse/WFCORE-4681
> Project: WildFly Core
> Issue Type: Feature Request
> Components: Server
> Affects Versions: 10.0.0.Final
> Reporter: Michael Edgar
> Assignee: Jeff Mesnil
> Priority: Major
> Fix For: 11.0.0.Beta1
>
>
> Add the following entries to {{Phase}} and bump Jandex version to 2.1.1.Final, required by SmallRye OpenAPI implementation.
> {code:java}public static final int DEPENDENCIES_MICROPROFILE_OPENAPI = 0x1890;
> public static final int POST_MODULE_MICROPROFILE_OPENAPI = 0x3790;{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (DROOLS-4933) Setup PMML implementation
by Gabriele Cardosi (Jira)
[ https://issues.redhat.com/browse/DROOLS-4933?page=com.atlassian.jira.plug... ]
Gabriele Cardosi closed DROOLS-4933.
------------------------------------
> Setup PMML implementation
> -------------------------
>
> Key: DROOLS-4933
> URL: https://issues.redhat.com/browse/DROOLS-4933
> Project: Drools
> Issue Type: Task
> Components: PMML
> Reporter: Gabriele Cardosi
> Assignee: Gabriele Cardosi
> Priority: Major
> Labels: PMMLRefactor, TrustyAI, drools-core
>
> Scope of this ticket is
> 1) high-level description of proposed architecture
> 2) skeleton implementation of it
> That step would be mandatory for all the following implementations. It won't cover specific details, but will only define boundaries and interaction between expected components.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (WFCORE-4857) Add dependency on elytron-jwt
by Jeff Mesnil (Jira)
Jeff Mesnil created WFCORE-4857:
-----------------------------------
Summary: Add dependency on elytron-jwt
Key: WFCORE-4857
URL: https://issues.redhat.com/browse/WFCORE-4857
Project: WildFly Core
Issue Type: Task
Components: Security
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 11.0.0.Beta6
This is only being added to Core as this is where the remaining Elytron dependencies come in - the module will be added in WildFly with the relevant subsystem.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (DROOLS-5076) Rule compilation fails with date constraints on nested fact types
by Mario Fusco (Jira)
[ https://issues.redhat.com/browse/DROOLS-5076?page=com.atlassian.jira.plug... ]
Mario Fusco updated DROOLS-5076:
--------------------------------
Sprint: 2020 Week 07-09 (from Feb 10)
> Rule compilation fails with date constraints on nested fact types
> -----------------------------------------------------------------
>
> Key: DROOLS-5076
> URL: https://issues.redhat.com/browse/DROOLS-5076
> Project: Drools
> Issue Type: Bug
> Components: core engine
> Affects Versions: 7.32.0.Final, 7.33.0.Final
> Reporter: Matteo Casalino
> Assignee: Mario Fusco
> Priority: Major
> Attachments: nested-date-constraint.tgz
>
>
> As of Drools 7.32.0.Final, patterns containing constraints on nested dates won't compile.
> For instance, given the following drl:
> {noformat}
> declare Fact
> n : Nested
> end
> declare Nested
> d : java.util.Date
> end
> rule "with nested date"
> when
> Fact(n!.d >= "01-Jan-2020", n!.d <= "10-Jan-2020")
> then
> end
> {noformat}
> we get the following error:
> {noformat}
> Message [id=1, kieBase=forall-date-constraint, level=ERROR, path=org/drools/reproducer/rules.drl, line=-1, column=0
> text=Unable to Analyse Expression n.d >= "01-Jan-2020":
> [Error: Comparison operation requires compatible types. Found class java.util.Date and class java.lang.String]
> [Near : {... n.d >= "01-Jan-2020" ....}]
> ^]
> Message [id=2, kieBase=forall-date-constraint, level=ERROR, path=org/drools/reproducer/rules.drl, line=-1, column=0
> text=Unable to Analyse Expression n.d <= "10-Jan-2020":
> [Error: Comparison operation requires compatible types. Found class java.util.Date and class java.lang.String]
> [Near : {... n.d <= "10-Jan-2020" ....}]
> ^]
> {noformat}
> We don't reproduce with Drools <= 7.31.0.Final
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (WFCORE-4855) Add Phase entries for Microprofile OpenAPI Extension
by Jeff Mesnil (Jira)
Jeff Mesnil created WFCORE-4855:
-----------------------------------
Summary: Add Phase entries for Microprofile OpenAPI Extension
Key: WFCORE-4855
URL: https://issues.redhat.com/browse/WFCORE-4855
Project: WildFly Core
Issue Type: Feature Request
Components: Server
Affects Versions: 10.0.0.Final
Reporter: Michael Edgar
Assignee: Jeff Mesnil
Fix For: 11.0.0.Beta1
Add the following entries to {{Phase}} and bump Jandex version to 2.1.1.Final, required by SmallRye OpenAPI implementation.
{code:java}public static final int DEPENDENCIES_MICROPROFILE_OPENAPI = 0x1890;
public static final int POST_MODULE_MICROPROFILE_OPENAPI = 0x3790;{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (WFLY-13129) Example CLI script to evolve standalone configurations with microprofile
by Jean Francois Denise (Jira)
[ https://issues.redhat.com/browse/WFLY-13129?page=com.atlassian.jira.plugi... ]
Jean Francois Denise moved EAP7-1452 to WFLY-13129:
---------------------------------------------------
Project: WildFly (was: JBoss EAP Planning for version 7 and above)
Key: WFLY-13129 (was: EAP7-1452)
Issue Type: Feature Request (was: Requirement)
Workflow: GIT Pull Request workflow (was: EAP Agile Workflow 2.0)
Component/s: Documentation
(was: MicroProfile)
EAP PT Pre-Checked (PC): (was: TODO)
Target Release: (was: 7.3.0.GA)
EAP PT Community Docs (CD): (was: TODO)
EAP PT Product Docs (PD): (was: New)
EAP PT Test Dev (TD): (was: TODO)
EAP PT Docs Analysis (DA): (was: TODO)
EAP PT Test Plan (TP): (was: TODO)
EAP PT Analysis Document (AD): (was: TODO)
> Example CLI script to evolve standalone configurations with microprofile
> ------------------------------------------------------------------------
>
> Key: WFLY-13129
> URL: https://issues.redhat.com/browse/WFLY-13129
> Project: WildFly
> Issue Type: Feature Request
> Components: Documentation
> Reporter: Jean Francois Denise
> Assignee: Jean Francois Denise
> Priority: Major
>
> An example CLI script to update various standalone configurations allow to discover the management operations required to evolve configurations.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months