Giter VIP home page Giter VIP logo

arquillian-container-osgi's People

Contributors

alesj avatar arcivanov avatar aslakknutsen avatar bartoszmajsak avatar bouskaj avatar cgoncas avatar christian-posta avatar dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar kpiwko avatar mojavelinux avatar mproch avatar osmman avatar pmuir avatar ruckc avatar sbunciak avatar starksm64 avatar steve973 avatar tdiesler avatar timw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

arquillian-container-osgi's Issues

Endorsed standards and standalone APIs in modular form will be supported via the concept of upgradeable modules

Could this setting

be made conditionally to the fact the jdk is lower or equal to JDK 8?

Error:

-Djava.endorsed.dirs=~.../target/apache-karaf-minimal-4.4.1/lib/endorsed is not supported. Endorsed standards and standalone APIs
in modular form will be supported via the concept of upgradeable `modules.`

Reproducer: run the osgi container with JDK greater then jdk 8.

Using a dependency with scope 'import' and type 'pom' prevents gradle builds from compiling

I'm trying to compile the latest version of arquillian-container-felix-embedded in gradle with:

compile 'org.jboss.arquillian.container:arquillian-container-felix-embedded:2.1.0.CR15'

But in the jar execution phase, I get message:

Could not copy MANIFEST.MF to 'C:\workspace-ggts\arquillian\build\tmp\jar\MANIFEST.MF'.
> java.util.zip.ZipException: The JAR/ZIP file (C:\Users\904783\.gradle\caches\modules-2\files-2.1\org.jboss.shrinkwrap.resolver\shrinkwrap-resolver-depchain\2.0.0\dfa4e3db4c9752371b1873a728bb0fffd58437f7\shrinkwrap-resolver-depchain-2.0.0.pom) seems corrupted,
 error: error in opening zip file

Because the latest version of arquillian-container-osgi depends on a pom file, like this:

<dependency>
    <groupId>org.jboss.arquillian</groupId>
    <artifactId>arquillian-bom</artifactId>
    <version>${version.jboss.arquillian.core}</version>
    <scope>import</scope>
    <type>pom</type>
</dependency>

And Gradle tries to treat the pom like a jar/zip file.

It would be nice if pom dependency imports like this were handled in a different way, so these jars can be included in gradle builds. As it is now, only maven is supported for building anything that uses this jar.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.