summaryrefslogtreecommitdiffstats
path: root/bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/GenerateOsgiManifestMojo.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect method name.gjoranv2021-04-121-2/+2
|
* Allow container-disc to embed the 'component' artifactgjoranv2021-04-121-2/+7
| | | | | .. to allow deploying it as part of container-disc, instead of a separate bundle.
* Revert "Gjoranv/merge di into core (rebased)"Harald Musum2021-04-061-8/+3
|
* Fix incorrect method name.gjoranv2021-04-021-2/+2
|
* Allow container-disc to embed the 'component' artifactgjoranv2021-04-021-2/+7
| | | | | .. to allow deploying it as part of container-disc, instead of a separate bundle.
* Emphasize that preinstalling bundles is a legacy thing.gjoranv2020-07-171-3/+3
| | | | | - A bundle should depend on apis, not implementations, and definitely not implementations on a specific location on local disk.
* Move helper classes from 'mojo' to 'util'Bjørn Christian Seime2020-07-081-0/+1
|
* Fail if the 'discPreinstallBundle' config parameter is usedgjoranv2020-07-071-0/+6
| | | | .. unless the new option 'buildVespaPlatformBundle' is set to true.
* Fail the build if the 'component' artifact is embedded.gjoranv2020-07-031-6/+5
| | | | + Improve the error message.
* Warn when the 'component' artifact is embedded in the bundle.gjoranv2020-07-011-0/+18
| | | | | | - Embedding it may cause resource leaks in the container runtime because the framework will not be able to identify user components that extend AbstractComponent.
* Implement goal for generating OSGi manifest for test bundlesBjørn Christian Seime2020-06-241-207/+15
| | | | | Introduce an abstract class containing behaviour that is shared with existing manifest goal.
* Remove all traces of global packages and rename public -> exportedgjoranv2020-06-221-20/+7
| | | | | - The Global-Package header was unused. - "public" used to mean global + exported packages
* Remove use of apache commons libraries in bundle-pluginBjørn Christian Seime2020-01-031-22/+22
|
* Add option to use artifact version as ExportPackage versiongjoranv2019-10-231-13/+39
|
* Revert "Gjoranv/artifact version for exports4"Harald Musum2019-10-231-39/+13
|
* Add option to use artifact version as ExportPackage versiongjoranv2019-10-231-13/+39
|
* Revert "Gjoranv/artifact version for exports3"gjoranv2019-10-231-39/+13
|
* Add option to use artifact version as ExportPackage versiongjoranv2019-10-221-13/+39
|
* Revert "Gjoranv/artifact version for exports2"gjoranv2019-10-221-39/+13
|
* Add option to use artifact version as ExportPackage versiongjoranv2019-10-191-13/+39
|
* Improve warning for overlapping packagesgjoranv2019-09-261-2/+2
|
* Remove unused and unsupported plugin parametersgjoranv2019-09-241-8/+0
|
* Warn on project classes using packages from provided jars.gjoranv2019-07-171-14/+25
|
* Log embedded packages that are presumably unnecessarygjoranv2019-07-171-10/+22
| | | | | | (included in both compile scoped jars and provided jars) * Add methods and refactor to facilitate this feature.
* minor: refactoring and commentsgjoranv2019-07-171-4/+7
|
* Extract method for debug logging package sets.gjoranv2019-07-171-6/+10
|
* Move method for detecting missing packages to PackageTallygjoranv2019-07-171-8/+2
|
* Log missing packages only if jdisc_core is provided.gjoranv2019-07-171-15/+23
| | | | | + Log warning if jdisc_core is _not_ provided. + Extract method for finding set diff and "java." filtering.
* WIP: Log missing packages.gjoranv2019-07-171-4/+38
| | | | TODO: clean up, but don't remove JdkPackages until final commit
* Improve formatting.gjoranv2019-07-161-2/+5
|
* Remove unused function.gjoranv2019-07-161-3/+0
|
* Rename vars and a function for clarity, and simplify.gjoranv2019-07-161-12/+10
|
* Remove unnecessary set of packages.gjoranv2019-07-161-6/+2
|
* Add comments and a static importgjoranv2019-07-161-1/+7
|
* minor: simplify with not-operator and remove exception not throwngjoranv2019-07-161-7/+7
|
* Remove Vespa 7 TODO that is unfeasible.gjoranv2019-01-211-1/+1
|
* Add TODO to add groupId to Bundle-SymbolicNamegjoranv2018-07-031-0/+1
|
* Bundle-plugin Scala code converted to JavaOlli Virtanen2018-06-131-0/+313