You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by "Liu, Yufei (Eric)" <er...@hnws.me> on 2022/03/24 20:55:48 UTC

[dbutils] Please update commons-dbutils 1.8 in Maven central repo

Hi,

I noticed that on Github[1], commons-dbutils mentioned a 1.8 release in 
README.md .
But in the maven central repo, the version is not published. And the 
version 1.8 is also not on the download page.
According to release notes[4]: in version 1.8, a 
ConcurrentModificationException was fixed in DBUTILS-135. I believe this 
is quite important.

Would you please release version 1.8 into release channels including maven?

[1] https://github.com/apache/commons-dbutils
[2] https://mvnrepository.com/artifact/commons-dbutils/commons-dbutils
[3] https://github.com/apache/commons-dbutils/pull/3
[4] https://github.com/apache/commons-dbutils/blob/master/RELEASE-NOTES.txt

-- 
Eric Liu


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org


Re: [dbutils] Please update commons-dbutils 1.8 in Maven central repo

Posted by sebb <se...@gmail.com>.
On Sat, 26 Mar 2022 at 02:30, Liu, Yufei (Eric) <er...@hnws.me> wrote:
>
> Hi,
>
> I went through the list further, it looks like on Mar 2020, Gary was
> trying to look into this release again[1].
> It's quite understandable that activities were all sloooowed down in the
> past 2 years.
>
> But the library's released version is not stable.
> And by looking into the code, even without custom ColumnHandler, the
> ConcurrentModificationException is still there because the existing
> ColumnHandlers are loaded via ServiceLoader.
>
> So any effort to bring this library back to a stable state is highly
> appreciated.

You can perhaps help with that, by testing against the 1.8-RC2 build.
(It is still available, but it is not a formal release, so I won't
publish the link on the user list)

