aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/GenerateOsgiManifestMojo.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Non-functional: rearrange function parameters.gjoranv2023-10-021-1/+2
* Fail if project class files are built for JDK version > 17.gjoranv2023-10-021-1/+1
* Only warn about non-public api usage for the project's own code,gjoranv2023-09-151-5/+9
* Replace Jdisc->Vespa in warninggjoranv2023-07-041-1/+1
* Do not use version for allowed embedded artifacts.gjoranv2023-07-041-10/+13
* Rename function, Class-Path is no longer usedgjoranv2023-07-031-2/+2
* Always set version for 'com.yahoo.vespa' artifacts to '*'gjoranv2023-07-031-5/+4
* Improve error message.gjoranv2023-07-031-2/+3
* Use a list of allowed artifacts instead of a simple switch.gjoranv2023-07-031-8/+31
* Rename ProvidedArtifact -> ArtifactInfogjoranv2023-07-031-5/+5
* Retrive provided artifacts from Class-Path instead of custom headergjoranv2023-07-031-9/+2
* Retrieve artifacts provided by jdisc only from container(-dev).gjoranv2023-07-031-12/+15
* Move constant to Artifacts classgjoranv2023-07-031-2/+1
* Use early returngjoranv2023-07-031-7/+6
* Don't warn on embedded artifacts for CORE bundles.gjoranv2023-07-031-1/+1
* Add switch to suppress "embedded artifacts" warning.gjoranv2023-07-031-1/+3
* Warn when provided artifacts are included in compile scope.gjoranv2023-07-031-16/+22
* Add a record representation of a provided artifact.gjoranv2023-06-301-1/+3
* Add new header for CORE bundles: X-JDisc-Provided-Artifactgjoranv2023-06-301-2/+10
* minor: rearrange methodsgjoranv2023-06-301-5/+5
* For USER bundles, add Vespa build version to manifest.gjoranv2023-06-131-7/+12
* Fail on explicitly deny-listed package imports, instead of non-allow-listed.gjoranv2023-06-091-4/+4
* Generate manifest header for non-public exported packages.gjoranv2023-06-091-4/+17
* Make 'com.yahoo.vespa.hosted' groupIds internal by default.gjoranv2023-06-051-3/+11
* Add individual suppressWarning settingsgjoranv2023-06-051-2/+11
* bugfix: use effectiveBundleType everywhere.gjoranv2023-06-021-2/+2
* Add 'failOnWarnings' config parameter.gjoranv2023-06-021-7/+18
* Add new manifest header for non-PublicApi usagegjoranv2023-06-021-10/+13
* Warn when a USER bundle imports non-PublicApi packages.gjoranv2023-06-011-1/+15
* minor: extract variable for provided jar artifactsgjoranv2023-05-311-4/+4
* Add special handling for bundles with groupId 'com.yahoo.vespa'gjoranv2023-05-251-4/+11
* Warn about correct missing provided artifact, based on bundle typegjoranv2023-05-251-2/+17
* Scan all included packages for PublicApigjoranv2023-05-241-3/+3
* Add X-JDisc-PublicApi-Package headergjoranv2023-05-241-2/+7
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-3/+3
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-3/+3
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-3/+3
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Fix incorrect method name.gjoranv2021-04-121-2/+2
* Allow container-disc to embed the 'component' artifactgjoranv2021-04-121-2/+7
* 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
* Emphasize that preinstalling bundles is a legacy thing.gjoranv2020-07-171-3/+3
* 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
* Fail the build if the 'component' artifact is embedded.gjoranv2020-07-031-6/+5
* Warn when the 'component' artifact is embedded in the bundle.gjoranv2020-07-011-0/+18
* Implement goal for generating OSGi manifest for test bundlesBjørn Christian Seime2020-06-241-207/+15