aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin/src/main/java/com/yahoo/container/plugin/classanalysis/AnalyzeClassVisitor.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Fail if project class files are built for JDK version > 17.gjoranv2023-10-021-1/+10
* Use enhanced switch / switch expressiongjoranv2023-06-091-12/+4
* Process @PublicApi annotation and collect annotated packages.gjoranv2023-05-231-1/+7
* JDK 17: Use Opcodes.ASM9 for bundle-plugingjoranv2022-06-081-2/+2
* only visible annotations are needed at runtime.Arne H Juul2022-05-231-1/+3
* Import types referenced in lambdasJon Bratseth2022-02-011-1/+3
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Add option to use artifact version as ExportPackage versiongjoranv2019-10-231-4/+13
* Revert "Gjoranv/artifact version for exports4"Harald Musum2019-10-231-13/+4
* Add option to use artifact version as ExportPackage versiongjoranv2019-10-231-4/+13
* Revert "Gjoranv/artifact version for exports3"gjoranv2019-10-231-13/+4
* Add option to use artifact version as ExportPackage versiongjoranv2019-10-221-4/+13
* Revert "Gjoranv/artifact version for exports2"gjoranv2019-10-221-13/+4
* Add option to use artifact version as ExportPackage versiongjoranv2019-10-191-4/+13
* Upgrade asm to 7 and use Opcodes.ASM7gjoranv2019-01-211-2/+2
* Bundle-plugin Scala code converted to JavaOlli Virtanen2018-06-131-0/+162