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

From: Pavel Kajaba <pkajaba(at)redhat(dot)com>
To: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Cc: Stephen Nelson <stephen(at)eccostudio(dot)com>, List <pgsql-jdbc(at)postgresql(dot)org>, Pavel Raiskup <praiskup(at)redhat(dot)com>, Dave Cramer <pg(at)fastcrypt(dot)com>
Subject: Re: [pgjdbc] Implement JDBC specs via pre-processor step (#435)
Date: 2016-01-20 09:24:24
Message-ID: 1255064726.20279027.1453281864770.JavaMail.zimbra@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

> Why do you need #495 change then?

There were 3 maven dependencies which missed from Fedora.
java-comment-preprocessor, osgi-enterprise and waffle-jna.

About java-comment-preprocessor we agreed that you will continue used it so we added it in form of RPM into Fedora.
About osgi-enterprise I simply delete content of folder pgjdbc/src/main/java/org/postgresql/osgi and It works without it.

waffle-jna was the hardest because I had to patch the code. I could have just patch out code wich use waffle, but this way

if you made some changes patch would not apply update of postgresql-jdbc. So I tried to create this patch which can work without problem
with official release (aka it's not a hack, java decide which class should load during runtime)
and compiler is OK when I delete pgjdbc/src/main/java/org/postgresql/sspi/SSPIClient.java.

Pavel Kajaba.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Pavel Raiskup 2016-01-20 09:32:24 Re: [pgjdbc] Implement JDBC specs via pre-processor step (#435)
Previous Message 张元超 2016-01-20 02:14:48 One question about callablestatement