Re: Release 3.5.0 next week?

2021-12-16 Thread Andriy Redko
Hey Dan,

Sorry, forgot to ask, would you create 3.5.x-fixes and switch 'master' branch 
to 3.6.0? With that, we could 
start working on Jakarta / 4.0.0, or would it be a better option to keep 
'master' on Jakarta / 4.0.0, what do
you think guys? Thank you!

Best Regards,
Andriy Redko

DK> I’m going delay one more day.   I realized that there wasn’t a 3.5 
migration guide yet and thus also no release_notes.I tried to go through 
all the diffs/commits to pull out any major items and stuck them at:

DK> https://cwiki.apache.org/confluence/display/CXF20DOC/3.5+Migration+Guide 


DK> Can everyone please review that and the release_notes at:
DK> 
https://github.com/apache/cxf/blob/master/distribution/src/main/release/release_notes.txt
 


DK> And update anything else that you can think of?

DK> Thanks!
DK> Dan



>> On Dec 14, 2021, at 3:23 PM, Daniel Kulp  wrote:


>> I’m planning on doing the build tomorrow afternoon.   If you have any more 
>> changes/updates, please get them in.  :)

>> Dan



>>> On Dec 8, 2021, at 11:42 AM, Daniel Kulp  wrote:


>>> Question for everyone:

>>> Would it make sense to release 3.5.0 next week?Things seem fairly 
>>> stable and I think getting it out would be a good thing.  We could then 
>>> move master to “4.0”, drop support for Java8, and likely move to Jakarta 
>>> specs.Possibly target a 4.0 release for Q2 or so with those big updates?

>>> Thoughts?

>>> -- 
>>> Daniel Kulp
>>> dk...@apache.org  - http://dankulp.com/blog 
>>> 
>>> Talend - http://talend.com 

>> -- 
>> Daniel Kulp
>> dk...@apache.org  - http://dankulp.com/blog 
>> 
>> Talend - http://talend.com 



Re: Release 3.5.0 next week?

2021-12-15 Thread Andriy Redko
Hey Dan,

Thanks a lot for taking care of that, I would like to add / mention:

 - Spring Boot 2.6.x / Spring Framework 5.3.x base line
 - Apache Karaf 4.3.x base line
 - Apache HttpClient 5 support
 - HTTP/2 support (server-side only)
 - Jackson 2.13 (not 2.12)
 - JUnit 5 support
 
I will update CWIKI shortly, thank you!

Best Regards,
Andriy Redko

DK> I’m going delay one more day.   I realized that there wasn’t a 3.5 
migration guide yet and thus also no release_notes.I tried to go through 
all the diffs/commits to pull out any major items and stuck them at:

DK> https://cwiki.apache.org/confluence/display/CXF20DOC/3.5+Migration+Guide 


DK> Can everyone please review that and the release_notes at:
DK> 
https://github.com/apache/cxf/blob/master/distribution/src/main/release/release_notes.txt
 


DK> And update anything else that you can think of?

DK> Thanks!
DK> Dan



>> On Dec 14, 2021, at 3:23 PM, Daniel Kulp  wrote:


>> I’m planning on doing the build tomorrow afternoon.   If you have any more 
>> changes/updates, please get them in.  :)

>> Dan



>>> On Dec 8, 2021, at 11:42 AM, Daniel Kulp  wrote:


>>> Question for everyone:

>>> Would it make sense to release 3.5.0 next week?Things seem fairly 
>>> stable and I think getting it out would be a good thing.  We could then 
>>> move master to “4.0”, drop support for Java8, and likely move to Jakarta 
>>> specs.Possibly target a 4.0 release for Q2 or so with those big updates?

>>> Thoughts?

>>> -- 
>>> Daniel Kulp
>>> dk...@apache.org  - http://dankulp.com/blog 
>>> 
>>> Talend - http://talend.com 

>> -- 
>> Daniel Kulp
>> dk...@apache.org  - http://dankulp.com/blog 
>> 
>> Talend - http://talend.com 



Re: Release 3.5.0 next week?

