On 2019-12-13 11:08, Jody Garnett wrote:
Following up on last meetings discussion on supporting oracle: Oracle JDBC drivers on Maven Central <https://medium.com/oracledevs/oracle-jdbc-drivers-on-maven-central-64fcf724d8b>

Based on the I would like to remove the manual process of installing ojdbc7 into your local repo, and replace with something like:

     <dependency>
      <groupId>com.oracle.ojdbc</groupId>
      <artifactId>ojdbc8</artifactId>
      <version>19.3.0.0</version>
     </dependency>

Can I ask if anyone is using odjbc8 already?

We've been using ojdbc8 for years, the 8 is actually the java API version and has no relation at all to the driver version. So ojdbc8 is the java 8 driver, ojdbc7 is java 7 and ojdbc10 is java 10.

I would suggest using a provided scope and using "ojdbc8_g" which has debugging symbols, people can add the non-debug version in their product or deployment

I've had a quick run on some projects with 19.3.0.0, but had to reverst to a 12.2.x version because of some quirks... but then that may wel have been a different build of 19.3.0.0, oracle sometimes uses same version for different patch levels....

mark


_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to