Re: [VOTE] Release Apache dubbo-go-pixiu v0.5.0-rc1

2022-03-22 Thread stocks alex
+1 approve.

I checked the following items.

[v]  Are release files in the correct location?
[v] Are the digital signatures and hashes correct?
[v] Do LICENSE and NOTICE files exist?
[v] Is the LICENSE and NOTICE text correct?
[v] Is the NOTICE year correct?
[x] Un-included software dependencies are not mentioned in LICENSE or
NOTICE?
[x] License information is not mentioned in NOTICE?
[v] Do the contents of the release match with what's tagged in version
control?
[x] Are there any unexpected binary files in the release?

What's more, pls change the corresponding dubbo version from 2.7.5 to 3.0.1.

Mengchao Lv  于2022年3月21日周一 21:42写道:

> Hello Dubbo/Dubbogo Community,
>
>   This is a call for vote to release Apache dubbo-go-pixiu version
> v0.5.0-rc1.
>
>   The release candidates:
> https://dist.apache.org/repos/dist/dev/dubbo/dubbo-go-pixiu/v0.5.0-rc1/ <
> https://dist.apache.org/repos/dist/dev/dubbo/dubbo-go-pixiu/v0.5.0-rc1/>
>
>   Git tag for the release:
> https://github.com/apache/dubbo-go-pixiu/releases/tag/v0.5.0-rc01 <
> https://github.com/apache/dubbo-go-pixiu/releases/tag/v0.5.0-rc01>
>
>   Hash for the release tag:  291b5f85b583ad2fe6edbe4d960b93269690a57d.
>
>   Release Notes:
> https://github.com/apache/dubbo-go-pixiu/blob/0.5.0/CHANGE.md <
> https://github.com/apache/dubbo-go-pixiu/blob/0.5.0/CHANGE.md>
>
>   The artifacts have been signed with Key
> : 335AB6EE2489CC1E9BE2259B6A1156DB52223E31, which can be found in the keys
> file: https://dist.apache.org/repos/dist/dev/dubbo/KEYS <
> https://dist.apache.org/repos/dist/dev/dubbo/KEYS>
>
>   The vote will be open for at least 72 hours or until necessary number of
> votes are reached.
>
>
>  Please vote accordingly:
>  [ ] +1 approve
>  [ ] +0 no opinion
>  [ ] -1 disapprove with the reason
>
>  Thanks,
>  The Apache Dubbo-go Team
>


[Announce] Apache Dubbo SPI Extensions 1.0.1 released

2022-03-22 Thread Albumen Kevin
Hello Dubbo Community,

I am glad to announce that Apache Dubbo SPI Extensions 1.0.1 was released.

You can check detailed release notes here:
https://github.com/apache/dubbo-spi-extensions/releases/tag/v1.0.1

If you have any questions using this version, please send mail to here or
report the issue  on
Github.

Best regards,
Dubbo Team


Re: @JsonIgnore alternative to Dubbo ?

2022-03-22 Thread Albumen Kevin
Serialization is a plugin of Dubbo and Dubbo wants to adapt all of the
serialization tools.
As a RPC framework itself, we cannot change the behaviour of the serializer
by default.( e.g. JDK serializer requires all beans to implement
Serializable interface )

You can try changing the serialization type in Dubbo to "fastjson" or
"gson". These two serializers may work with JsonIgnore annotation.

On Wed, Mar 23, 2022 at 12:27 AM Daniel SAWAN  wrote:

> The only viable solution I found is to transfer to json and reparse the
> json to java bean.
> Because of json ignore field annotation i can then transfer my bean using
> dubbo without having a lazy loading out of transaction error.
> That would be cool to have a Dubbo ignore field annotation.
>
> Le mar. 8 mars 2022 à 11:36, Daniel SAWAN  a écrit
> :
>
> > Hi ! Thanks for your reply.
> > The problem with @transient is that it also affects JPA beans.
> > I am looking for something that only affects Dubbo.
> >
> > Le mar. 8 mars 2022 à 09:41, Albumen Kevin  a écrit :
> >
> >> @JsonIgnore is only works in json serialization. If you want to ignore
> >> some
> >> fields, you can try to use the `transient` modifier.
> >>
> >> On Sat, Mar 5, 2022 at 4:29 AM Daniel SAWAN 
> >> wrote:
> >>
> >> > Hello,
> >> >
> >> > I am actually learning Dubbo 3 and I was wondering if there is an
> >> > equivalent to @JsonIgnore annotation to put on a bean field in order
> to
> >> > ignore its serialisation ?
> >> >
> >> > Thanks for your help !
> >> >
> >>
> >
>


Re: @JsonIgnore alternative to Dubbo ?

2022-03-22 Thread Daniel SAWAN
The only viable solution I found is to transfer to json and reparse the
json to java bean.
Because of json ignore field annotation i can then transfer my bean using
dubbo without having a lazy loading out of transaction error.
That would be cool to have a Dubbo ignore field annotation.

Le mar. 8 mars 2022 à 11:36, Daniel SAWAN  a écrit :

