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

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Pavel Kajaba <pkajaba(at)redhat(dot)com>
Cc: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>, Stephen Nelson <stephen(at)eccostudio(dot)com>, List <pgsql-jdbc(at)postgresql(dot)org>, Pavel Raiskup <praiskup(at)redhat(dot)com>
Subject: Re: [pgjdbc] Implement JDBC specs via pre-processor step (#435)
Date: 2016-01-19 12:06:21
Message-ID: CADK3HHJhEb5v7awgr9x=N6h4FE+1CzDmvv1ERehj-bUoRPw3jQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Well to start with there are other operating systems besides Linux. I'd
suggest reversing the logic to test for Windows.

Is there some reason not to use github ?

Dave Cramer

davec(at)postgresintl(dot)com
www.postgresintl.com

On 19 January 2016 at 06:53, Pavel Kajaba <pkajaba(at)redhat(dot)com> wrote:

> > I think maven profile can be added to exclude waffle from the build.
>
> Maven profile would not help, because waffle is used in
> core/v3/ConnectionFactoryImpl.java class.
>
> So basically if waffle was excluded it would not compile.
>
> However I have tried to create patch [1], which uses Java reflection API
> to load different classes during runtime.
>
> What do you think about this approach?
>
> Pavel Kajaba.
>
>
> [1]
> https://pkajaba.fedorapeople.org/0001-Disable-using-SSPI-under-Linux.patch
>
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vladimir Sitnikov 2016-01-19 12:29:34 Re: [pgjdbc] Implement JDBC specs via pre-processor step (#435)
Previous Message Pavel Kajaba 2016-01-19 11:53:24 Re: [pgjdbc] Implement JDBC specs via pre-processor step (#435)