Giter Club home page Giter Club logo

Comments (5)

leonlogli avatar leonlogli commented on July 18, 2024 7

Problem solved

For maven-shade-plugin users, add this to your transformers

<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>

For more information about Resource Transformers, refer to this page

from ikonli.

aalmiray avatar aalmiray commented on July 18, 2024 2

According to the documentation, this should be enough

shadowJar {
    transform(ServiceFileTransformer)
}

Or even this

shadowJar {
    mergeServiceFiles()
}

from ikonli.

aalmiray avatar aalmiray commented on July 18, 2024

AFAIK multiple instances of a service file (such as META-INF/services/org.kordamp.ikonli.IkonHandler) are supported by the ServiceLoader facility added since JDK6. All matching implementations of a particular service should be loaded, regardless of the order they may appear in the classpath.

Creating a fat JAR with just the regular Gradle Jar task is not the way to go, as service files must be merged. This merging behavior is provided by the Gradle Shadow plugin whose setup is separate from this library.

from ikonli.

arslancharyev31 avatar arslancharyev31 commented on July 18, 2024

Are there any specific Shadow config options that are relevant to solving the above mentioned values? Because with default shadow config I did not have much luck. To which options should one pay attention?

from ikonli.

leonlogli avatar leonlogli commented on July 18, 2024

What about maven-shade-plugin users ?

from ikonli.

Related Issues (20)

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.