aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-099-7/+9
* Non-functional: rearrange function parameters.gjoranv2023-10-023-3/+6
* Fail if project class files are built for JDK version > 17.gjoranv2023-10-023-3/+3
* Only warn about non-public api usage for the project's own code,gjoranv2023-09-151-5/+9
* Improve class comment.gjoranv2023-09-151-2/+2
* Replace Jdisc->Vespa in warninggjoranv2023-07-041-1/+1
* Do not use version for allowed embedded artifacts.gjoranv2023-07-042-10/+16
* 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
* Retrieve provided artifacts from custom header instead of Class-Pathgjoranv2023-07-031-2/+4
* Add new mojo to create X-JDisc-Provided-Artifact manifest header.gjoranv2023-07-031-0/+107
* 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
* minor: remove 'static' from enumgjoranv2023-05-251-1/+1
* Scan all included packages for PublicApigjoranv2023-05-241-3/+3
* Add X-JDisc-PublicApi-Package headergjoranv2023-05-241-2/+7
* Inline apache http client artifacts in container-apache-http-client-bundleBjørn Christian Seime2023-01-201-2/+7
* Unify on Streams.toList()Henning Baldersheim2023-01-172-6/+4
* Always include default excludes. Skip type 'pom'.Bjørn Christian Seime2023-01-121-5/+11
* Don't embed JARs installed in lib/jarsBjørn Christian Seime2023-01-111-0/+194
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-042-5/+5
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-042-5/+5
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-022-5/+5
* Use single versions of dependenciesBjørn Christian Seime2022-11-171-1/+1
* Handle multiple artifacts with different classifiersjonmv2022-06-142-2/+2
* Add 'SPI-Provider'/'SPI-Consumer' to bundle-plugin manifest MOJOsBjørn Christian Seime2022-06-081-1/+8
* Detect classes with test annotations when generating test bundlejonmv2022-04-251-12/+28