[
https://issues.redhat.com/browse/DROOLS-5818?page=com.atlassian.jira.plug...
]
Toshiya Kobayashi updated DROOLS-5818:
--------------------------------------
Description:
Support @Modifies in executable-model:
e.g.)
{code:java}
public class Light {
private boolean on;
@Modifies( { "on" } )
public void turnOn() {
setOn(true);
}
...
{code}
org.drools.mvel.integrationtests.VarargsTest in test-compiler-integration fails with some
tests when executable-model is enabled. See TODO comment in the test class. Once fixed (or
the test failure is justified), we can remove the TODO comment and let the test run with
executable-model.
Currently, executable-model is disabled:
{code:java}
// TODO: ....
return TestParametersUtil.getKieBaseCloudConfigurations(false);
{code}
If the test failure contains multiple bugs, we may split this JIRA into multiple JIRAs.
was:
Support
org.drools.mvel.integrationtests.VarargsTest in test-compiler-integration fails with some
tests when executable-model is enabled. See TODO comment in the test class. Once fixed (or
the test failure is justified), we can remove the TODO comment and let the test run with
executable-model.
Currently, executable-model is disabled:
{code:java}
// TODO: ....
return TestParametersUtil.getKieBaseCloudConfigurations(false);
{code}
If the test failure contains multiple bugs, we may split this JIRA into multiple JIRAs.
Support @Modifies in executable-model
-------------------------------------
Key: DROOLS-5818
URL:
https://issues.redhat.com/browse/DROOLS-5818
Project: Drools
Issue Type: Bug
Components: executable model
Affects Versions: 7.46.0.Final
Reporter: Toshiya Kobayashi
Assignee: Toshiya Kobayashi
Priority: Major
Support @Modifies in executable-model:
e.g.)
{code:java}
public class Light {
private boolean on;
@Modifies( { "on" } )
public void turnOn() {
setOn(true);
}
...
{code}
org.drools.mvel.integrationtests.VarargsTest in test-compiler-integration fails with some
tests when executable-model is enabled. See TODO comment in the test class. Once fixed (or
the test failure is justified), we can remove the TODO comment and let the test run with
executable-model.
Currently, executable-model is disabled:
{code:java}
// TODO: ....
return TestParametersUtil.getKieBaseCloudConfigurations(false);
{code}
If the test failure contains multiple bugs, we may split this JIRA into multiple JIRAs.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)