Re: Trying to get SSPI/JDBC working

From: Dave Rosckes <dave(dot)rosckes(at)gmail(dot)com>
To: Craig Ringer <craig(at)2ndquadrant(dot)com>
Cc: PostgreSQL JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Trying to get SSPI/JDBC working
Date: 2014-12-03 15:39:29
Message-ID: CAEtyQx2OU55pn7ZpapFqJVho2OvpDfb3q4p0h6jkP_G_wbN5DQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

If you could send me the jdbc4 (I am using 1.6) that would be great. If I
need further builds before its officially released, I will get git setup in
my environment and build it for myself.

Again thanks a lot for your help,

On Wed, Dec 3, 2014 at 8:28 AM, Craig Ringer <craig(at)2ndquadrant(dot)com> wrote:

> On 12/03/2014 10:14 PM, Dave Rosckes wrote:
> > Craig,
> >
> > Thanks for implementing the SSPI support for PgJDBC. When will the new
> > PgJDBC be released?
> >
> > I have never used git before, so if there is a place I can download the
> > jdbc jar with the SSPI support that would be great. If that is not an
> > option, I will look into setting up a git environment.
>
>
> Dave,
>
> (Please reply-to-all, so the mailing list sees the conversation for
> others' benefit later, searches, etc.)
>
> There's no set release date for the first 9.4.x driver at this point.
> We'll likely release some time after PostgreSQL 9.4.0 goes final, when
> time permits. Resources for PgJDBC driver development are unfortunately
> extremely limited.
>
> I can send you a .zip of the jar and dependencies if you don't want to
> build with git. It'll just be a build of the latest git master head
> produced with "ant dist", and it'll very much be a "no guarantees, no
> promises" snapshot build. You'd need to tell me what JDBC version / JDK
> version you need. I won't necessarily be able to follow up with new
> builds if you need newer snapshots though, so I really recommend
> learning to compile it yourself.
>
> git is pretty friendly for the basics, and it's a tool I think every
> developer should become familiar with. Perhaps now is a good
> opportunity? All you need to build the driver is git (to check it out
> from revision control) and ant (to build it), plus a JDK matching the
> version you want.
>
> msysgit offers a pretty nice GUI for basic git operations on Windows:
>
> http://git-scm.com/download/win
>
> http://msysgit.github.io/
>
> and the README for the PgJDBC driver explains how to compile it. If you
> have problems compiling it, please follow up on the PgJDBC mailing list.
>
>
> --
> Craig Ringer http://www.2ndQuadrant.com/
> PostgreSQL Development, 24x7 Support, Training & Services
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tim Schäfer 2014-12-03 15:39:47 Re: Auto vacuum not running -- Could not bind socket for statistics collector
Previous Message Adrian Klaver 2014-12-03 15:24:15 Re: Fwd: Problem with pg_dump and decimal mark

Browse pgsql-jdbc by date

  From Date Subject
Next Message Alexandor84 2014-12-04 10:47:28 Set readonly transaction per transaction
Previous Message Craig Ringer 2014-12-03 14:28:54 Re: Trying to get SSPI/JDBC working