Re: [pgjdbc] Implement JDBC specs via pre-processor step (#435)

From: Stephen Nelson <stephen(at)eccostudio(dot)com>
To: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: [pgjdbc] Implement JDBC specs via pre-processor step (#435)
Date: 2016-01-17 23:10:42
Message-ID: CAHpHs3m1SJ68f5+OxU318wLekSG1t19hCAhn=kbPBcamiKjjow@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Sun, Jan 17, 2016 at 10:54 PM Dave Cramer <pg(at)fastcrypt(dot)com> wrote:

> So what you are saying is that anything that is built using maven can't be
> used in any distro ?
>
>
I have some experience packaging for Debian in the Java team. The consensus
is that Maven is preferred, but each dependency a package has, must itself
be built from source and therefore available as a Debian package.

The only dependency not available in Debian is waffle-jna. Given this is an
authentication provider for Windows it will never get packaged, so the
maintainer will have to patch this out of pgjdbc in order to package the
latest version of the driver.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2016-01-18 04:30:47 Re: [BUGS] BUG #13856: JDBC driver 1207 not picking up properties
Previous Message Dave Cramer 2016-01-17 22:53:54 Re: [pgjdbc] Implement JDBC specs via pre-processor step (#435)