Giter Club home page Giter Club logo

Comments (3)

vandmo avatar vandmo commented on August 28, 2024

Have you gotten any errors related to parallel builds? Is there anyway I can reproduce it myself?

The mojos seems relatively thread safe except for usage of MessageDigest
I had a look at https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3 and:

  • I didn't find any of the known problematic dependencies
  • I am assuming that MavenProject#getArtifacts() is thread safe
  • The check mojo and the lock mojo can not be run in parallel since the lock file is not written atomically. It would not make any sense to try to run them in parallel either since that would result in a non deterministic outcome even if the write would be atomic. I am not sure how to express that in the Mojos though.
  • QName should be thread safe
  • There are no other static variables than MessageDigest and QName

from dependency-lock-maven-plugin.

vandmo avatar vandmo commented on August 28, 2024

@drub0y could you try out 0.0.eb2d3a63059dc8bdfc5118ebc2f978bb01b4dfdf ?

from dependency-lock-maven-plugin.

vandmo avatar vandmo commented on August 28, 2024

Fixed in version 1.0.2

from dependency-lock-maven-plugin.

Related Issues (13)

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.