在我的应用程序中添加tika解析器之后,我将在Spring中得到以下错误。我正在wildfly 10.1.1 final上运行这个应用程序。: WELD-000071: Managed bean with a parameterized bean class must be @Dependent: class org.apache.cxf.jaxrs.provider.AbstractCachingMessageProviderat org.jboss.weld
出于测试目的,我设置了一个使用Weld SE和JUnit5的示例项目,由于某种原因,在我的测试类中,在初始化weld I之后,观察到由于某种原因,它的bean发现被禁用,这最终导致了这个错误: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type Person wit