2021-12-15 Thread Daniel Kulp
I’m going delay one more day.   I realized that there wasn’t a 3.5 migration 
guide yet and thus also no release_notes.I tried to go through all the 
diffs/commits to pull out any major items and stuck them at:

https://cwiki.apache.org/confluence/display/CXF20DOC/3.5+Migration+Guide 


Can everyone please review that and the release_notes at:
https://github.com/apache/cxf/blob/master/distribution/src/main/release/release_notes.txt
 


And update anything else that you can think of?

Thanks!
Dan



> On Dec 14, 2021, at 3:23 PM, Daniel Kulp  wrote:
> 
> 
> I’m planning on doing the build tomorrow afternoon.   If you have any more 
> changes/updates, please get them in.  :)
> 
> Dan
> 
> 
> 
>> On Dec 8, 2021, at 11:42 AM, Daniel Kulp  wrote:
>> 
>> 
>> Question for everyone:
>> 
>> Would it make sense to release 3.5.0 next week?Things seem fairly stable 
>> and I think getting it out would be a good thing.  We could then move master 
>> to “4.0”, drop support for Java8, and likely move to Jakarta specs.
>> Possibly target a 4.0 release for Q2 or so with those big updates?
>> 
>> Thoughts?
>> 
>> -- 
>> Daniel Kulp
>> dk...@apache.org  - http://dankulp.com/blog 
>> 
>> Talend - http://talend.com 
> 
> -- 
> Daniel Kulp
> dk...@apache.org  - http://dankulp.com/blog 
> 
> Talend - http://talend.com 

-- 
Daniel Kulp
dk...@apache.org  - http://dankulp.com/blog 

Talend - http://talend.com 


Re: Release 3.5.0 next week?

2021-12-14 Thread Andriy Redko
All set, thanks Freeman!

Best Regards,
Andriy Redko

FF> LGTM, please go ahead to merge, thanks!
FF> Freeman

FF> On Tue, Dec 14, 2021 at 4:13 PM Andriy Redko  wrote:

>> Hey Dan,

>> I have this small pull request [1] which I would appreciate @Freeman (or
>> someone) taking a look, it updates
>> Netty to 4.1.72.Final (log4j CVE fixes) but brings one more dependency for
>> OSGi deployments, due to changes in
>> Netty. It should go to 3.4.x as well. Thank you.

>> [1] https://github.com/apache/cxf/pull/884

>> Best Regards,
>> Andriy Redko


>> DK> I’m planning on doing the build tomorrow afternoon.   If you have any
>> more changes/updates, please get them in.  :)

>> DK> Dan



>> >> On Dec 8, 2021, at 11:42 AM, Daniel Kulp  wrote:


>> >> Question for everyone:

>> >> Would it make sense to release 3.5.0 next week?Things seem fairly
>> stable and I think getting it out would be a good thing.  We could then
>> move master to “4.0”, drop support for Java8, and likely move to Jakarta
>> specs.Possibly target a 4.0 release for Q2 or so with those big updates?

>> >> Thoughts?

>> >> --
>> >> Daniel Kulp
>> >> dk...@apache.org  - http://dankulp.com/blog <
>> http://dankulp.com/blog>
>> >> Talend - http://talend.com 



Re: Release 3.5.0 next week?

2021-12-14 Thread Freeman Fang
LGTM, please go ahead to merge, thanks!
Freeman

On Tue, Dec 14, 2021 at 4:13 PM Andriy Redko  wrote:

