Maybe time for an alpha release of the pgsql2 project

From: Alexander Kjäll <alexander(dot)kjall(at)gmail(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: Maybe time for an alpha release of the pgsql2 project
Date: 2018-10-28 14:38:28
Message-ID: CAOuTi9X1xR3qc5gG9erbR0jWwr0Od3RbsWVj5+FObgQ-Rrh9Fw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi

I'm not totally sure if this is the best place for this topic, but as
the library was briefly discussed on the list before I'll continue
that tradition.

There is still a lot more work to be done on the adba driver for
postgresql, and the adba specification from oracle is still subject to
change.

But the driver have also come a long way and is in a state where it
would be useful to be able to experiment with it in external projects,
and therefore I'm feeling that it's time for a first alpha release.

I have a number of questions regading naming and procedure and stuff like that.

1) I feel that the name pgsql2 isn't optimal, maybe change it to pgAdba.

2) Do you want to publish the artifact under the org.postgresql
groupId to maven central?

3) Any opinion on version numbering? I was thinking that 0.1.0-ALPHA
could be appropriate.

//Alex

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2018-10-29 09:41:46 Re: Maybe time for an alpha release of the pgsql2 project
Previous Message Vladimir Sitnikov 2018-10-25 07:11:30 [pgjdbc/pgjdbc] e2623d: perf: fix 1ms per async CopyAPI (regression since ...