> [1] https://lists.apache.org/thread/yojc0bob6lhwc0rbywhjkbmc0x9p7q9h
>
> Eric Liu
>
> On 3/24/22 23:00, Liu, Yufei (Eric) wrote:
> > Hi,
> >
> > I went through the discussion in the dev list and found the RC2 vote.
> > It looks like RC2 needs two votes to release and got one. And the
> > branch is still on git.
> >
> > The last message[1] which may lead to a vote was from Gary.
> >
> > So is it possible to still review the 1.8 RC2 release and give it a go?
> > Then this project can move onto 2.x development.
> >
> > [1]https://lists.apache.org/thread/t48txmrppbb5xov7k7q9ohcc04o2n09k
> >
> > Thanks,
> >
> > Eric Liu
> >
> > On 3/24/22 18:09, William Speirs wrote:
> >> https://github.com/wspeirs/sop4j-dbutils - if anyone is interested. It
> >> hasn't been touched in a long while.
> >>
> >> Bill-
> >>
> >> On Thu, Mar 24, 2022, 6:01 PM William Speirs <ws...@apache.org> wrote:
> >>
> >>> 2.0 was started by me LONG ago, but will probably never see the
> >>> light-of-day for various reasons. There was a 2.0-style release
> >>> under my
> >>> GitHub, but it's failing to load at the moment.
> >>>
> >>> If someone wants to work on this, 1.8 is the place to start.
> >>>
> >>> Bill-
> >>>
> >>> On Thu, Mar 24, 2022, 5:54 PM Gary Gregory <ga...@gmail.com>
> >>> wrote:
> >>>
> >>>> I do not think you should expect any immediate release. I do not
> >>>> know the
> >>>> state of the 2.0 snapshot.
> >>>>
> >>>> Gary
> >>>>
> >>>> On Thu, Mar 24, 2022, 14:51 Liu, Yufei (Eric) <er...@hnws.me> wrote:
> >>>>
> >>>>> Thanks Gary and Bruno for the prompt response.
> >>>>>
> >>>>> My situation is that I just encountered the
> >>>>> ConcurrentModificationException in my production deployment.
> >>>>> And I am afraid that it would happen again.
> >>>>>
> >>>>> I am willing to help release the maven if possible. But I don't think
> >>>>> this is allowed?
> >>>>> And if 2.0 can be released, I believe it should also help.
> >>>>>
> >>>>> The ConcurrentModificationException could happen on any project using
> >>>>> customized ColumnHandler which (I think) is not that uncommon.
> >>>>>
> >>>>> Thanks again,
> >>>>>
> >>>>> Eric Liu
> >>>>>
> >>>>> On 3/24/22 17:41, Gary Gregory wrote:
> >>>>>> The POM shows 2.0-SNAPSHOT so I am guessing there will not be a 1.8.
> >>>>>>
> >>>>>> Gary
> >>>>>>
> >>>>>> On Thu, Mar 24, 2022, 14:39 Bruno P. Kinoshita
> >>>>>> <br...@yahoo.com.br.invalid> wrote:
> >>>>>>
> >>>>>>>    Hi Eric,
> >>>>>>> The master branch has been updated but not released yet. I saw a
> >>>> 1.8RC2
> >>>>>>> tag, so I think a vote might have been cancelled/postponed due to
> >>>> some
> >>>>>>> issues.
> >>>>>>> You can use the latest version until 1.8 is released. Since the
> >>>>>>> whole
> >>>>>>> Apache Commons is run by volunteers, the next release depends on
> >>>> someone
> >>>>>>> have time to read the archives, see why RC2 was not released,
> >>>>>>> then go
> >>>>> over
> >>>>>>> recent activity, check what else needs to be done, and prepare a
> >>>>>>> RC3.
> >>>>>>> Cheers
> >>>>>>> Bruno
> >>>>>>>
> >>>>>>>       On Friday, 25 March 2022, 09:56:19 am NZDT, Liu, Yufei
> >>>>>>> (Eric) <
> >>>>>>> eric@hnws.me> wrote:
> >>>>>>>
> >>>>>>>    Hi,
> >>>>>>>
> >>>>>>> I noticed that on Github[1], commons-dbutils mentioned a 1.8
> >>>>>>> release
> >>>> in
> >>>>>>> README.md .
> >>>>>>> But in the maven central repo, the version is not published. And
> >>>>>>> the
> >>>>>>> version 1.8 is also not on the download page.
> >>>>>>> According to release notes[4]: in version 1.8, a
> >>>>>>> ConcurrentModificationException was fixed in DBUTILS-135. I believe
> >>>> this
> >>>>>>> is quite important.
> >>>>>>>
> >>>>>>> Would you please release version 1.8 into release channels
> >>>>>>> including
> >>>>> maven?
> >>>>>>> [1] https://github.com/apache/commons-dbutils
> >>>>>>> [2]
> >>>> https://mvnrepository.com/artifact/commons-dbutils/commons-dbutils
> >>>>>>> [3] https://github.com/apache/commons-dbutils/pull/3
> >>>>>>> [4]
> >>>>>>>
> >>>> https://github.com/apache/commons-dbutils/blob/master/RELEASE-NOTES.txt
> >>>>
> >>>>>>> --
> >>>>>>> Eric Liu
> >>>>>>>
> >>>>>>>
> >>>>>>> ---------------------------------------------------------------------
> >>>>>>>
> >>>>>>> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> >>>>>>> For additional commands, e-mail: user-help@commons.apache.org
> >>>>>>>
> >>>>>>>
> >>>>>
> >>>>> ---------------------------------------------------------------------
> >>>>> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> >>>>> For additional commands, e-mail: user-help@commons.apache.org
> >>>>>
> >>>>>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> > For additional commands, e-mail: user-help@commons.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> For additional commands, e-mail: user-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org


Re: [dbutils] Please update commons-dbutils 1.8 in Maven central repo

Posted by "Liu, Yufei (Eric)" <er...@hnws.me>.
Hi,

I went through the list further, it looks like on Mar 2020, Gary was 
trying to look into this release again[1].
It's quite understandable that activities were all sloooowed down in the 
past 2 years.

But the library's released version is not stable.
And by looking into the code, even without custom ColumnHandler, the 
ConcurrentModificationException is still there because the existing 
ColumnHandlers are loaded via ServiceLoader.

So any effort to bring this library back to a stable state is highly 
appreciated.

[1] https://lists.apache.org/thread/yojc0bob6lhwc0rbywhjkbmc0x9p7q9h

Eric Liu