> Hi ! Thanks for your reply.
> The problem with @transient is that it also affects JPA beans.
> I am looking for something that only affects Dubbo.
>
> Le mar. 8 mars 2022 à 09:41, Albumen Kevin  a écrit :
>
>> @JsonIgnore is only works in json serialization. If you want to ignore
>> some
>> fields, you can try to use the `transient` modifier.
>>
>> On Sat, Mar 5, 2022 at 4:29 AM Daniel SAWAN 
>> wrote:
>>
>> > Hello,
>> >
>> > I am actually learning Dubbo 3 and I was wondering if there is an
>> > equivalent to @JsonIgnore annotation to put on a bean field in order to
>> > ignore its serialisation ?
>> >
>> > Thanks for your help !
>> >
>>
>


Re: [VOTE] Release Apache Dubbo SPI Extensions 1.0.1 RC1

2022-03-22 Thread Albumen Kevin
Hello Dubbo Community,

The release vote finished, We’ve received

+1 binding, YunKun Huang
+1 binding, Hao Guo
+1 binding, Jun Liu

The vote and result thread:
https://lists.apache.org/thread/8gjv8flk0m7xtvl6j6pkjtlqscf5lf3k
The vote passed. I am working on the further release process, thanks.

Best regards,
The Apache Dubbo Team


On Tue, Mar 22, 2022 at 2:29 PM Jun Liu  wrote:

> + 1 binding
>
>
> I have checked:
> * Hash and signatur are good
> * Source code and tag match
> * Release note looks fine, this release focuses one single module
> * All files no binary
>
> Jun
>
> > On Mar 14, 2022, at 6:10 PM, Albumen Kevin  wrote:
> >
> > Hello Community,
> >
> > This is a call for vote to release Apache Dubbo SPI Extensions 1.0.1
> >
> > The release candidates:
> > https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spi-extensions/1.0.1/
> >
> > The staging repo:
> > https://repository.apache.org/content/repositories/orgapachedubbo-1207/
> >
> > Git tag for the release:
> > https://github.com/apache/dubbo-spi-extensions/tree/v1.0.1
> >
> > Hash for the release tag:
> > 147dea38b96b45ade4f39c61b2e87c78f12ff3f7
> >
> > Release Notes:
> > https://github.com/apache/dubbo-spi-extensions/releases/tag/v1.0.1
> >
> > The artifacts have been signed with Key 2B249EDD, which can be
> > found in the keys file:
> > https://dist.apache.org/repos/dist/dev/dubbo/KEYS
> >
> > The vote will be open for at least 72 hours or until the necessary
> number of
> > votes are reached.
> >
> > Please vote accordingly:
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > Thanks,
> > The Apache Dubbo Team
>
>


Re: [VOTE] Release Apache Dubbo SPI Extensions 1.0.1 RC1

2022-03-22 Thread Jun Liu
+ 1 binding


I have checked:
* Hash and signatur are good
* Source code and tag match
* Release note looks fine, this release focuses one single module
* All files no binary

Jun

> On Mar 14, 2022, at 6:10 PM, Albumen Kevin  wrote:
> 
> Hello Community,
> 
> This is a call for vote to release Apache Dubbo SPI Extensions 1.0.1
> 
> The release candidates:
> https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spi-extensions/1.0.1/
> 
> The staging repo:
> https://repository.apache.org/content/repositories/orgapachedubbo-1207/
> 
> Git tag for the release:
> https://github.com/apache/dubbo-spi-extensions/tree/v1.0.1
> 
> Hash for the release tag:
> 147dea38b96b45ade4f39c61b2e87c78f12ff3f7
> 
> Release Notes:
> https://github.com/apache/dubbo-spi-extensions/releases/tag/v1.0.1
> 
> The artifacts have been signed with Key 2B249EDD, which can be
> found in the keys file:
> https://dist.apache.org/repos/dist/dev/dubbo/KEYS
> 
> The vote will be open for at least 72 hours or until the necessary number of
> votes are reached.
> 
> Please vote accordingly:
> 
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
> 
> Thanks,
> The Apache Dubbo Team



Re: [VOTE] Release Apache Dubbo SPI Extensions 1.0.1 RC1

2022-03-22 Thread Hao Guo
+1

I have checked:
* Source code can compile
* Release note looks good
* Git tag is correct

YunKun Huang  于2022年3月15日周二 17:07写道:

> +1
>
> I have checked:
> * Source code can compile in my PC
> * Release note looks ok to me (it will be better if there is more
> detail for each module)
> * Git tag is correct
>
> On Mon, Mar 14, 2022 at 6:10 PM Albumen Kevin  wrote:
> >
> > Hello Community,
> >
> > This is a call for vote to release Apache Dubbo SPI Extensions 1.0.1
> >
> > The release candidates:
> > https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spi-extensions/1.0.1/
> >
> > The staging repo:
> > https://repository.apache.org/content/repositories/orgapachedubbo-1207/
> >
> > Git tag for the release:
> > https://github.com/apache/dubbo-spi-extensions/tree/v1.0.1
> >
> > Hash for the release tag:
> > 147dea38b96b45ade4f39c61b2e87c78f12ff3f7
> >
> > Release Notes:
> > https://github.com/apache/dubbo-spi-extensions/releases/tag/v1.0.1
> >
> > The artifacts have been signed with Key 2B249EDD, which can be
> > found in the keys file:
> > https://dist.apache.org/repos/dist/dev/dubbo/KEYS
> >
> > The vote will be open for at least 72 hours or until the necessary
> number of
> > votes are reached.
> >
> > Please vote accordingly:
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > Thanks,
> > The Apache Dubbo Team
>