Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Quarkus 中创建自定义 CDI 范围?我需要创建一个 bean,其范围存在于 rest 端点的整个 http 请求期间。这正是 ConversationScoped 在 Thorntail 应用程序中的工作方式。由于它没有在 Quarkus 中实现,我需要创建一个。CDI 指南的第 6.11 节非常简洁地介绍了如何创建自定义上下文。例如,它没有提到 BuildStep 注释需要哪个依赖项。