mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
f7c79295f3
The documentation mentions various NativeJdbcExtractors that no longer exist. To be specific CommonsDbcpNativeJdbcExtractor and XAPoolNativeJdbcExtractor no longer exist. This commit includes the following changes: * remove CommonsDbcpNativeJdbcExtractor references from Asciidoctor * remove CommonsDbcpNativeJdbcExtractor references from Javadoc * remove XAPoolNativeJdbcExtractor references from Asciidoctor Issue: SPR-14810 Closes gh-1205