Merge branch '6.0.x' (javadoc changes)

This commit is contained in:
Simon Baslé
2023-05-16 15:05:42 +02:00
19 changed files with 33 additions and 36 deletions

View File

@@ -48,9 +48,9 @@ import org.springframework.util.ClassUtils;
* the container. Such a DataSource can be exposed as a DataSource bean in a Spring
* ApplicationContext via {@link org.springframework.jndi.JndiObjectFactoryBean},
* for seamless switching to and from a local DataSource bean like this class.
* For tests, you can then either set up a mock JNDI environment through Spring's
* {@link org.springframework.mock.jndi.SimpleNamingContextBuilder}, or switch the
* bean definition to a local DataSource (which is simpler and thus recommended).
* For tests, you can then either set up a mock JNDI environment through complete
* solutions from third parties such as <a href="https://github.com/h-thurow/Simple-JNDI">Simple-JNDI</a>,
* or switch the bean definition to a local DataSource (which is simpler and thus recommended).
*
* <p>This {@code DriverManagerDataSource} class was originally designed alongside
* <a href="https://commons.apache.org/proper/commons-dbcp">Apache Commons DBCP</a>