-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Description
It would be nice to support Oracle UCP pooling.
The reason for it is that Oracle is in very widespread use in enterprise environments.
UCP is the preferred way to pooling with Oracle (the built-in pooling in the driver is deprecated).
UCP adds additional enterprise-grade capabilities, such as support for ONS (Oracle Notification Service), FCF (Fast Connection Failover), enhanced JMX-introspection, RAC support etc.
But given the comments in: #8700 this might not be acceptable, as I guess access to the Oracle Maven repo would be required (if not dealing with it all through reflection, which is not ideal).
WDYT?
If not directly in spring boot due to the above challenge with repos, would https://projects.spring.io/spring-data-jdbc-ext/ be a better place? But I do not see any specific boot support in spring-data - and also the project does not seem very active with releases etc.
Boot is used a lot in enterprise envs, and supporting enterprise requirements and best-practice patterns in the framework seems sane to me.