[JBoss JIRA] (DROOLS-5546) An accumulate with more than one binding is wrongly generated in the executable model
by Mario Fusco (Jira)
Mario Fusco created DROOLS-5546:
-----------------------------------
Summary: An accumulate with more than one binding is wrongly generated in the executable model
Key: DROOLS-5546
URL: https://issues.redhat.com/browse/DROOLS-5546
Project: Drools
Issue Type: Bug
Reporter: Mario Fusco
Assignee: Mario Fusco
Reproducer
{code:java}
@Test
public void testAccumulateWithManyBindings() {
String str =
"import " + Person.class.getCanonicalName() + ";\n" +
"rule R when\n" +
" accumulate (\n" +
" Person($age : age, $name : name), $max : max( $name.length() ) " +
" )" +
"then\n" +
" insert($max);\n" +
"end";
KieSession ksession = getKieSession( str );
ksession.insert( new Person( "Mario", 40 ) );
ksession.insert( new Person( "Mark", 40 ) );
ksession.insert( new Person( "Luca", 40 ) );
ksession.fireAllRules();
List<Number> results = getObjectsIntoList(ksession, Number.class);
assertEquals(1, results.size());
assertEquals(5, results.get(0).intValue());
}{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 5 months
[JBoss JIRA] (WFLY-13706) Support for adding a Keycloak feature pack with bootable jar for client side adapters
by Darran Lofthouse (Jira)
[ https://issues.redhat.com/browse/WFLY-13706?page=com.atlassian.jira.plugi... ]
Darran Lofthouse updated WFLY-13706:
------------------------------------
Description:
In conjunction with the bootable jar support currently being developed this feature request is to cover support for Keycloak client side adapter installation integrated with the Elytron security subsystem.
The main feature pack is anticipated to be delivered by the Keycloak project, however as this is specifically for use with WildFly we likely need WildFly documentation and possibly test cases so this Jira issue to to cover tasks required within WildFly.
was:
In conjunction with the bootable jar support currently being developed this feature request is to cover support for KeyCloak client side adapter installation integrated with the Elytron security subsystem.
The main feature pack is anticipated to be delivered by the KeyCloak project, however as this is specifically for use with WildFly we likely need WildFly documentation and possibly test cases so this Jira issue to to cover tasks required within WildFly.
> Support for adding a Keycloak feature pack with bootable jar for client side adapters
> -------------------------------------------------------------------------------------
>
> Key: WFLY-13706
> URL: https://issues.redhat.com/browse/WFLY-13706
> Project: WildFly
> Issue Type: Feature Request
> Components: Documentation, Security, Test Suite
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Priority: Major
> Fix For: 21.0.0.Beta1
>
>
> In conjunction with the bootable jar support currently being developed this feature request is to cover support for Keycloak client side adapter installation integrated with the Elytron security subsystem.
> The main feature pack is anticipated to be delivered by the Keycloak project, however as this is specifically for use with WildFly we likely need WildFly documentation and possibly test cases so this Jira issue to to cover tasks required within WildFly.
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 5 months
[JBoss JIRA] (WFLY-13706) Support for adding a Keycloak feature pack with bootable jar for client side adapters
by Darran Lofthouse (Jira)
[ https://issues.redhat.com/browse/WFLY-13706?page=com.atlassian.jira.plugi... ]
Darran Lofthouse updated WFLY-13706:
------------------------------------
Summary: Support for adding a Keycloak feature pack with bootable jar for client side adapters (was: Support for adding a KeyCloak feature pack with bootable jar for client side adapters)
> Support for adding a Keycloak feature pack with bootable jar for client side adapters
> -------------------------------------------------------------------------------------
>
> Key: WFLY-13706
> URL: https://issues.redhat.com/browse/WFLY-13706
> Project: WildFly
> Issue Type: Feature Request
> Components: Documentation, Security, Test Suite
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Priority: Major
> Fix For: 21.0.0.Beta1
>
>
> In conjunction with the bootable jar support currently being developed this feature request is to cover support for KeyCloak client side adapter installation integrated with the Elytron security subsystem.
> The main feature pack is anticipated to be delivered by the KeyCloak project, however as this is specifically for use with WildFly we likely need WildFly documentation and possibly test cases so this Jira issue to to cover tasks required within WildFly.
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 5 months
[JBoss JIRA] (WFCORE-5071) Extra spaces in DeploymentTransformer.java produces error at build
by Ricardo Martin Camarero (Jira)
[ https://issues.redhat.com/browse/WFCORE-5071?page=com.atlassian.jira.plug... ]
Ricardo Martin Camarero reassigned WFCORE-5071:
-----------------------------------------------
Assignee: Ricardo Martin Camarero (was: Jeff Mesnil)
> Extra spaces in DeploymentTransformer.java produces error at build
> ------------------------------------------------------------------
>
> Key: WFCORE-5071
> URL: https://issues.redhat.com/browse/WFCORE-5071
> Project: WildFly Core
> Issue Type: Bug
> Components: Build System
> Reporter: Ricardo Martin Camarero
> Assignee: Ricardo Martin Camarero
> Priority: Major
>
> WFCORE-5065 introduced extra spaces at DeploymentTransformer.java and the build fails with the error:
>
> {noformat}
> [ERROR] /.../wildfly-core/server/src/main/java/org/jboss/as/server/deployment/transformation/DeploymentTransformer.java:51: Line has trailing spaces. [RegexpSingleline]
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 5 months
[JBoss JIRA] (WFCORE-5071) Extra spaces in DeploymentTransformer.java produces error at build
by Ricardo Martin Camarero (Jira)
Ricardo Martin Camarero created WFCORE-5071:
-----------------------------------------------
Summary: Extra spaces in DeploymentTransformer.java produces error at build
Key: WFCORE-5071
URL: https://issues.redhat.com/browse/WFCORE-5071
Project: WildFly Core
Issue Type: Bug
Components: Build System
Reporter: Ricardo Martin Camarero
Assignee: Jeff Mesnil
WFCORE-5065 introduced extra spaces at DeploymentTransformer.java and the build fails with the error:
{noformat}
[ERROR] /.../wildfly-core/server/src/main/java/org/jboss/as/server/deployment/transformation/DeploymentTransformer.java:51: Line has trailing spaces. [RegexpSingleline]
{noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 5 months