[JBoss JIRA] (JGRP-2498) Move dependent projects to 5.0
by Bela Ban (Jira)
[ https://issues.redhat.com/browse/JGRP-2498?page=com.atlassian.jira.plugin... ]
Bela Ban edited comment on JGRP-2498 at 8/17/20 7:36 AM:
---------------------------------------------------------
Done (changed and released):
* jgroups-kubernetes: 2.0.0.Final
* native-s3-ping: released 1.0.0.Final (4.x) and 2.0.0.Final (5.0.1)
* jgroups-netty: Beta4 (5.0.1)
* jgroups-google: released 1.0.0.Final (4.x) and 2.0.0.Final (5.0.1)
* jgroups-azure: released 2.0.0.Final (5.0.1)
* gossiprouter-image: lastest now uses 5.0.1, 1.0 uses 4.2.5
was (Author: belaban):
Done (changed and released):
* jgroups-kubernetes: 2.0.0.Final
* native-s3-ping: released 1.0.0.Final (4.x) and 2.0.0.Final (5.0.1)
* jgroups-netty: Beta4 (5.0.1)
* jgroups-google: released 1.0.0.Final (4.x) and 2.0.0.Final (5.0.1)
* jgroups-azure: released 2.0.0.Final (5.0.1)
> Move dependent projects to 5.0
> ------------------------------
>
> Key: JGRP-2498
> URL: https://issues.redhat.com/browse/JGRP-2498
> Project: JGroups
> Issue Type: Task
> Reporter: Bela Ban
> Assignee: Bela Ban
> Priority: Major
> Fix For: 5.0.2
>
>
> Move projects that consume JGroups (e.g. in jgroups-extras) to 5.0. The {{master}} branch would use 5.0, and the newly created (old) branch 4.x.
> The projects are under [https://github.com/jgroups-extras|http://example.com]
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (DROOLS-5576) Unable to further edit scesim header cell when editing mode previously canceled with Esc
by Kris Verlaenen (Jira)
[ https://issues.redhat.com/browse/DROOLS-5576?page=com.atlassian.jira.plug... ]
Kris Verlaenen updated DROOLS-5576:
-----------------------------------
Sprint: 2020 Week 31-33 (from Jul 27), 2020 Week 34-36 (from Aug 17) (was: 2020 Week 31-33 (from Jul 27))
> Unable to further edit scesim header cell when editing mode previously canceled with Esc
> ----------------------------------------------------------------------------------------
>
> Key: DROOLS-5576
> URL: https://issues.redhat.com/browse/DROOLS-5576
> Project: Drools
> Issue Type: Bug
> Components: Scenario Simulation and Testing
> Affects Versions: 7.42.0.Final
> Reporter: Jan Stastny
> Assignee: Jozef Marko
> Priority: Major
>
> In Rule based Test Scenario an alias in Given/Expect facts for either instance or property can be introduced (i.e. in header cells) and override the default instance/property names.
> The header cell can be opened in editing mode by either double-clicking on it or arrow key navigation and pressing Enter.
> When the editing mode is opened the changes can be either confirmed (by pressing Enter or Tab) or canceled (by pressing Esc).
> When the editing mode is canceled using Esc, any consecutive attempt to edit that exact cell is not successful - the editing mode for the cell can't be opened neither by clicking nor pressing any keys.
> For others (not yet hit by the issue) the editing mode opens fine up to the moment described above.
> The issue is not present in ordinary cells (the lines for actual test scenario definitions below the header cells of the grid.)
> The only workaround is to close and open the editor anew.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (DROOLS-4606) DMN alpha network POC
by Kris Verlaenen (Jira)
[ https://issues.redhat.com/browse/DROOLS-4606?page=com.atlassian.jira.plug... ]
Kris Verlaenen updated DROOLS-4606:
-----------------------------------
Sprint: 2019 Week 41-43 (from Okt 7), 2019 Week 44-46 (from Okt 28), 2019 Week 47-49 (from Nov 18), 2020 Week 31-33 (from Jul 27), 2020 Week 34-36 (from Aug 17) (was: 2019 Week 41-43 (from Okt 7), 2019 Week 44-46 (from Okt 28), 2019 Week 47-49 (from Nov 18), 2020 Week 31-33 (from Jul 27))
> DMN alpha network POC
> ---------------------
>
> Key: DROOLS-4606
> URL: https://issues.redhat.com/browse/DROOLS-4606
> Project: Drools
> Issue Type: Task
> Components: dmn engine
> Reporter: Matteo Mortari
> Assignee: Luca Molteni
> Priority: Major
>
> Start refactoring work to support alpha network
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (DROOLS-5486) CEP doesn't evaluate correctly when a bind variable is used as the first temporal parameter in executable model
by Kris Verlaenen (Jira)
[ https://issues.redhat.com/browse/DROOLS-5486?page=com.atlassian.jira.plug... ]
Kris Verlaenen updated DROOLS-5486:
-----------------------------------
Sprint: 2020 Week 28-30 (from Jul 6), 2020 Week 31-33 (from Jul 27), 2020 Week 34-36 (from Aug 17) (was: 2020 Week 28-30 (from Jul 6), 2020 Week 31-33 (from Jul 27))
> CEP doesn't evaluate correctly when a bind variable is used as the first temporal parameter in executable model
> ---------------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-5486
> URL: https://issues.redhat.com/browse/DROOLS-5486
> Project: Drools
> Issue Type: Bug
> Components: executable model
> Affects Versions: 7.39.0.Final
> Reporter: Toshiya Kobayashi
> Assignee: Toshiya Kobayashi
> Priority: Major
>
> With the below test, standard-drl fires but executable-model doesn't.
> {code:java}
> @Test
> public void testAfterOnLongFields2() throws Exception {
> String str =
> "import " + StockTick.class.getCanonicalName() + ";\n" +
> "declare StockTick @timestamp(timeFieldAsLong) end\n" +
> "rule R when\n" +
> " $a : StockTick( company == \"DROO\" )\n" +
> " $b : StockTick( company == \"ACME\", $a.timeFieldAsLong after[5,8] timeFieldAsLong )\n" +
> "then\n" +
> " System.out.println(\"fired\");\n" +
> "end\n";
> KieSession ksession = getKieSession(getCepKieModuleModel(), str);
> SessionPseudoClock clock = ksession.getSessionClock();
>
> ReteDumper.dumpRete(ksession);
> ksession.insert( new StockTick( "ACME" ).setTimeField( 0 ) );
> ksession.insert( new StockTick( "DROO" ).setTimeField( 6 ) );
> assertEquals( 1, ksession.fireAllRules() );
> }
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months