No, it is already present in 6.1. But as I said, it’s also completely unsupported, so it’s also undocumented. At best it’s a workaround until we fix https://hibernate.atlassian.net/browse/HSEARCH-4678/ https://hibernate.atlassian.net/browse/HSEARCH-4716 . See org.hibernate.search.mapper.orm.coordination.outboxpolling.cfg.spi.HibernateOrmMapperOutboxPollingSpiSettings#OUTBOXEVENT_ENTITY_MAPPING, i.e. the configuration property hibernate.search.coordination.outboxevent.entity.mapping. It’s used internally here, if that helps 🙂 |