Discussion (9)2
Log in or sign up to continue

@Bob Kuszewski, what do you mean by better processes? What does it mean for jdbc driver or any other jar files, which have only one place where they supposed to be published is, maven central. Currently, InterSystems - JDBC and InterSystems XEP just contain empty files, which have to be deleted.

JAR files here, just only 155 bytes in size or even less.

https://repo1.maven.org/maven2/com/intersystems/intersystems-jdbc/3.0.0/

https://repo1.maven.org/maven2/com/intersystems/intersystems-jdbc/2018.1...

https://repo1.maven.org/maven2/com/intersystems/intersystems-xep/2018.1....

Hi Bob!

Any update on this issue?

We need to write many tests using different databases and only with Iris/Caché we need to download JARs manually to put them in the project lib. Ex:

       <!-- Iris dependence -->
        <dependency>
          <groupId>com.intersystems</groupId>
          <artifactId>intersystems-jdbc</artifactId>
          <version>3.2.0</version>
          <scope>system</scope>
          <systemPath>${project.basedir}/lib/intersystems-jdbc-3.2.0.jar</systemPath>
        </dependency>

       <!-- Postgres dependency -->
        <dependency>
          <groupId>org.postgresql</groupId>
          <artifactId>postgresql</artifactId>
          <version>42.2.20</version>
        </dependency>

The Maven central repository is a common standard on Java (and many other JVM languages) projects. Please, we urgently need this feature available.