Bnd/Bndtools is a swiss army knife for OSGi. It creates manifest headers for you based on analyzing the class code, it verifies your settings, it manages project dependencies, diffs jars, and much more.
Information about Bnd can be found at https://bnd.bndtools.org and information about Bndtools can be found at https://bndtools.org.
The git repository contains all the code.
This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which is available at https://www.apache.org/licenses/LICENSE-2.0, or the Eclipse Public License 2.0 which is available at https://www.eclipse.org/legal/epl-2.0.
Though we are usually pretty good at backward compatibility, there is no guarantee. This is an unpaid project. Bnd properties will be backward compatible if there is any possibility.
If you're building a tool with a general audience that includes Bnd for a general audience I would appreciate if you got in touch with us so we can keep in touch. We are always interested in ideas.
Bndtools is the development environment of Bnd.
We use Gradle and Maven to build and the repo includes gradlew
and mvnw
at the necessary versions.
We require at least Java 17.
./gradlew :build
- Assembles and tests the Bnd Workspace projects. This must be run before building the Bnd Maven and Gradle plugins../gradlew :gradle-plugins:build
- Assembles and tests the Bnd Gradle plugins../mvnw install
- Assembles and tests the Bnd Maven plugins../gradlew :publish
- Assembles and publishes the Bnd Workspace projects intodist/bundles
../gradlew :gradle-plugins:publish
- Assembles and publishes the Bnd Gradle plugins intodist/bundles
../mvnw -Pdist deploy
- Assembles and publishes the Bnd Maven plugins intodist/bundles
.
Bnd/Bndtools is continuously built on GitHub Actions.
CodeQL is used for continuous security analysis.
A Maven snapshot repository of the latest build is available at https://bndtools.jfrog.io/bndtools/libs-snapshot-local.
- Bnd Gradle Plugins
- Bnd Maven Plugins
- Bndtools snapshot p2 update site: https://bndtools.jfrog.io/bndtools/update-snapshot
- Bnd Gradle Plugins
- Bnd Maven Plugins
- Bndtools Milestone/Release Candidate p2 update site: https://bndtools.jfrog.io/bndtools/update-rc
Release versions of Bnd artifacts including Maven and Gradle plugins are available from Maven Central. Release versions of the Bnd Gradle plugins are also available from the Gradle Plugin repository.
Release versions of the Bndtools Eclipse Features are available from the Bndtools p2 update site: https://bndtools.jfrog.io/bndtools/update-latest.
To see older versions of the Bndtools Eclipse Features in Eclipse's "Install New Software" dialog, make sure to uncheck "Show only latest versions of available software"
For macOS there is also a Homebrew formula.
Feedback is always welcome, for general discussions use the bnd discourse site mail list. This site can be used to discuss many different aspects of bnd and the many projects it supports. Including feedback and proposals for new functionality.
Bugs and issues should go to https://github.com/bndtools/bnd/issues.
Want to hack on Bnd/Bndtools? There are instructions to get you started.
They are probably not perfect, please let us know if anything feels wrong or incomplete.
YourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.