-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Hibernate ORM has only two packages with the service.spi suffices:
All other SPI packages have just the spi suffix, even if there is a Service interface in the package. Example: MultiTenantConnectionProvider in org.hibernate.engine.jdbc.connections.spi.
Thus, we should replace the service.spi suffix with just the spi suffix. Placing this package "into" com.mongodb.hibernate.cfg rather than com.mongodb.hibernate makes it clearer that this particular SPI is related to configuring out extension.