[JBoss JIRA] (WFCORE-3059) suggest-capabilities returns suffix when the capability contains a dot
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3059?page=com.atlassian.jira.plugi... ]
Brian Stansberry commented on WFCORE-3059:
------------------------------------------
This likely won't happen for 3.0.0 as it's non-trivial and thus likely won't be done before we shortly only work on blockers, but it's not a blocker.
> suggest-capabilities returns suffix when the capability contains a dot
> ----------------------------------------------------------------------
>
> Key: WFCORE-3059
> URL: https://issues.jboss.org/browse/WFCORE-3059
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management
> Reporter: Claudio Miranda
> Assignee: Michal Petrov
>
> Given the following operation to add credential-store.
> {code}
> /profile=full/subsystem=elytron/credential-store=store.foo:add(relative-to=jboss.server.data.dir, credential-reference={clear-text=pass123},create)
> /profile=full/subsystem=elytron/credential-store=store2:add(relative-to=jboss.server.data.dir, credential-reference={clear-text=pass123},create)
> {code}
> There is a problem related to the naming used in "store.foo", the suggest-capabilities operation will return only the suffix "foo" instead of the resource name "store.foo"
> {code}
> /host=master/core-service=capability-registry:suggest-capabilities(name=org.wildfly.security.credential-store,dependent-address=[("profile" => "full"),("subsystem" => "elytron"),("credential-store" => "*")])
> {
> "outcome" => "success",
> "result" => [
> "store2",
> "foo"
> ]
> }
> {code}
> This presents a problem for capability-reference, as the auto complete on CLI (using tab) and Web Console returns "foo" and "store2" as value.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (DROOLS-1668) Fix FindBugs problems in DMN modules
by Tibor Zimányi (JIRA)
Tibor Zimányi created DROOLS-1668:
-------------------------------------
Summary: Fix FindBugs problems in DMN modules
Key: DROOLS-1668
URL: https://issues.jboss.org/browse/DROOLS-1668
Project: Drools
Issue Type: Enhancement
Components: dmn engine
Affects Versions: 7.1.0.Final
Reporter: Tibor Zimányi
Assignee: Tibor Zimányi
Priority: Minor
Fix For: 7.2.0.Final
There are some problems that FindBugs reports on DMN modules. I will provide PR with fixes for some of them that are relevant.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (ELY-437) Elytron compilation fails with IBM JDK
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/ELY-437?page=com.atlassian.jira.plugin.sy... ]
Darran Lofthouse commented on ELY-437:
--------------------------------------
As you work on issues please assign them to yourself - it is confusing to see my list of in progress issues growing ;-)
> Elytron compilation fails with IBM JDK
> --------------------------------------
>
> Key: ELY-437
> URL: https://issues.jboss.org/browse/ELY-437
> Project: WildFly Elytron
> Issue Type: Bug
> Affects Versions: 1.1.0.Beta4
> Reporter: Ondrej Lukas
> Assignee: Darran Lofthouse
> Priority: Critical
> Fix For: 1.2.0.Beta1
>
>
> Compilation of wildfly-elytron project with IBM JDK 1.8 fails with:
> {code}
> wildfly-elytron/src/main/java/org/wildfly/security/x500/X500PrincipalUtil.java:[31,25] cannot find symbol
> symbol: class X500Name
> location: package sun.security.x509
> {code}
> Class X500PrincipalUtil using sun.security.x509.X500Name which comes from internal API and leads to mentioned above issue.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (WFCORE-3059) suggest-capabilities returns suffix when the capability contains a dot
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3059?page=com.atlassian.jira.plugi... ]
Michal Petrov reassigned WFCORE-3059:
-------------------------------------
Assignee: Michal Petrov
> suggest-capabilities returns suffix when the capability contains a dot
> ----------------------------------------------------------------------
>
> Key: WFCORE-3059
> URL: https://issues.jboss.org/browse/WFCORE-3059
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management
> Reporter: Claudio Miranda
> Assignee: Michal Petrov
>
> Given the following operation to add credential-store.
> {code}
> /profile=full/subsystem=elytron/credential-store=store.foo:add(relative-to=jboss.server.data.dir, credential-reference={clear-text=pass123},create)
> /profile=full/subsystem=elytron/credential-store=store2:add(relative-to=jboss.server.data.dir, credential-reference={clear-text=pass123},create)
> {code}
> There is a problem related to the naming used in "store.foo", the suggest-capabilities operation will return only the suffix "foo" instead of the resource name "store.foo"
> {code}
> /host=master/core-service=capability-registry:suggest-capabilities(name=org.wildfly.security.credential-store,dependent-address=[("profile" => "full"),("subsystem" => "elytron"),("credential-store" => "*")])
> {
> "outcome" => "success",
> "result" => [
> "store2",
> "foo"
> ]
> }
> {code}
> This presents a problem for capability-reference, as the auto complete on CLI (using tab) and Web Console returns "foo" and "store2" as value.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (WFLY-9114) Improve JaCoCo profile in EAP TS
by Marek Kopecký (JIRA)
[ https://issues.jboss.org/browse/WFLY-9114?page=com.atlassian.jira.plugin.... ]
Marek Kopecký moved JBEAP-12251 to WFLY-9114:
---------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-9114 (was: JBEAP-12251)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Build System
Test Suite
(was: Build System)
(was: Test Suite)
Affects Version/s: 11.0.0.Alpha1
(was: 7.1.0.ER2)
> Improve JaCoCo profile in EAP TS
> --------------------------------
>
> Key: WFLY-9114
> URL: https://issues.jboss.org/browse/WFLY-9114
> Project: WildFly
> Issue Type: Task
> Components: Build System, Test Suite
> Affects Versions: 11.0.0.Alpha1
> Reporter: Marek Kopecký
> Assignee: Marek Kopecký
>
> Improve JaCoCo profile in EAP TS
> * Add surefire jvm support to JaCoCo plugin (client side)
> * Move JaCoCo plugin to root pom (JaCoco covered unit test too)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months