- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 301
Comparing changes
Open a pull request
base repository: bndtools/bnd
base: master
head repository: bndtools/bnd
compare: classic
Commits on Nov 11, 2022
-
Signed-off-by: BJ Hargrave <bj@hargrave.dev>
Configuration menu - View commit details
-
Copy full SHA for 697f9fc - Browse repository at this point
Copy the full SHA 697f9fcView commit details
Commits on Nov 14, 2022
-
Resolve artifact's finalName immediately before BndMaven*Plugin exec.
Injecting the value of 'project.build.finalName' as Mojo parameter has the effect that the value is resolved against the then available properties and therefore considers properties that were created in a previous mojo execution for the same project. Signed-off-by: Hannes Wellmann <wellmann.hannes1@gmx.net> Signed-off-by: BJ Hargrave <bj@hargrave.dev>
Configuration menu - View commit details
-
Copy full SHA for 4fd6bd3 - Browse repository at this point
Copy the full SHA 4fd6bd3View commit details -
[m2e] Avoid runtime errors due to API changes between 1.x and 2.x
Several types in M2E have been updated to use Lists rather than arrays. We have to implement the extra interface methods (where needed) and use reflective calls to avoid linking to a method which may not exist. All of this code is ugly, and should be removed once we can use a base of M2E 2.x. Signed-off-by: Tim Ward <timothyjward@apache.org> Signed-off-by: BJ Hargrave <bj@hargrave.dev>
Configuration menu - View commit details
-
Copy full SHA for 9927c95 - Browse repository at this point
Copy the full SHA 9927c95View commit details -
[m2e] Avoid runtime errors due to API changes between 1.x and 2.x
Some types (notably ArtifactKey) have become record types in M2E 2.x - we need to cope transparently with this API change until we increase our base to M2E 2.x. As always, this is ugly code and it should be removed once we can use a base of M2E 2.x Signed-off-by: Tim Ward <timothyjward@apache.org> Signed-off-by: BJ Hargrave <bj@hargrave.dev>
Configuration menu - View commit details
-
Copy full SHA for 0b079fb - Browse repository at this point
Copy the full SHA 0b079fbView commit details -
[m2e] Ensure a linkable method exists in M2E 2.x
When running in M2E 2.x the delegates to the array version of the mavenProjectChanged method, however as this is declared by the 1.x interface the JVM fails to link the method call. We therefore re-declare the method in the Abstract class to give the linker something to link to. Signed-off-by: Tim Ward <timothyjward@apache.org> Signed-off-by: BJ Hargrave <bj@hargrave.dev>
Configuration menu - View commit details
-
Copy full SHA for bc8e8f2 - Browse repository at this point
Copy the full SHA bc8e8f2View commit details -
Signed-off-by: BJ Hargrave <bj@hargrave.dev>
Configuration menu - View commit details
-
Copy full SHA for 164e101 - Browse repository at this point
Copy the full SHA 164e101View commit details
Commits on Nov 15, 2022
-
Revert "build(deps): Bump maven-deploy-plugin from 2.8.2 to 3.0.0 in …
…/maven" Signed-off-by: BJ Hargrave <bj@hargrave.dev>
Configuration menu - View commit details
-
Copy full SHA for 1a62b9f - Browse repository at this point
Copy the full SHA 1a62b9fView commit details
Commits on Nov 16, 2022
-
gradle: Escape path to original bndrun file
In the off chance the bndrun file has a double quote in the name. We also use `~` to allow the output bndrun file's -runbundles to not be overwritten by the original bndrun file's -runbundles, if any. Signed-off-by: BJ Hargrave <bj@hargrave.dev>
Configuration menu - View commit details
-
Copy full SHA for 1da40ee - Browse repository at this point
Copy the full SHA 1da40eeView commit details -
maven: Fix warnings from maven-plugin-plugin
Signed-off-by: BJ Hargrave <bj@hargrave.dev>
Configuration menu - View commit details
-
Copy full SHA for 875a41f - Browse repository at this point
Copy the full SHA 875a41fView commit details -
maven: Move resolver earlier in reactor
This enables use of resolver in later it testing. Signed-off-by: BJ Hargrave <bj@hargrave.dev>
Configuration menu - View commit details
-
Copy full SHA for 0c76117 - Browse repository at this point
Copy the full SHA 0c76117View commit details -
maven: Fix bnd-run-maven-plugin bndrun file selection
The bndrun configuration parameter is of type File which means maven when resolve relative paths against ${project.basedir}. So we don’t need to worry about trying to do this. Signed-off-by: BJ Hargrave <bj@hargrave.dev>
Configuration menu - View commit details
-
Copy full SHA for b9da98e - Browse repository at this point
Copy the full SHA b9da98eView commit details -
maven: Support resolving bndrun files to an output folder
Writing bndrun files in place after resolving is awkward since this results in modifying files under source control. So we add the outputBndrunDir configuration parameter to bnd-resolver-maven-plugin so you can specify the output directory to write the output bndrun files. We add the bndrunDir configuration parameter to bnd-export-maven-plugin and bnd-testing-maven-plugin so they can use the output bndrun files from a bnd-resolver-maven-plugin execution. For completeness, we also add the bndrunDir configuration parameter to bnd-resolver-maven-plugin. Signed-off-by: BJ Hargrave <bj@hargrave.dev>
Configuration menu - View commit details
-
Copy full SHA for 67fbf14 - Browse repository at this point
Copy the full SHA 67fbf14View commit details -
Signed-off-by: BJ Hargrave <bj@hargrave.dev>
Configuration menu - View commit details
-
Copy full SHA for 90d324f - Browse repository at this point
Copy the full SHA 90d324fView commit details
Commits on Nov 26, 2022
-
temp workspace was created in the wrong location
Due to the use of the wrong workspace folder some remnant directories have been created in the projects root directory instead of the target directory Signed-off-by: Juergen Albert <j.albert@data-in-motion.biz> Signed-off-by: BJ Hargrave <bj@hargrave.dev>
Configuration menu - View commit details
-
Copy full SHA for bb7b8cf - Browse repository at this point
Copy the full SHA bb7b8cfView commit details
Commits on Nov 29, 2022
-
Signed-off-by: BJ Hargrave <bj@hargrave.dev>
Configuration menu - View commit details
-
Copy full SHA for 25e4898 - Browse repository at this point
Copy the full SHA 25e4898View commit details
Commits on Mar 1, 2023
-
--- Signed-off-by: Peter Kriens <Peter.Kriens@aQute.biz> Signed-off-by: Peter Kriens <Peter.Kriens@aQute.biz>
Configuration menu - View commit details
-
Copy full SHA for ab52fad - Browse repository at this point
Copy the full SHA ab52fadView commit details -
Removed maven & gradle plugins
--- Signed-off-by: Peter Kriens <Peter.Kriens@aQute.biz> Signed-off-by: Peter Kriens <Peter.Kriens@aQute.biz>
Configuration menu - View commit details
-
Copy full SHA for 71c55c3 - Browse repository at this point
Copy the full SHA 71c55c3View commit details -
Hmm, did not publish to jfrog, that seems to depend on canonical?
--- Signed-off-by: Peter Kriens <Peter.Kriens@aQute.biz> Signed-off-by: Peter Kriens <Peter.Kriens@aQute.biz>
Configuration menu - View commit details
-
Copy full SHA for edddd96 - Browse repository at this point
Copy the full SHA edddd96View commit details -
Backported the behavior of the launcher in 7.0.0 regarding scope of i…
…nstalled bundles. When default start level < 0, we use scoped management. Additionally the biz.aQute.launcher.scoped system property is set, will also use scoped even if the default level is < 0 --- Signed-off-by: Peter Kriens <Peter.Kriens@aQute.biz> Signed-off-by: Peter Kriens <Peter.Kriens@aQute.biz>
Configuration menu - View commit details
-
Copy full SHA for 45630fe - Browse repository at this point
Copy the full SHA 45630feView commit details
Commits on Mar 16, 2023
-
- Component is removed now after it has been deprecated for a long time - Cardinality & Resolution have been changed to String. This will prevent warnings when the annotations are not on the buildpath - Changed the use of the older annotations inside bnd to the OSGi versions Signed-off-by: Peter Kriens <Peter.Kriens@aQute.biz>
Configuration menu - View commit details
-
Copy full SHA for 10f113b - Browse repository at this point
Copy the full SHA 10f113bView commit details
Commits on Mar 17, 2023
-
Merge pull request #5597 from bndtools/feature/annotations
Cleaned up bnd annotations
Configuration menu - View commit details
-
Copy full SHA for 29dfc65 - Browse repository at this point
Copy the full SHA 29dfc65View commit details
Commits on Jun 8, 2023
-
--- Signed-off-by: Peter Kriens <Peter.Kriens@aQute.biz> Signed-off-by: Peter Kriens <Peter.Kriens@aQute.biz>
Configuration menu - View commit details
-
Copy full SHA for 6f7607a - Browse repository at this point
Copy the full SHA 6f7607aView commit details -
--- Signed-off-by: Peter Kriens <Peter.Kriens@aQute.biz> Signed-off-by: Peter Kriens <Peter.Kriens@aQute.biz>
Configuration menu - View commit details
-
Copy full SHA for df0f871 - Browse repository at this point
Copy the full SHA df0f871View commit details -
--- Signed-off-by: Peter Kriens <Peter.Kriens@aQute.biz> Signed-off-by: Peter Kriens <Peter.Kriens@aQute.biz>
Configuration menu - View commit details
-
Copy full SHA for d6c5a25 - Browse repository at this point
Copy the full SHA d6c5a25View commit details
There are no files selected for viewing