On 3/24/22 23:00, Liu, Yufei (Eric) wrote:
> Hi,
>
> I went through the discussion in the dev list and found the RC2 vote.
> It looks like RC2 needs two votes to release and got one. And the 
> branch is still on git.
>
> The last message[1] which may lead to a vote was from Gary.
>
> So is it possible to still review the 1.8 RC2 release and give it a go?
> Then this project can move onto 2.x development.
>
> [1]https://lists.apache.org/thread/t48txmrppbb5xov7k7q9ohcc04o2n09k
>
> Thanks,
>
> Eric Liu
>
> On 3/24/22 18:09, William Speirs wrote:
>> https://github.com/wspeirs/sop4j-dbutils - if anyone is interested. It
>> hasn't been touched in a long while.
>>
>> Bill-
>>
>> On Thu, Mar 24, 2022, 6:01 PM William Speirs <ws...@apache.org> wrote:
>>
>>> 2.0 was started by me LONG ago, but will probably never see the
>>> light-of-day for various reasons. There was a 2.0-style release 
>>> under my
>>> GitHub, but it's failing to load at the moment.
>>>
>>> If someone wants to work on this, 1.8 is the place to start.
>>>
>>> Bill-
>>>
>>> On Thu, Mar 24, 2022, 5:54 PM Gary Gregory <ga...@gmail.com> 
>>> wrote:
>>>
>>>> I do not think you should expect any immediate release. I do not 
>>>> know the
>>>> state of the 2.0 snapshot.
>>>>
>>>> Gary
>>>>
>>>> On Thu, Mar 24, 2022, 14:51 Liu, Yufei (Eric) <er...@hnws.me> wrote:
>>>>
>>>>> Thanks Gary and Bruno for the prompt response.
>>>>>
>>>>> My situation is that I just encountered the
>>>>> ConcurrentModificationException in my production deployment.
>>>>> And I am afraid that it would happen again.
>>>>>
>>>>> I am willing to help release the maven if possible. But I don't think
>>>>> this is allowed?
>>>>> And if 2.0 can be released, I believe it should also help.
>>>>>
>>>>> The ConcurrentModificationException could happen on any project using
>>>>> customized ColumnHandler which (I think) is not that uncommon.
>>>>>
>>>>> Thanks again,
>>>>>
>>>>> Eric Liu
>>>>>
>>>>> On 3/24/22 17:41, Gary Gregory wrote:
>>>>>> The POM shows 2.0-SNAPSHOT so I am guessing there will not be a 1.8.
>>>>>>
>>>>>> Gary
>>>>>>
>>>>>> On Thu, Mar 24, 2022, 14:39 Bruno P. Kinoshita
>>>>>> <br...@yahoo.com.br.invalid> wrote:
>>>>>>
>>>>>>>    Hi Eric,
>>>>>>> The master branch has been updated but not released yet. I saw a
>>>> 1.8RC2
>>>>>>> tag, so I think a vote might have been cancelled/postponed due to
>>>> some
>>>>>>> issues.
>>>>>>> You can use the latest version until 1.8 is released. Since the 
>>>>>>> whole
>>>>>>> Apache Commons is run by volunteers, the next release depends on
>>>> someone
>>>>>>> have time to read the archives, see why RC2 was not released, 
>>>>>>> then go
>>>>> over
>>>>>>> recent activity, check what else needs to be done, and prepare a 
>>>>>>> RC3.
>>>>>>> Cheers
>>>>>>> Bruno
>>>>>>>
>>>>>>>       On Friday, 25 March 2022, 09:56:19 am NZDT, Liu, Yufei 
>>>>>>> (Eric) <
>>>>>>> eric@hnws.me> wrote:
>>>>>>>
>>>>>>>    Hi,
>>>>>>>
>>>>>>> I noticed that on Github[1], commons-dbutils mentioned a 1.8 
>>>>>>> release
>>>> in
>>>>>>> README.md .
>>>>>>> But in the maven central repo, the version is not published. And 
>>>>>>> the
>>>>>>> version 1.8 is also not on the download page.
>>>>>>> According to release notes[4]: in version 1.8, a
>>>>>>> ConcurrentModificationException was fixed in DBUTILS-135. I believe
>>>> this
>>>>>>> is quite important.
>>>>>>>
>>>>>>> Would you please release version 1.8 into release channels 
>>>>>>> including
>>>>> maven?
>>>>>>> [1] https://github.com/apache/commons-dbutils
>>>>>>> [2]
>>>> https://mvnrepository.com/artifact/commons-dbutils/commons-dbutils
>>>>>>> [3] https://github.com/apache/commons-dbutils/pull/3
>>>>>>> [4]
>>>>>>>
>>>> https://github.com/apache/commons-dbutils/blob/master/RELEASE-NOTES.txt 
>>>>
>>>>>>> -- 
>>>>>>> Eric Liu
>>>>>>>
>>>>>>>
>>>>>>> --------------------------------------------------------------------- 
>>>>>>>
>>>>>>> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
>>>>>>> For additional commands, e-mail: user-help@commons.apache.org
>>>>>>>
>>>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
>>>>> For additional commands, e-mail: user-help@commons.apache.org
>>>>>
>>>>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> For additional commands, e-mail: user-help@commons.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org


