Re: BUG #5501: PostgreSQL JDBC Driver has inappropriate import

From: Kris Jurka <books(at)ejurka(dot)com>
To: Dave Jarvis <thangalin(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5501: PostgreSQL JDBC Driver has inappropriate import
Date: 2010-06-12 23:40:56
Message-ID: alpine.BSO.2.00.1006121940030.23499@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Sat, 12 Jun 2010, Dave Jarvis wrote:

>
> The following bug has been logged online:
>
> Bug reference: 5501
> PostgreSQL version: 8.4.4
> Description: PostgreSQL JDBC Driver has inappropriate import
> Details:
>
> PROBLEM
> postgresql-jdbc-8.4-701.src/org/postgresql/gss/MakeGSS.java:21: package
> com.sun.security.auth.callback does not exist
> [javac] import com.sun.security.auth.callback.TextCallbackHandler;
> [javac] ^
>
> SOLUTION
> Remove the import line (the class is not used). You should not rely on Sun's
> internal packages.
>

This has already been fixed in CVS.

Kris Jurka

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message xMoMx 2010-06-13 09:05:33 BUG #5502: Preparing an array return Bug
Previous Message Bruce Momjian 2010-06-12 15:31:57 Re: BUG #5498: PgAdmin III write to file adds carriage return