hibernate-reactive
hibernate-reactive copied to clipboard
Remove ProxyConnection
We've introduced ProxyConnection to create a connection lazily but we have then decided to remove it.
The plan was to remove this class before 1.0 Final but it has caused some issues with Quarkus and we have decided to deprecates the methods using it instead.
We've created two deprecated interfaces MutinyImplementor and StageImplementor.
Before solving this issue we need to make sure that everything works with Quarkus without the deprecated interfaces.