Re: [dbutils] Please update commons-dbutils 1.8 in Maven central repo

Posted by "Liu, Yufei (Eric)" <er...@hnws.me>.
Hi,

I went through the discussion in the dev list and found the RC2 vote.
It looks like RC2 needs two votes to release and got one. And the branch 
is still on git.

The last message[1] which may lead to a vote was from Gary.

So is it possible to still review the 1.8 RC2 release and give it a go?
Then this project can move onto 2.x development.

[1]https://lists.apache.org/thread/t48txmrppbb5xov7k7q9ohcc04o2n09k

Thanks,

Eric Liu

On 3/24/22 18:09, William Speirs wrote:
> https://github.com/wspeirs/sop4j-dbutils - if anyone is interested. It
> hasn't been touched in a long while.
>
> Bill-
>
> On Thu, Mar 24, 2022, 6:01 PM William Speirs <ws...@apache.org> wrote:
>
>> 2.0 was started by me LONG ago, but will probably never see the
>> light-of-day for various reasons. There was a 2.0-style release under my
>> GitHub, but it's failing to load at the moment.
>>
>> If someone wants to work on this, 1.8 is the place to start.
>>
>> Bill-
>>
>> On Thu, Mar 24, 2022, 5:54 PM Gary Gregory <ga...@gmail.com> wrote:
>>
>>> I do not think you should expect any immediate release. I do not know the
>>> state of the 2.0 snapshot.
>>>
>>> Gary
>>>
>>> On Thu, Mar 24, 2022, 14:51 Liu, Yufei (Eric) <er...@hnws.me> wrote:
>>>
>>>> Thanks Gary and Bruno for the prompt response.
>>>>
>>>> My situation is that I just encountered the
>>>> ConcurrentModificationException in my production deployment.
>>>> And I am afraid that it would happen again.
>>>>
>>>> I am willing to help release the maven if possible. But I don't think
>>>> this is allowed?
>>>> And if 2.0 can be released, I believe it should also help.
>>>>
>>>> The ConcurrentModificationException could happen on any project using
>>>> customized ColumnHandler which (I think) is not that uncommon.
>>>>
>>>> Thanks again,
>>>>
>>>> Eric Liu
>>>>
>>>> On 3/24/22 17:41, Gary Gregory wrote:
>>>>> The POM shows 2.0-SNAPSHOT so I am guessing there will not be a 1.8.
>>>>>
>>>>> Gary
>>>>>
>>>>> On Thu, Mar 24, 2022, 14:39 Bruno P. Kinoshita
>>>>> <br...@yahoo.com.br.invalid> wrote:
>>>>>
>>>>>>    Hi Eric,
>>>>>> The master branch has been updated but not released yet. I saw a
>>> 1.8RC2
>>>>>> tag, so I think a vote might have been cancelled/postponed due to
>>> some
>>>>>> issues.
>>>>>> You can use the latest version until 1.8 is released. Since the whole
>>>>>> Apache Commons is run by volunteers, the next release depends on
>>> someone
>>>>>> have time to read the archives, see why RC2 was not released, then go
>>>> over
>>>>>> recent activity, check what else needs to be done, and prepare a RC3.
>>>>>> Cheers
>>>>>> Bruno
>>>>>>
>>>>>>       On Friday, 25 March 2022, 09:56:19 am NZDT, Liu, Yufei (Eric) <
>>>>>> eric@hnws.me> wrote:
>>>>>>
>>>>>>    Hi,
>>>>>>
>>>>>> I noticed that on Github[1], commons-dbutils mentioned a 1.8 release
>>> in
>>>>>> README.md .
>>>>>> But in the maven central repo, the version is not published. And the
>>>>>> version 1.8 is also not on the download page.
>>>>>> According to release notes[4]: in version 1.8, a
>>>>>> ConcurrentModificationException was fixed in DBUTILS-135. I believe
>>> this
>>>>>> is quite important.
>>>>>>
>>>>>> Would you please release version 1.8 into release channels including
>>>> maven?
>>>>>> [1] https://github.com/apache/commons-dbutils
>>>>>> [2]
>>> https://mvnrepository.com/artifact/commons-dbutils/commons-dbutils
>>>>>> [3] https://github.com/apache/commons-dbutils/pull/3
>>>>>> [4]
>>>>>>
>>> https://github.com/apache/commons-dbutils/blob/master/RELEASE-NOTES.txt
>>>>>> --
>>>>>> Eric Liu
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
>>>>>> For additional commands, e-mail: user-help@commons.apache.org
>>>>>>
>>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
>>>> For additional commands, e-mail: user-help@commons.apache.org
>>>>
>>>>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org


