[arquillian-issues] [JBoss JIRA] (ARQ-895) Arquillian config-impl-base is not a part of spock-standalone

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Sun Apr 29 05:57:17 EDT 2012


     [ https://issues.jboss.org/browse/ARQ-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aslak Knutsen updated ARQ-895:
------------------------------

        Fix Version/s: spock_1.0.0.next
                           (was: 1.1.0.Beta1)
          Description: 
Cloned from Core, but Spock has similar problem. Not adding config-impl-base means no Extension configuration in standalone mode.

When configuration was split, the arquillian-config-impl-base was made a dependency of container only

{code}
./container/spi/pom.xml:            <artifactId>arquillian-config-impl-base</artifactId> <!-- ILLEGAL DEPENDENCY, fix with new Config module -->
./container/impl-base/pom.xml:            <artifactId>arquillian-config-impl-base</artifactId> <!-- ILEGAL DEPENDENCY, resolved with new Config API -->
./bom/pom.xml:                <artifactId>arquillian-config-impl-base</artifactId>
./config/impl-base/pom.xml:    <artifactId>arquillian-config-impl-base</artifactId>
{code}

This means that when no container is on classpath, e.g. standalone mode of junit/testng, ArquillianDescriptor is not created at all.


  was:
When configuration was split, the arquillian-config-impl-base was made a dependency of container only

{code}
./container/spi/pom.xml:            <artifactId>arquillian-config-impl-base</artifactId> <!-- ILLEGAL DEPENDENCY, fix with new Config module -->
./container/impl-base/pom.xml:            <artifactId>arquillian-config-impl-base</artifactId> <!-- ILEGAL DEPENDENCY, resolved with new Config API -->
./bom/pom.xml:                <artifactId>arquillian-config-impl-base</artifactId>
./config/impl-base/pom.xml:    <artifactId>arquillian-config-impl-base</artifactId>
{code}

This means that when no container is on classpath, e.g. standalone mode of junit/testng, ArquillianDescriptor is not created at all.


    Affects Version/s: spock_1.0.0.Alpha1
                           (was: 1.0.0.CR7)

    
> Arquillian config-impl-base is not a part of spock-standalone
> -------------------------------------------------------------
>
>                 Key: ARQ-895
>                 URL: https://issues.jboss.org/browse/ARQ-895
>             Project: Arquillian
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Base Implementation
>    Affects Versions: spock_1.0.0.Alpha1
>            Reporter: Karel Piwko
>            Assignee: Aslak Knutsen
>            Priority: Critical
>             Fix For: spock_1.0.0.next
>
>
> Cloned from Core, but Spock has similar problem. Not adding config-impl-base means no Extension configuration in standalone mode.
> When configuration was split, the arquillian-config-impl-base was made a dependency of container only
> {code}
> ./container/spi/pom.xml:            <artifactId>arquillian-config-impl-base</artifactId> <!-- ILLEGAL DEPENDENCY, fix with new Config module -->
> ./container/impl-base/pom.xml:            <artifactId>arquillian-config-impl-base</artifactId> <!-- ILEGAL DEPENDENCY, resolved with new Config API -->
> ./bom/pom.xml:                <artifactId>arquillian-config-impl-base</artifactId>
> ./config/impl-base/pom.xml:    <artifactId>arquillian-config-impl-base</artifactId>
> {code}
> This means that when no container is on classpath, e.g. standalone mode of junit/testng, ArquillianDescriptor is not created at all.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list