aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin/src/main/java/com/yahoo/container/plugin/util
Commit message (Collapse)AuthorAgeFilesLines
* Unify on List.ofHenning Baldersheim2024-04-111-3/+2
|
* Update copyrightJon Bratseth2023-10-0910-10/+11
|
* Do not use version for allowed embedded artifacts.gjoranv2023-07-043-61/+58
| | | | - Rename ArtifactInfo -> ArtifactId and simply ignore versions.
* Rename function, Class-Path is no longer usedgjoranv2023-07-031-1/+1
|
* Always set version for 'com.yahoo.vespa' artifacts to '*'gjoranv2023-07-031-5/+35
| | | | | + Simplify by implementing toString + Trim input string
* Retrieve provided artifacts from custom header instead of Class-Pathgjoranv2023-07-031-2/+4
|
* Rename ProvidedArtifact -> ArtifactInfogjoranv2023-07-032-7/+7
|
* Retrive provided artifacts from Class-Path instead of custom headergjoranv2023-07-031-0/+18
| | | | - Move generic jar file processing to util/JarFiles
* Retrieve artifacts provided by jdisc only from container(-dev).gjoranv2023-07-031-0/+11
|
* Move constant to Artifacts classgjoranv2023-07-031-0/+4
|
* Add functions to extract and aggregate provided deps from manifestgjoranv2023-06-301-0/+8
|
* Add a record representation of a provided artifact.gjoranv2023-06-302-4/+21
|
* Add new header for CORE bundles: X-JDisc-Provided-Artifactgjoranv2023-06-301-0/+4
|
* Unify on Streams.toList()Henning Baldersheim2023-01-171-3/+2
|
* Handle multiple artifacts with different classifiersjonmv2022-06-141-10/+9
|
* Upgrade dependencies and improve error message on unexpected artifactBjørn Christian Seime2022-04-051-1/+4
|
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
|
* Update 2018 copyright notices.gjoranv2021-10-077-7/+7
|
* Move helper classes from 'mojo' to 'util'Bjørn Christian Seime2020-07-083-0/+222
|
* Remove unused class.gjoranv2020-07-071-40/+0
|
* Add/corect copyright headersJon Bratseth2020-01-031-0/+1
|
* Add option to use artifact version as ExportPackage versiongjoranv2019-10-231-7/+0
|
* Revert "Gjoranv/artifact version for exports4"Harald Musum2019-10-231-0/+7
|
* Add option to use artifact version as ExportPackage versiongjoranv2019-10-231-7/+0
|
* Revert "Gjoranv/artifact version for exports3"gjoranv2019-10-231-0/+7
|
* Add option to use artifact version as ExportPackage versiongjoranv2019-10-221-7/+0
|
* Revert "Gjoranv/artifact version for exports2"gjoranv2019-10-221-0/+7
|
* Add option to use artifact version as ExportPackage versiongjoranv2019-10-191-7/+0
|
* WIP: Log missing packages.gjoranv2019-07-171-0/+39
| | | | TODO: clean up, but don't remove JdkPackages until final commit
* Bundle-plugin Scala code converted to JavaOlli Virtanen2018-06-136-0/+175