Re: [dbutils] Please update commons-dbutils 1.8 in Maven central repo

Posted by William Speirs <ws...@apache.org>.
https://github.com/wspeirs/sop4j-dbutils - if anyone is interested. It
hasn't been touched in a long while.

Bill-

On Thu, Mar 24, 2022, 6:01 PM William Speirs <ws...@apache.org> wrote:

> 2.0 was started by me LONG ago, but will probably never see the
> light-of-day for various reasons. There was a 2.0-style release under my
> GitHub, but it's failing to load at the moment.
>
> If someone wants to work on this, 1.8 is the place to start.
>
> Bill-
>
> On Thu, Mar 24, 2022, 5:54 PM Gary Gregory <ga...@gmail.com> wrote:
>
>> I do not think you should expect any immediate release. I do not know the
>> state of the 2.0 snapshot.
>>
>> Gary
>>
>> On Thu, Mar 24, 2022, 14:51 Liu, Yufei (Eric) <er...@hnws.me> wrote:
>>
>> > Thanks Gary and Bruno for the prompt response.
>> >
>> > My situation is that I just encountered the
>> > ConcurrentModificationException in my production deployment.
>> > And I am afraid that it would happen again.
>> >
>> > I am willing to help release the maven if possible. But I don't think
>> > this is allowed?
>> > And if 2.0 can be released, I believe it should also help.
>> >
>> > The ConcurrentModificationException could happen on any project using
>> > customized ColumnHandler which (I think) is not that uncommon.
>> >
>> > Thanks again,
>> >
>> > Eric Liu
>> >
>> > On 3/24/22 17:41, Gary Gregory wrote:
>> > > The POM shows 2.0-SNAPSHOT so I am guessing there will not be a 1.8.
>> > >
>> > > Gary
>> > >
>> > > On Thu, Mar 24, 2022, 14:39 Bruno P. Kinoshita
>> > > <br...@yahoo.com.br.invalid> wrote:
>> > >
>> > >>   Hi Eric,
>> > >> The master branch has been updated but not released yet. I saw a
>> 1.8RC2
>> > >> tag, so I think a vote might have been cancelled/postponed due to
>> some
>> > >> issues.
>> > >> You can use the latest version until 1.8 is released. Since the whole
>> > >> Apache Commons is run by volunteers, the next release depends on
>> someone
>> > >> have time to read the archives, see why RC2 was not released, then go
>> > over
>> > >> recent activity, check what else needs to be done, and prepare a RC3.
>> > >> Cheers
>> > >> Bruno
>> > >>
>> > >>      On Friday, 25 March 2022, 09:56:19 am NZDT, Liu, Yufei (Eric) <
>> > >> eric@hnws.me> wrote:
>> > >>
>> > >>   Hi,
>> > >>
>> > >> I noticed that on Github[1], commons-dbutils mentioned a 1.8 release
>> in
>> > >> README.md .
>> > >> But in the maven central repo, the version is not published. And the
>> > >> version 1.8 is also not on the download page.
>> > >> According to release notes[4]: in version 1.8, a
>> > >> ConcurrentModificationException was fixed in DBUTILS-135. I believe
>> this
>> > >> is quite important.
>> > >>
>> > >> Would you please release version 1.8 into release channels including
>> > maven?
>> > >>
>> > >> [1] https://github.com/apache/commons-dbutils
>> > >> [2]
>> https://mvnrepository.com/artifact/commons-dbutils/commons-dbutils
>> > >> [3] https://github.com/apache/commons-dbutils/pull/3
>> > >> [4]
>> > >>
>> https://github.com/apache/commons-dbutils/blob/master/RELEASE-NOTES.txt
>> > >>
>> > >> --
>> > >> Eric Liu
>> > >>
>> > >>
>> > >> ---------------------------------------------------------------------
>> > >> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
>> > >> For additional commands, e-mail: user-help@commons.apache.org
>> > >>
>> > >>
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
>> > For additional commands, e-mail: user-help@commons.apache.org
>> >
>> >
>>
>

