Re: Migration to Maven

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: Stephen Nelson <stephen(at)eccostudio(dot)com>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Migration to Maven
Date: 2015-11-27 21:42:10
Message-ID: CAB=Je-GL5+LO9AkTZRVqNn-e7mbg+Y1gm4WGx53cskbY6UV8Aw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Thanks Stephen.

Here's my take on pre-processing approach:
https://github.com/pgjdbc/pgjdbc/pull/435

It seems to compile and pass the tests. "release procedure" is to be
checked (set of generated artifacts, naming, versions, etc).

Here's how a section is made "optional for jdbc 4.2 only":
https://github.com/pgjdbc/pgjdbc/blob/2069770c95632118b76fa2fc9229c2f3666e46f4/src/main/java/org/postgresql/jdbc/PgResultSet.java#L304-L320

Vladimir

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vladimir Sitnikov 2015-11-28 21:00:46 Re: Migration to Maven
Previous Message Dave Cramer 2015-11-27 13:43:15 Re: JDBC 1206 released