> Hey Dan,
>
> I have this small pull request [1] which I would appreciate @Freeman (or
> someone) taking a look, it updates
> Netty to 4.1.72.Final (log4j CVE fixes) but brings one more dependency for
> OSGi deployments, due to changes in
> Netty. It should go to 3.4.x as well. Thank you.
>
> [1] https://github.com/apache/cxf/pull/884
>
> Best Regards,
> Andriy Redko
>
>
> DK> I’m planning on doing the build tomorrow afternoon.   If you have any
> more changes/updates, please get them in.  :)
>
> DK> Dan
>
>
>
> >> On Dec 8, 2021, at 11:42 AM, Daniel Kulp  wrote:
>
>
> >> Question for everyone:
>
> >> Would it make sense to release 3.5.0 next week?Things seem fairly
> stable and I think getting it out would be a good thing.  We could then
> move master to “4.0”, drop support for Java8, and likely move to Jakarta
> specs.Possibly target a 4.0 release for Q2 or so with those big updates?
>
> >> Thoughts?
>
> >> --
> >> Daniel Kulp
> >> dk...@apache.org  - http://dankulp.com/blog <
> http://dankulp.com/blog>
> >> Talend - http://talend.com 
>
>


Re: Release 3.5.0 next week?

2021-12-14 Thread Andriy Redko
Hey Dan,

I have this small pull request [1] which I would appreciate @Freeman (or 
someone) taking a look, it updates
Netty to 4.1.72.Final (log4j CVE fixes) but brings one more dependency for OSGi 
deployments, due to changes in
Netty. It should go to 3.4.x as well. Thank you.

[1] https://github.com/apache/cxf/pull/884

Best Regards,
Andriy Redko


DK> I’m planning on doing the build tomorrow afternoon.   If you have any more 
changes/updates, please get them in.  :)

DK> Dan



>> On Dec 8, 2021, at 11:42 AM, Daniel Kulp  wrote:


>> Question for everyone:

>> Would it make sense to release 3.5.0 next week?Things seem fairly stable 
>> and I think getting it out would be a good thing.  We could then move master 
>> to “4.0”, drop support for Java8, and likely move to Jakarta specs.
>> Possibly target a 4.0 release for Q2 or so with those big updates?

>> Thoughts?

>> -- 
>> Daniel Kulp
>> dk...@apache.org  - http://dankulp.com/blog 
>> 
>> Talend - http://talend.com 



Re: Release 3.5.0 next week?

2021-12-14 Thread Daniel Kulp

I’m planning on doing the build tomorrow afternoon.   If you have any more 
changes/updates, please get them in.  :)

Dan



> On Dec 8, 2021, at 11:42 AM, Daniel Kulp  wrote:
> 
> 
> Question for everyone:
> 
> Would it make sense to release 3.5.0 next week?Things seem fairly stable 
> and I think getting it out would be a good thing.  We could then move master 
> to “4.0”, drop support for Java8, and likely move to Jakarta specs.
> Possibly target a 4.0 release for Q2 or so with those big updates?
> 
> Thoughts?
> 
> -- 
> Daniel Kulp
> dk...@apache.org  - http://dankulp.com/blog 
> 
> Talend - http://talend.com 

-- 
Daniel Kulp
dk...@apache.org  - http://dankulp.com/blog 

Talend - http://talend.com 


Re: Release 3.5.0 next week?

2021-12-09 Thread Freeman Fang
+1

Thanks!
Freeman

On Wed, Dec 8, 2021 at 11:42 AM Daniel Kulp  wrote:

>
> Question for everyone:
>
> Would it make sense to release 3.5.0 next week?Things seem fairly
> stable and I think getting it out would be a good thing.  We could then
> move master to “4.0”, drop support for Java8, and likely move to Jakarta
> specs.Possibly target a 4.0 release for Q2 or so with those big updates?
>
> Thoughts?
>
> --
> Daniel Kulp
> dk...@apache.org  - http://dankulp.com/blog <
> http://dankulp.com/blog>
> Talend - http://talend.com 
>


Re: Release 3.5.0 next week?

2021-12-08 Thread Jim Ma
+!

On Thu, Dec 9, 2021 at 2:25 AM Romain Manni-Bucau 
wrote:

