aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin/src/main/java/com/yahoo/container/plugin/bundle/AnalyzeBundle.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Retrive provided artifacts from Class-Path instead of custom headergjoranv2023-07-031-16/+2
* Retrieve artifacts provided by jdisc only from container(-dev).gjoranv2023-07-031-10/+0
* Add functions to extract and aggregate provided deps from manifestgjoranv2023-06-301-0/+22
* Fail on explicitly deny-listed package imports, instead of non-allow-listed.gjoranv2023-06-091-4/+4
* Remove unused imports.gjoranv2023-06-081-2/+0
* Warn when a USER bundle imports non-PublicApi packages.gjoranv2023-06-011-0/+18
* Non-functional: Extract function getOsgiManifestgjoranv2023-05-311-8/+14
* Simplify testing by sticking to assertEquals/True/FalseHenning Baldersheim2021-12-191-1/+0
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Remove all traces of global packages and rename public -> exportedgjoranv2020-06-221-48/+12
* Throw exception if a jar file contains the header Global-Packagegjoranv2020-06-181-0/+3
* Limit visibilitygjoranv2020-06-181-1/+1
* Log embedded packages that are presumably unnecessarygjoranv2019-07-171-1/+10
* Add class commentgjoranv2019-07-161-0/+3
* Bundle-plugin Scala code converted to JavaOlli Virtanen2018-06-131-0/+94