aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin/src/main/java/com/yahoo/container/plugin/classanalysis
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0911-10/+11
* Non-functional: rearrange function parameters.gjoranv2023-10-021-4/+4
* Fail if project class files are built for JDK version > 17.gjoranv2023-10-022-6/+22
* Sort list of packages violating PublicApigjoranv2023-07-061-1/+2
* Fail on explicitly deny-listed package imports, instead of non-allow-listed.gjoranv2023-06-091-10/+7
* Generate manifest header for non-public exported packages.gjoranv2023-06-091-1/+8
* Limit visibilitygjoranv2023-06-091-1/+1
* Use enhanced switch / switch expressiongjoranv2023-06-092-22/+10
* Fix class comment and add comment for method.gjoranv2023-06-081-1/+5
* Warn when a USER bundle imports non-PublicApi packages.gjoranv2023-06-011-0/+21
* Add X-JDisc-PublicApi-Package headergjoranv2023-05-241-0/+7
* Do not fail for non-exported publicApi packages.gjoranv2023-05-241-6/+0
* Add comment to add test, none of the combine() methods are testedgjoranv2023-05-231-1/+1
* Process @PublicApi annotation and collect annotated packages.gjoranv2023-05-234-26/+64
* Use better namesgjoranv2023-05-221-2/+2
* non-functional: simplify false logicgjoranv2023-05-161-1/+1
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-021-2/+0
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-021-0/+2
* Let list handling catch up with Java 17Henning Baldersheim2022-12-021-2/+0
* JDK 17: Use Opcodes.ASM9 for bundle-plugingjoranv2022-06-085-6/+6
* only visible annotations are needed at runtime.Arne H Juul2022-05-231-1/+3
* Import types referenced in lambdasJon Bratseth2022-02-019-12/+32
* Update 2018 copyright notices.gjoranv2021-10-0710-10/+10
* Add option to use artifact version as ExportPackage versiongjoranv2019-10-232-9/+23
* Revert "Gjoranv/artifact version for exports4"Harald Musum2019-10-232-23/+9
* Add option to use artifact version as ExportPackage versiongjoranv2019-10-232-9/+23
* Revert "Gjoranv/artifact version for exports3"gjoranv2019-10-232-23/+9
* Add option to use artifact version as ExportPackage versiongjoranv2019-10-222-9/+23
* Revert "Gjoranv/artifact version for exports2"gjoranv2019-10-222-23/+9
* Add option to use artifact version as ExportPackage versiongjoranv2019-10-192-9/+23
* Add test for PackageTally.referencedPackagesMissingFromgjoranv2019-07-171-1/+3
* Ignore 'com.yahoo.api.annotations' from missing packages.gjoranv2019-07-171-0/+1
* Move method for detecting missing packages to PackageTallygjoranv2019-07-171-0/+13
* Declare constructor private.gjoranv2019-07-171-1/+1
* Upgrade asm to 7 and use Opcodes.ASM7gjoranv2019-01-215-6/+6
* Bundle-plugin Scala code converted to JavaOlli Virtanen2018-06-1310-0/+839