> +1
>
> Romain Manni-Bucau
> @rmannibucau  |  Blog
>  | Old Blog
>  | Github <
> https://github.com/rmannibucau> |
> LinkedIn  | Book
> <
> https://www.packtpub.com/application-development/java-ee-8-high-performance
> >
>
>
> Le mer. 8 déc. 2021 à 18:33, Alexey Markevich  a
> écrit :
>
> > +1
> >
> > On 12/8/21, Daniel Kulp  wrote:
> > >
> > > Question for everyone:
> > >
> > > Would it make sense to release 3.5.0 next week?Things seem fairly
> > stable
> > > and I think getting it out would be a good thing.  We could then move
> > master
> > > to “4.0”, drop support for Java8, and likely move to Jakarta specs.
> > > Possibly target a 4.0 release for Q2 or so with those big updates?
> > >
> > > Thoughts?
> > >
> > > --
> > > Daniel Kulp
> > > dk...@apache.org  - http://dankulp.com/blog
> > > 
> > > Talend - http://talend.com 
> > >
> >
>


Re: Release 3.5.0 next week?

2021-12-08 Thread Romain Manni-Bucau
+1

Romain Manni-Bucau
@rmannibucau  |  Blog
 | Old Blog
 | Github  |
LinkedIn  | Book



Le mer. 8 déc. 2021 à 18:33, Alexey Markevich  a écrit :

> +1
>
> On 12/8/21, Daniel Kulp  wrote:
> >
> > Question for everyone:
> >
> > Would it make sense to release 3.5.0 next week?Things seem fairly
> stable
> > and I think getting it out would be a good thing.  We could then move
> master
> > to “4.0”, drop support for Java8, and likely move to Jakarta specs.
> > Possibly target a 4.0 release for Q2 or so with those big updates?
> >
> > Thoughts?
> >
> > --
> > Daniel Kulp
> > dk...@apache.org  - http://dankulp.com/blog
> > 
> > Talend - http://talend.com 
> >
>


Re: Release 3.5.0 next week?

2021-12-08 Thread Alexey Markevich
+1

On 12/8/21, Daniel Kulp  wrote:
>
> Question for everyone:
>
> Would it make sense to release 3.5.0 next week?Things seem fairly stable
> and I think getting it out would be a good thing.  We could then move master
> to “4.0”, drop support for Java8, and likely move to Jakarta specs.
> Possibly target a 4.0 release for Q2 or so with those big updates?
>
> Thoughts?
>
> --
> Daniel Kulp
> dk...@apache.org  - http://dankulp.com/blog
> 
> Talend - http://talend.com 
>


Re: Release 3.5.0 next week?

2021-12-08 Thread Colm O hEigeartaigh
+1, all ready to go from my side.

Colm.

On Wed, Dec 8, 2021 at 5:19 PM Andrey Redko  wrote:
>
> Definitely +1, moreover it seems like Spring Framework 6.0.0 snapshots are
> already available. Thanks Dan!
>
> Best Regards,
> Andriy Redko
>
> On Wed, Dec 8, 2021, 11:42 AM Daniel Kulp  wrote:
>
> >
> > Question for everyone:
> >
> > Would it make sense to release 3.5.0 next week?Things seem fairly
> > stable and I think getting it out would be a good thing.  We could then
> > move master to “4.0”, drop support for Java8, and likely move to Jakarta
> > specs.Possibly target a 4.0 release for Q2 or so with those big updates?
> >
> > Thoughts?
> >
> > --
> > Daniel Kulp
> > dk...@apache.org  - http://dankulp.com/blog <
> > http://dankulp.com/blog>
> > Talend - http://talend.com 
> >


Re: Release 3.5.0 next week?

2021-12-08 Thread Andrey Redko
Definitely +1, moreover it seems like Spring Framework 6.0.0 snapshots are
already available. Thanks Dan!

Best Regards,
Andriy Redko

On Wed, Dec 8, 2021, 11:42 AM Daniel Kulp  wrote:

>
> Question for everyone:
>
> Would it make sense to release 3.5.0 next week?Things seem fairly
> stable and I think getting it out would be a good thing.  We could then
> move master to “4.0”, drop support for Java8, and likely move to Jakarta
> specs.Possibly target a 4.0 release for Q2 or so with those big updates?
>
> Thoughts?
>
> --
> Daniel Kulp
> dk...@apache.org  - http://dankulp.com/blog <
> http://dankulp.com/blog>
> Talend - http://talend.com 
>