See HSEARCH-1316
Note: we might want to test the limitations of this feature before documenting it, so that we can plan on future non-compatible changes. For instance, what if we want Hibernate Search to add beans to the CDI context in the future? Like being able to do this: {code} @Inject QueryBuilder<MyEntity> qb; {code} Wouldn't this fail, because there's a cyclic dependency Hibernate Search => CDI Beans => Hibernate Search? |
|