Issues
- Hibernate Search with a stateless Hibernate ORM sessionHSEARCH-5339
- Add Disjunction max predicateHSEARCH-5338
- Look into Lucene 10/11 snapshot upgades test failuresHSEARCH-5326
- Add a new section to limitations chapter about possible index sync problems with multiple nodes and no coordinationHSEARCH-5322
- Dynamic multitenancy configurationHSEARCH-5321
- Update ORM mapper tests relying on entity graphsHSEARCH-5318
- FileSystemAlreadyExistsException when trying to access a JAR fileHSEARCH-5314
- Limit the time that the outbox polling processor spends trying to lock/load event entities after processingHSEARCH-5309
- Support 16,000 vector search embeddings max dimensions using Lucene backendHSEARCH-5305
- Upgrade to Maven 4HSEARCH-5304
- Consider adding org.apache.lucene:lucene-backward-codecs to BOMHSEARCH-5301
- Experiment with the annotation processor to generate the metamodelHSEARCH-5300Marko Bekhta
- Create a dialect for Elasticsearch serverlessHSEARCH-5293
- Look into `OutboxPollingAutomaticIndexingDynamicShardingRebalancingIT#agentJoined` testHSEARCH-5280
- Investigate the checker framework issue with JDK 23 build of Hibernate SearchHSEARCH-5278
- See if `java.util.stream.Collector` can be used instead of `ProjectionCollector`HSEARCH-5273
- Read-only indexesHSEARCH-5261
- Jakarta Data implementation / annotation processorHSEARCH-5251
- Investigate why building hibernate-search-integrationtest-performance-backend-lucene fails on some envsHSEARCH-5242
- Expose flight recorder eventsHSEARCH-5232
- Benchmarks for async indexingHSEARCH-5231
- Add an alternative mass loading strategy that does not rely on identifier loadingHSEARCH-5209
- Hibernate ORM's embeddable inheritance with Hibernate Search ORM mapperHSEARCH-5201
- Better guidance for misconfigured or unconfigured projection/loading in Standalone pojo mapperHSEARCH-5186
- ORM null throwing out current batch from massindex (due to ORM loader making entity==null)HSEARCH-5149
- Compatibility with applications built directly with graalvm native-imageHSEARCH-5103
- SPI to register/use a separate PojoIndexingProcessor to index the identifierHSEARCH-5097
- Add a SPI to register annotations and processors programmaticallyHSEARCH-5035
- MongoDB Atlas Search backendHSEARCH-5017
- Default IdentifierBridge/ValueBridge implementations relying on Hibernate ORM's JavaType#toString/JavaType#fromStringHSEARCH-5007
- Better Kotlin integration for the Search DSLHSEARCH-5003
- Free-form indexing (JSON, ...)HSEARCH-4976
- Solution for fields derived from large blobsHSEARCH-4975
- Advanced/specialized index field typesHSEARCH-4974
- More flexible entity/index mappingHSEARCH-4973
- Search DSL usability improvementsHSEARCH-4972
- Reindexing for high-cardinality associationsHSEARCH-4956
- Near-zero-downtime reindexingHSEARCH-4954
- Static metamodel for Hibernate SearchHSEARCH-4951
- Hibernate Reactive integrationHSEARCH-4922Yoann Rodière
- Automated testing for Amazon OpenSearch ServerlessHSEARCH-4919
- Compatibility with Amazon OpenSearch ServerlessHSEARCH-4918
- `fromRoot` projectionHSEARCH-4838
- Allow passing bean references to binders/bridges in the programmatic APIHSEARCH-4835
- Detect ValueBridge applied to composite objects and warn or fix the dependency modelHSEARCH-4824
- Don't require bi-directional associations for @IndexedEmbedded/bridges that extract the ID from the target of an association on the owning sideHSEARCH-4817
- Take into account immutable properties/types when resolving dependencies for reindexing resolversHSEARCH-4796
- Replace remaining usage of URL constructors with URI when switching to JDK20+ as the baselineHSEARCH-4765
- Factorize all code related to POJO tree processingHSEARCH-4719Yoann Rodière
- Do not reindex when irrelevant changes occur inside embedded objectsHSEARCH-4718
50 of 193
Hibernate Search with a stateless Hibernate ORM session
Description
Details
Assignee
UnassignedUnassignedReporter
Marko BekhtaMarko BekhtaPriority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Marko Bekhta
Marko BekhtaPriority
Created March 12, 2025 at 2:50 PM
Updated March 12, 2025 at 3:01 PM
Activity
Show:
We should at minimum add some tests for the ORM mapper to cover the cases when the user works with a Stateless Session. Most likely though we would have to adjust Search to handle this scenario, in particular make sure that the indexing plans are executed if listener-triggered indexing is expected.