Re: [dbutils] Please update commons-dbutils 1.8 in Maven central repo

Posted by William Speirs <ws...@apache.org>.
2.0 was started by me LONG ago, but will probably never see the
light-of-day for various reasons. There was a 2.0-style release under my
GitHub, but it's failing to load at the moment.

If someone wants to work on this, 1.8 is the place to start.

Bill-

On Thu, Mar 24, 2022, 5:54 PM Gary Gregory <ga...@gmail.com> wrote:

> I do not think you should expect any immediate release. I do not know the
> state of the 2.0 snapshot.
>
> Gary
>
> On Thu, Mar 24, 2022, 14:51 Liu, Yufei (Eric) <er...@hnws.me> wrote:
>
> > Thanks Gary and Bruno for the prompt response.
> >
> > My situation is that I just encountered the
> > ConcurrentModificationException in my production deployment.
> > And I am afraid that it would happen again.
> >
> > I am willing to help release the maven if possible. But I don't think
> > this is allowed?
> > And if 2.0 can be released, I believe it should also help.
> >
> > The ConcurrentModificationException could happen on any project using
> > customized ColumnHandler which (I think) is not that uncommon.
> >
> > Thanks again,
> >
> > Eric Liu
> >
> > On 3/24/22 17:41, Gary Gregory wrote:
> > > The POM shows 2.0-SNAPSHOT so I am guessing there will not be a 1.8.
> > >
> > > Gary
> > >
> > > On Thu, Mar 24, 2022, 14:39 Bruno P. Kinoshita
> > > <br...@yahoo.com.br.invalid> wrote:
> > >
> > >>   Hi Eric,
> > >> The master branch has been updated but not released yet. I saw a
> 1.8RC2
> > >> tag, so I think a vote might have been cancelled/postponed due to some
> > >> issues.
> > >> You can use the latest version until 1.8 is released. Since the whole
> > >> Apache Commons is run by volunteers, the next release depends on
> someone
> > >> have time to read the archives, see why RC2 was not released, then go
> > over
> > >> recent activity, check what else needs to be done, and prepare a RC3.
> > >> Cheers
> > >> Bruno
> > >>
> > >>      On Friday, 25 March 2022, 09:56:19 am NZDT, Liu, Yufei (Eric) <
> > >> eric@hnws.me> wrote:
> > >>
> > >>   Hi,
> > >>
> > >> I noticed that on Github[1], commons-dbutils mentioned a 1.8 release
> in
> > >> README.md .
> > >> But in the maven central repo, the version is not published. And the
> > >> version 1.8 is also not on the download page.
> > >> According to release notes[4]: in version 1.8, a
> > >> ConcurrentModificationException was fixed in DBUTILS-135. I believe
> this
> > >> is quite important.
> > >>
> > >> Would you please release version 1.8 into release channels including
> > maven?
> > >>
> > >> [1] https://github.com/apache/commons-dbutils
> > >> [2]
> https://mvnrepository.com/artifact/commons-dbutils/commons-dbutils
> > >> [3] https://github.com/apache/commons-dbutils/pull/3
> > >> [4]
> > >>
> https://github.com/apache/commons-dbutils/blob/master/RELEASE-NOTES.txt
> > >>
> > >> --
> > >> Eric Liu
> > >>
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> > >> For additional commands, e-mail: user-help@commons.apache.org
> > >>
> > >>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> > For additional commands, e-mail: user-help@commons.apache.org
> >
> >
>

