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

2022-03-24 Thread Liu, Yufei (Eric)

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  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  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)  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
 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) <
e...@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-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org




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





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



Please update commons-dbutils 1.8 in Maven central repo

2022-03-24 Thread Liu, Yufei (Eric)

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-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



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

2022-03-24 Thread William Speirs
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  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  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)  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
>> > >  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) <
>> > >> e...@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-unsubscr...@commons.apache.org
>> > >> For additional commands, e-mail: user-h...@commons.apache.org
>> > >>
>> > >>
>> >
>> >
>> > -
>> > To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
>> > For additional commands, e-mail: user-h...@commons.apache.org
>> >
>> >
>>
>


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

2022-03-24 Thread William Speirs
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  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)  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
> > >  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) <
> > >> e...@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-unsubscr...@commons.apache.org
> > >> For additional commands, e-mail: user-h...@commons.apache.org
> > >>
> > >>
> >
> >
> > -
> > To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
> > For additional commands, e-mail: user-h...@commons.apache.org
> >
> >
>


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

2022-03-24 Thread Gary Gregory
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)  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
> >  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) <
> >> e...@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-unsubscr...@commons.apache.org
> >> For additional commands, e-mail: user-h...@commons.apache.org
> >>
> >>
>
>
> -
> To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
> For additional commands, e-mail: user-h...@commons.apache.org
>
>


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

2022-03-24 Thread Liu, Yufei (Eric)

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
 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) <
e...@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-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org





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



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

2022-03-24 Thread Gary Gregory
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
 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) <
> e...@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-unsubscr...@commons.apache.org
> For additional commands, e-mail: user-h...@commons.apache.org
>
>


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

2022-03-24 Thread Bruno P. Kinoshita
 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) 
 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-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

  

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

2022-03-24 Thread Liu, Yufei (Eric)

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-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org