Hi, On Sun, Sep 13, 2020 at 07:44:14PM +0200, Miguel Campos wrote: > I saw early today that oracle released their ojdbc jar to maven central. > > Does that mean any license change?
Not in a significant way. These artifacts are governed by this license: https://www.oracle.com/downloads/licenses/oracle-free-license.html - Oracle just made it easier to consume the drivers: https://www.oracle.com/database/technologies/maven-central-guide.html (IANAL) > Or still can not go as a dependency into my plugin? Correct. With the existing database plugin framework (https://plugins.jenkins.io/database/ and related), it would be feasible to create an "Oracle DB" plugin, which would only download the Oracle driver from Maven Central after the user accepted the license... Regards, Tobias -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/20200924124338.GA40123%4023.gs.