Re: [dbutils] Please update commons-dbutils 1.8 in Maven central repo

Posted by Gary Gregory <ga...@gmail.com>.
I do not think you should expect any immediate release. I do not know the
state of the 2.0 snapshot.

Gary

On Thu, Mar 24, 2022, 14:51 Liu, Yufei (Eric) <er...@hnws.me> wrote:

> Thanks Gary and Bruno for the prompt response.
>
> My situation is that I just encountered the
> ConcurrentModificationException in my production deployment.
> And I am afraid that it would happen again.
>
> I am willing to help release the maven if possible. But I don't think
> this is allowed?
> And if 2.0 can be released, I believe it should also help.
>
> The ConcurrentModificationException could happen on any project using
> customized ColumnHandler which (I think) is not that uncommon.
>
> Thanks again,
>
> Eric Liu
>
> On 3/24/22 17:41, Gary Gregory wrote:
> > The POM shows 2.0-SNAPSHOT so I am guessing there will not be a 1.8.
> >
> > Gary
> >
> > On Thu, Mar 24, 2022, 14:39 Bruno P. Kinoshita
> > <br...@yahoo.com.br.invalid> wrote:
> >
> >>   Hi Eric,
> >> The master branch has been updated but not released yet. I saw a 1.8RC2
> >> tag, so I think a vote might have been cancelled/postponed due to some
> >> issues.
> >> You can use the latest version until 1.8 is released. Since the whole
> >> Apache Commons is run by volunteers, the next release depends on someone
> >> have time to read the archives, see why RC2 was not released, then go
> over
> >> recent activity, check what else needs to be done, and prepare a RC3.
> >> Cheers
> >> Bruno
> >>
> >>      On Friday, 25 March 2022, 09:56:19 am NZDT, Liu, Yufei (Eric) <
> >> eric@hnws.me> wrote:
> >>
> >>   Hi,
> >>
> >> I noticed that on Github[1], commons-dbutils mentioned a 1.8 release in
> >> README.md .
> >> But in the maven central repo, the version is not published. And the
> >> version 1.8 is also not on the download page.
> >> According to release notes[4]: in version 1.8, a
> >> ConcurrentModificationException was fixed in DBUTILS-135. I believe this
> >> is quite important.
> >>
> >> Would you please release version 1.8 into release channels including
> maven?
> >>
> >> [1] https://github.com/apache/commons-dbutils
> >> [2] https://mvnrepository.com/artifact/commons-dbutils/commons-dbutils
> >> [3] https://github.com/apache/commons-dbutils/pull/3
> >> [4]
> >> https://github.com/apache/commons-dbutils/blob/master/RELEASE-NOTES.txt
> >>
> >> --
> >> Eric Liu
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> >> For additional commands, e-mail: user-help@commons.apache.org
> >>
> >>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> For additional commands, e-mail: user-help@commons.apache.org
>
>

Re: [dbutils] Please update commons-dbutils 1.8 in Maven central repo

Posted by "Liu, Yufei (Eric)" <er...@hnws.me>.
Thanks Gary and Bruno for the prompt response.

My situation is that I just encountered the 
ConcurrentModificationException in my production deployment.
And I am afraid that it would happen again.

I am willing to help release the maven if possible. But I don't think 
this is allowed?
And if 2.0 can be released, I believe it should also help.

The ConcurrentModificationException could happen on any project using 
customized ColumnHandler which (I think) is not that uncommon.

Thanks again,

Eric Liu

On 3/24/22 17:41, Gary Gregory wrote:
> The POM shows 2.0-SNAPSHOT so I am guessing there will not be a 1.8.
>
> Gary
>
> On Thu, Mar 24, 2022, 14:39 Bruno P. Kinoshita
> <br...@yahoo.com.br.invalid> wrote:
>
>>   Hi Eric,
>> The master branch has been updated but not released yet. I saw a 1.8RC2
>> tag, so I think a vote might have been cancelled/postponed due to some
>> issues.
>> You can use the latest version until 1.8 is released. Since the whole
>> Apache Commons is run by volunteers, the next release depends on someone
>> have time to read the archives, see why RC2 was not released, then go over
>> recent activity, check what else needs to be done, and prepare a RC3.
>> Cheers
>> Bruno
>>
>>      On Friday, 25 March 2022, 09:56:19 am NZDT, Liu, Yufei (Eric) <
>> eric@hnws.me> wrote:
>>
>>   Hi,
>>
>> I noticed that on Github[1], commons-dbutils mentioned a 1.8 release in
>> README.md .
>> But in the maven central repo, the version is not published. And the
>> version 1.8 is also not on the download page.
>> According to release notes[4]: in version 1.8, a
>> ConcurrentModificationException was fixed in DBUTILS-135. I believe this
>> is quite important.
>>
>> Would you please release version 1.8 into release channels including maven?
>>
>> [1] https://github.com/apache/commons-dbutils
>> [2] https://mvnrepository.com/artifact/commons-dbutils/commons-dbutils
>> [3] https://github.com/apache/commons-dbutils/pull/3
>> [4]
>> https://github.com/apache/commons-dbutils/blob/master/RELEASE-NOTES.txt
>>
>> --
>> Eric Liu
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
>> For additional commands, e-mail: user-help@commons.apache.org
>>
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org


Re: [dbutils] Please update commons-dbutils 1.8 in Maven central repo

Posted by Gary Gregory <ga...@gmail.com>.
The POM shows 2.0-SNAPSHOT so I am guessing there will not be a 1.8.

Gary

On Thu, Mar 24, 2022, 14:39 Bruno P. Kinoshita
<br...@yahoo.com.br.invalid> wrote:

>  Hi Eric,
> The master branch has been updated but not released yet. I saw a 1.8RC2
> tag, so I think a vote might have been cancelled/postponed due to some
> issues.
> You can use the latest version until 1.8 is released. Since the whole
> Apache Commons is run by volunteers, the next release depends on someone
> have time to read the archives, see why RC2 was not released, then go over
> recent activity, check what else needs to be done, and prepare a RC3.
> Cheers
> Bruno
>
>     On Friday, 25 March 2022, 09:56:19 am NZDT, Liu, Yufei (Eric) <
> eric@hnws.me> wrote:
>
>  Hi,
>
> I noticed that on Github[1], commons-dbutils mentioned a 1.8 release in
> README.md .
> But in the maven central repo, the version is not published. And the
> version 1.8 is also not on the download page.
> According to release notes[4]: in version 1.8, a
> ConcurrentModificationException was fixed in DBUTILS-135. I believe this
> is quite important.
>
> Would you please release version 1.8 into release channels including maven?
>
> [1] https://github.com/apache/commons-dbutils
> [2] https://mvnrepository.com/artifact/commons-dbutils/commons-dbutils
> [3] https://github.com/apache/commons-dbutils/pull/3
> [4]
> https://github.com/apache/commons-dbutils/blob/master/RELEASE-NOTES.txt
>
> --
> Eric Liu
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> For additional commands, e-mail: user-help@commons.apache.org
>
>

Re: [dbutils] Please update commons-dbutils 1.8 in Maven central repo

Posted by "Bruno P. Kinoshita" <br...@yahoo.com.br.INVALID>.
 Hi Eric,
The master branch has been updated but not released yet. I saw a 1.8RC2 tag, so I think a vote might have been cancelled/postponed due to some issues.
You can use the latest version until 1.8 is released. Since the whole Apache Commons is run by volunteers, the next release depends on someone have time to read the archives, see why RC2 was not released, then go over recent activity, check what else needs to be done, and prepare a RC3.
Cheers
Bruno

    On Friday, 25 March 2022, 09:56:19 am NZDT, Liu, Yufei (Eric) <er...@hnws.me> wrote:  
 
 Hi,

I noticed that on Github[1], commons-dbutils mentioned a 1.8 release in 
README.md .
But in the maven central repo, the version is not published. And the 
version 1.8 is also not on the download page.
According to release notes[4]: in version 1.8, a 
ConcurrentModificationException was fixed in DBUTILS-135. I believe this 
is quite important.

Would you please release version 1.8 into release channels including maven?

[1] https://github.com/apache/commons-dbutils
[2] https://mvnrepository.com/artifact/commons-dbutils/commons-dbutils
[3] https://github.com/apache/commons-dbutils/pull/3
[4] https://github.com/apache/commons-dbutils/blob/master/RELEASE-NOTES.txt

-- 
Eric Liu


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org