Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade bnd to 4.3.0 #140

Merged
merged 1 commit into from
Nov 11, 2019
Merged

Upgrade bnd to 4.3.0 #140

merged 1 commit into from
Nov 11, 2019

Commits on Nov 10, 2019

  1. Upgrade bnd to 4.3.0

    For bnd 4.3.0 release notes, see:
    
    https://github.com/bndtools/bnd/wiki/Changes-in-4.3.0
    
    Also note:
    
        The Bnd Maven plugins are now marked thread safe and can be used with -T.
    
    It seems to work well so far as long as the features are build after the bundles so I've added the bundles BOM as dependency to the features POM.
    We still need to make SAT thread safe (openhab/static-code-analysis#200).
    
    When disabling SAT you can build using one thread per processor core by executing:
    
        mvn clean install -DskipChecks -T 1C
    
    This significantly speeds up Maven builds and puts all your processor cores to good use. :-)
    
    Signed-off-by: Wouter Born <github@maindrain.net>
    wborn committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    6e8c007 View commit details
    Browse the repository at this point in the history