[JBoss JIRA] (FURNACE-49) AssumptionViolatedExceptionTest is failing
by George Gastaldi (JIRA)
George Gastaldi created FURNACE-49:
--------------------------------------
Summary: AssumptionViolatedExceptionTest is failing
Key: FURNACE-49
URL: https://issues.jboss.org/browse/FURNACE-49
Project: Forge: Furnace
Issue Type: Bug
Components: Test Harness
Affects Versions: 2.18.0.Final
Reporter: George Gastaldi
Assignee: George Gastaldi
Fix For: 2.18.1.Final
JUnit 4.12's …
[View More]Assert.assumeXXX methods throw {{org.junit.AssumptionViolatedException}} instead of {{org.junit.internal.AssumptionViolatedException}}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
[View Less]
9 years, 10 months
[JBoss JIRA] (FORGE-2334) Being able to have several qualifiers in CDINewBeanCommand
by Antonio Goncalves (JIRA)
Antonio Goncalves created FORGE-2334:
----------------------------------------
Summary: Being able to have several qualifiers in CDINewBeanCommand
Key: FORGE-2334
URL: https://issues.jboss.org/browse/FORGE-2334
Project: Forge
Issue Type: Enhancement
Components: Java EE
Affects Versions: 2.16.0.Final
Reporter: Antonio Goncalves
In [FORGE-2085] the {{cdi-new-bean}} command added a {{qualifier}} …
[View More]attribute. It would be better to be able to add several qualifiers :
{code}
cdi-new-bean --named MyBean --qualifier Production MyQualifier
{code}
This would generate :
{code}
@MyQualif
@Production
public class MyBean
{
}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
[View Less]
9 years, 10 months