public inbox for [email protected]help / color / mirror / Atom feed
Support cycle & EOVS dates information for PostgreSQL JDBC driver 7+ messages / 4 participants [nested] [flat]
* Support cycle & EOVS dates information for PostgreSQL JDBC driver @ 2023-02-09 01:45 Vikas Choudhary <[email protected]> 0 siblings, 1 reply; 7+ messages in thread From: Vikas Choudhary @ 2023-02-09 01:45 UTC (permalink / raw) To: pgsql-jdbc; [email protected] Hello Team, How can we find the support cycle and EOVS dates for PostgreSQL JDBC driver. Please share this information with some useful documentation. Thanks, Vikas ^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Support cycle & EOVS dates information for PostgreSQL JDBC driver @ 2023-02-09 01:54 David G. Johnston <[email protected]> parent: Vikas Choudhary <[email protected]> 0 siblings, 1 reply; 7+ messages in thread From: David G. Johnston @ 2023-02-09 01:54 UTC (permalink / raw) To: Vikas Choudhary <[email protected]>; +Cc: pgsql-jdbc; [email protected] On Wed, Feb 8, 2023 at 6:45 PM Vikas Choudhary <[email protected]> wrote: > How can we find the support cycle and EOVS dates for PostgreSQL JDBC > driver. Please share this information with some useful documentation. > > According to the GitHub repo the project is a simple linear development effort. David J. ^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Support cycle & EOVS dates information for PostgreSQL JDBC driver @ 2023-02-09 02:23 Vikas Choudhary <[email protected]> parent: David G. Johnston <[email protected]> 0 siblings, 1 reply; 7+ messages in thread From: Vikas Choudhary @ 2023-02-09 02:23 UTC (permalink / raw) To: David G. Johnston <[email protected]>; +Cc: pgsql-jdbc; [email protected] Hi David, What is the current support cycle and EOVS dates for PostgreSQL JDBC driver ? I haven't found any official documentation about the same. Thanks, Vikas On Thu, Feb 9, 2023 at 12:55 PM David G. Johnston < [email protected]> wrote: > On Wed, Feb 8, 2023 at 6:45 PM Vikas Choudhary <[email protected]> > wrote: > >> How can we find the support cycle and EOVS dates for PostgreSQL JDBC >> driver. Please share this information with some useful documentation. >> >> > According to the GitHub repo the project is a simple linear development > effort. > > David J. > > ^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Support cycle & EOVS dates information for PostgreSQL JDBC driver @ 2023-02-09 02:56 David G. Johnston <[email protected]> parent: Vikas Choudhary <[email protected]> 0 siblings, 1 reply; 7+ messages in thread From: David G. Johnston @ 2023-02-09 02:56 UTC (permalink / raw) To: Vikas Choudhary <[email protected]>; +Cc: pgsql-jdbc; [email protected] On Wed, Feb 8, 2023 at 7:23 PM Vikas Choudhary <[email protected]> wrote: > > What is the current support cycle and EOVS dates for PostgreSQL JDBC > driver ? I haven't found any official documentation about the same. > That is because there are none. The current release is supported until a new release is produced, which is whenever the project feels the need. That is what "linear development" means. David J. ^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Support cycle & EOVS dates information for PostgreSQL JDBC driver @ 2023-02-09 05:23 Vladimir Sitnikov <[email protected]> parent: David G. Johnston <[email protected]> 0 siblings, 1 reply; 7+ messages in thread From: Vladimir Sitnikov @ 2023-02-09 05:23 UTC (permalink / raw) To: David G. Johnston <[email protected]>; +Cc: Vikas Choudhary <[email protected]>; pgsql-jdbc; [email protected] > What is the current support cycle and EOVS dates for PostgreSQL JDBC driver ? I haven't found any official documentation about the same. Does the following answer your question? https://github.com/pgjdbc/pgjdbc/security/policy > The current release is supported until a new release is produced It is not quite right. We release security fixes for all versions since 42.2 by default, and we can release security fixes for other versions upon request. There is no plan to stop fixing security issues in past releases. Vladimir -- Vladimir ^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Support cycle & EOVS dates information for PostgreSQL JDBC driver @ 2023-02-09 06:37 Vikas Choudhary <[email protected]> parent: Vladimir Sitnikov <[email protected]> 0 siblings, 1 reply; 7+ messages in thread From: Vikas Choudhary @ 2023-02-09 06:37 UTC (permalink / raw) To: Vladimir Sitnikov <[email protected]>; +Cc: David G. Johnston <[email protected]>; pgsql-jdbc; [email protected] Hi Vladimir / David, Thanks for sharing this valuable information. So in a nutshell , apart from security fixes other bugs will not be fixed for the older versions. Thanks, Vikas On Thu, Feb 9, 2023 at 4:23 PM Vladimir Sitnikov < [email protected]> wrote: > > What is the current support cycle and EOVS dates for PostgreSQL JDBC > driver ? I haven't found any official documentation about the same. > > Does the following answer your question? > https://github.com/pgjdbc/pgjdbc/security/policy > > > The current release is supported until a new release is produced > > It is not quite right. > We release security fixes for all versions since 42.2 by default, and we > can release security fixes for other versions upon request. > There is no plan to stop fixing security issues in past releases. > > Vladimir > > -- > Vladimir > ^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Support cycle & EOVS dates information for PostgreSQL JDBC driver @ 2023-02-09 12:13 Dave Cramer <[email protected]> parent: Vikas Choudhary <[email protected]> 0 siblings, 0 replies; 7+ messages in thread From: Dave Cramer @ 2023-02-09 12:13 UTC (permalink / raw) To: Vikas Choudhary <[email protected]>; +Cc: Vladimir Sitnikov <[email protected]>; David G. Johnston <[email protected]>; pgsql-jdbc; [email protected] On Thu, 9 Feb 2023 at 01:38, Vikas Choudhary <[email protected]> wrote: > Hi Vladimir / David, > > Thanks for sharing this valuable information. So in a nutshell , apart > from security fixes other bugs will not be fixed for the older versions. > That is correct, we do not fix bugs for older versions. What exactly are you looking for? Dave > > Thanks, > Vikas > > On Thu, Feb 9, 2023 at 4:23 PM Vladimir Sitnikov < > [email protected]> wrote: > >> > What is the current support cycle and EOVS dates for PostgreSQL JDBC >> driver ? I haven't found any official documentation about the same. >> >> Does the following answer your question? >> https://github.com/pgjdbc/pgjdbc/security/policy >> >> > The current release is supported until a new release is produced >> >> It is not quite right. >> We release security fixes for all versions since 42.2 by default, and we >> can release security fixes for other versions upon request. >> There is no plan to stop fixing security issues in past releases. >> >> Vladimir >> >> -- >> Vladimir >> > ^ permalink raw reply [nested|flat] 7+ messages in thread
end of thread, other threads:[~2023-02-09 12:13 UTC | newest] Thread overview: 7+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2023-02-09 01:45 Support cycle & EOVS dates information for PostgreSQL JDBC driver Vikas Choudhary <[email protected]> 2023-02-09 01:54 ` David G. Johnston <[email protected]> 2023-02-09 02:23 ` Vikas Choudhary <[email protected]> 2023-02-09 02:56 ` David G. Johnston <[email protected]> 2023-02-09 05:23 ` Vladimir Sitnikov <[email protected]> 2023-02-09 06:37 ` Vikas Choudhary <[email protected]> 2023-02-09 12:13 ` Dave Cramer <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox