jdbi / jdbi

The Jdbi library provides convenient, idiomatic access to relational databases in Java and other JVM technologies such as Kotlin, Clojure or Scala.
http://jdbi.org/
Apache License 2.0
1.97k stars 342 forks source link

Move Oracle artifact back into main build #2660

Closed stevenschlansker closed 4 months ago

stevenschlansker commented 6 months ago

Originally, Oracle held their driver jars so tightly that you needed to sign a license just to download them. This led us to splitting out the Oracle build so your average developer didn't have to sign a contract with Oracle just to build jdbi.

Oracle by some turn of fate has relaxed their position, and the JARs are now generally available. And, having the build float makes maintaining release docs that refer to the oracle driver harder.

Let's move it back in.