Re: [VOTE] Release Apache xBean-4.20

2021-05-07 Thread Francois Papon
+1 (binding)

regards,

François
fpa...@apache.org

Le 07/05/2021 à 10:22, Mark Struberg a écrit :
> hiho!
>
> I'd like to call a VOTE on releasing xbean-4.20.
>
> The only change is to switch back to a dependency-reduced pom.
> 4.18 und 4.19 did leak the shaded ASM dependencies down to consumers.
> This defeats the shading.
> Downstream projects can of course use exclude lists, but since the
> artifactId changes rather quickly it would be great to not leak those
> artifacts.
>
>
> The staging repository is here:
> https://repository.apache.org/content/repositories/orgapachegeronimo-1139
> 
>
> The source zip can be found here:
> https://repository.apache.org/content/repositories/orgapachegeronimo-1139/org/apache/xbean/xbean/4.20/
> 
> sha1 is 9813469618230d15bf17763ca7f989e414608a0f
>
> Please VOTE
>
> [+1] let's ship it!
> [+0] don't care
> [-1] stop there is a ${showstopper}
>
>
> The VOTE is open for 72h.
>
> txs and LieGrue,
> strub
>
>


Re: [VOTE] Release Apache xBean-4.20

2021-05-07 Thread Mark Struberg
my own +1

LieGrue,
strub


> Am 07.05.2021 um 10:22 schrieb Mark Struberg :
> 
> hiho!
> 
> I'd like to call a VOTE on releasing xbean-4.20.
> 
> The only change is to switch back to a dependency-reduced pom.
> 4.18 und 4.19 did leak the shaded ASM dependencies down to consumers. This 
> defeats the shading.
> Downstream projects can of course use exclude lists, but since the artifactId 
> changes rather quickly it would be great to not leak those artifacts.
> 
> 
> The staging repository is here:
> https://repository.apache.org/content/repositories/orgapachegeronimo-1139 
> 
> 
> The source zip can be found here:
> https://repository.apache.org/content/repositories/orgapachegeronimo-1139/org/apache/xbean/xbean/4.20/
>  
> 
> sha1 is 9813469618230d15bf17763ca7f989e414608a0f
> 
> Please VOTE
> 
> [+1] let's ship it!
> [+0] don't care
> [-1] stop there is a ${showstopper}
> 
> 
> The VOTE is open for 72h.
> 
> txs and LieGrue,
> strub
> 
> 



Re: [VOTE] Release Apache xBean-4.20

2021-05-07 Thread Mark Struberg
Yes indeed, sorry was an oversight on my side.

LieGrue,
strub

> Am 07.05.2021 um 15:41 schrieb Romain Manni-Bucau :
> 
> Hmm, think we miss a .gitignore since we are used on git as well.
> Can be fine with that since svn should be ok now.
> 
> Romain Manni-Bucau
> @rmannibucau  |  Blog 
>  | Old Blog 
>  | Github  
> | LinkedIn  | Book 
> 
> 
> Le ven. 7 mai 2021 à 11:35, Mark Struberg  > a écrit :
> That's the reason I also added it to svn:ignore.
> That way it doesn't pollute our repo at least.
> 
> Happy to go for an even better solution!
> 
> It can be easily verified if it works. Just do 
> $> mvn clean install && less 
> ~/.m2/reposiory/org/apache/xbean/xbean-asm9-shaded/2.21-SNAPSHOT/*.pom
> 
> This must not contain any ow2 dependencies.
> 
> LieGrue,
> strub
> 
> 
> 
>> Am 07.05.2021 um 10:48 schrieb Romain Manni-Bucau >:
>> 
>> Hi Mark,
>> 
>> was set to false to avoid it to mess up the working dir so I guess this 
>> fixes the pom by breaking the project setup so guess we should make it 
>> generated in target (but generated) as a fix for both at once as mentionned 
>> on slack, no?
>> 
>> Romain Manni-Bucau
>> @rmannibucau <> |  Blog <> | Old Blog <> | Github <> | LinkedIn <> | Book <>
>> 
>> Le ven. 7 mai 2021 à 10:27, Jean-Baptiste Onofre > a 
>> écrit :
>> +1 (binding)
>> 
>> Thanks Mark !
>> 
>> Regards
>> JB
>> 
>>> Le 7 mai 2021 à 10:22, Mark Struberg > a écrit :
>>> 
>>> hiho!
>>> 
>>> I'd like to call a VOTE on releasing xbean-4.20.
>>> 
>>> The only change is to switch back to a dependency-reduced pom.
>>> 4.18 und 4.19 did leak the shaded ASM dependencies down to consumers. This 
>>> defeats the shading.
>>> Downstream projects can of course use exclude lists, but since the 
>>> artifactId changes rather quickly it would be great to not leak those 
>>> artifacts.
>>> 
>>> 
>>> The staging repository is here:
>>> https://repository.apache.org/content/repositories/orgapachegeronimo-1139 <>
>>> 
>>> The source zip can be found here:
>>> https://repository.apache.org/content/repositories/orgapachegeronimo-1139/org/apache/xbean/xbean/4.20/
>>>  <>
>>> sha1 is 9813469618230d15bf17763ca7f989e414608a0f
>>> 
>>> Please VOTE
>>> 
>>> [+1] let's ship it!
>>> [+0] don't care
>>> [-1] stop there is a ${showstopper}
>>> 
>>> 
>>> The VOTE is open for 72h.
>>> 
>>> txs and LieGrue,
>>> strub
>>> 
>>> 
>> 
> 



Re: [VOTE] Release Apache xBean-4.20

2021-05-07 Thread Romain Manni-Bucau
My own +1 (happy if anyone beats me at adding a .gitignore for standard
maven/IDE files + this dependency xml)

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



Le ven. 7 mai 2021 à 15:41, Romain Manni-Bucau  a
écrit :

> Hmm, think we miss a .gitignore since we are used on git as well.
> Can be fine with that since svn should be ok now.
>
> Romain Manni-Bucau
> @rmannibucau  |  Blog
>  | Old Blog
>  | Github
>  | LinkedIn
>  | Book
> 
>
>
> Le ven. 7 mai 2021 à 11:35, Mark Struberg  a écrit :
>
>> That's the reason I also added it to svn:ignore.
>> That way it doesn't pollute our repo at least.
>>
>> Happy to go for an even better solution!
>>
>> It can be easily verified if it works. Just do
>> $> mvn clean install && less
>> ~/.m2/reposiory/org/apache/xbean/xbean-asm9-shaded/2.21-SNAPSHOT/*.pom
>>
>> This must not contain any ow2 dependencies.
>>
>> LieGrue,
>> strub
>>
>>
>>
>> Am 07.05.2021 um 10:48 schrieb Romain Manni-Bucau > >:
>>
>> Hi Mark,
>>
>> was set to false to avoid it to mess up the working dir so I guess this
>> fixes the pom by breaking the project setup so guess we should make it
>> generated in target (but generated) as a fix for both at once as mentionned
>> on slack, no?
>>
>> Romain Manni-Bucau
>> @rmannibucau |  Blog | Old Blog | Github | LinkedIn | Book
>>
>>
>> Le ven. 7 mai 2021 à 10:27, Jean-Baptiste Onofre  a
>> écrit :
>>
>>> +1 (binding)
>>>
>>> Thanks Mark !
>>>
>>> Regards
>>> JB
>>>
>>> Le 7 mai 2021 à 10:22, Mark Struberg  a écrit :
>>>
>>> hiho!
>>>
>>> I'd like to call a VOTE on releasing xbean-4.20.
>>>
>>> The only change is to switch back to a dependency-reduced pom.
>>> 4.18 und 4.19 did leak the shaded ASM dependencies down to consumers.
>>> This defeats the shading.
>>> Downstream projects can of course use exclude lists, but since the
>>> artifactId changes rather quickly it would be great to not leak those
>>> artifacts.
>>>
>>>
>>> The staging repository is here:
>>> https://repository.apache.org/content/repositories/orgapachegeronimo-1139
>>>
>>> The source zip can be found here:
>>>
>>> https://repository.apache.org/content/repositories/orgapachegeronimo-1139/org/apache/xbean/xbean/4.20/
>>> sha1 is 9813469618230d15bf17763ca7f989e414608a0f
>>>
>>> Please VOTE
>>>
>>> [+1] let's ship it!
>>> [+0] don't care
>>> [-1] stop there is a ${showstopper}
>>>
>>>
>>> The VOTE is open for 72h.
>>>
>>> txs and LieGrue,
>>> strub
>>>
>>>
>>>
>>>
>>


Re: [VOTE] Release Apache xBean-4.20

2021-05-07 Thread Romain Manni-Bucau
Hmm, think we miss a .gitignore since we are used on git as well.
Can be fine with that since svn should be ok now.

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



Le ven. 7 mai 2021 à 11:35, Mark Struberg  a écrit :

> That's the reason I also added it to svn:ignore.
> That way it doesn't pollute our repo at least.
>
> Happy to go for an even better solution!
>
> It can be easily verified if it works. Just do
> $> mvn clean install && less
> ~/.m2/reposiory/org/apache/xbean/xbean-asm9-shaded/2.21-SNAPSHOT/*.pom
>
> This must not contain any ow2 dependencies.
>
> LieGrue,
> strub
>
>
>
> Am 07.05.2021 um 10:48 schrieb Romain Manni-Bucau :
>
> Hi Mark,
>
> was set to false to avoid it to mess up the working dir so I guess this
> fixes the pom by breaking the project setup so guess we should make it
> generated in target (but generated) as a fix for both at once as mentionned
> on slack, no?
>
> Romain Manni-Bucau
> @rmannibucau |  Blog | Old Blog | Github | LinkedIn | Book
>
>
> Le ven. 7 mai 2021 à 10:27, Jean-Baptiste Onofre  a
> écrit :
>
>> +1 (binding)
>>
>> Thanks Mark !
>>
>> Regards
>> JB
>>
>> Le 7 mai 2021 à 10:22, Mark Struberg  a écrit :
>>
>> hiho!
>>
>> I'd like to call a VOTE on releasing xbean-4.20.
>>
>> The only change is to switch back to a dependency-reduced pom.
>> 4.18 und 4.19 did leak the shaded ASM dependencies down to consumers.
>> This defeats the shading.
>> Downstream projects can of course use exclude lists, but since the
>> artifactId changes rather quickly it would be great to not leak those
>> artifacts.
>>
>>
>> The staging repository is here:
>> https://repository.apache.org/content/repositories/orgapachegeronimo-1139
>>
>> The source zip can be found here:
>>
>> https://repository.apache.org/content/repositories/orgapachegeronimo-1139/org/apache/xbean/xbean/4.20/
>> sha1 is 9813469618230d15bf17763ca7f989e414608a0f
>>
>> Please VOTE
>>
>> [+1] let's ship it!
>> [+0] don't care
>> [-1] stop there is a ${showstopper}
>>
>>
>> The VOTE is open for 72h.
>>
>> txs and LieGrue,
>> strub
>>
>>
>>
>>
>


Re: [VOTE] Release Apache xBean-4.20

2021-05-07 Thread Mark Struberg
That's the reason I also added it to svn:ignore.
That way it doesn't pollute our repo at least.

Happy to go for an even better solution!

It can be easily verified if it works. Just do 
$> mvn clean install && less 
~/.m2/reposiory/org/apache/xbean/xbean-asm9-shaded/2.21-SNAPSHOT/*.pom

This must not contain any ow2 dependencies.

LieGrue,
strub



> Am 07.05.2021 um 10:48 schrieb Romain Manni-Bucau :
> 
> Hi Mark,
> 
> was set to false to avoid it to mess up the working dir so I guess this fixes 
> the pom by breaking the project setup so guess we should make it generated in 
> target (but generated) as a fix for both at once as mentionned on slack, no?
> 
> Romain Manni-Bucau
> @rmannibucau  |  Blog 
>  | Old Blog 
>  | Github  
> | LinkedIn  | Book 
> 
> 
> Le ven. 7 mai 2021 à 10:27, Jean-Baptiste Onofre  > a écrit :
> +1 (binding)
> 
> Thanks Mark !
> 
> Regards
> JB
> 
>> Le 7 mai 2021 à 10:22, Mark Struberg > > a écrit :
>> 
>> hiho!
>> 
>> I'd like to call a VOTE on releasing xbean-4.20.
>> 
>> The only change is to switch back to a dependency-reduced pom.
>> 4.18 und 4.19 did leak the shaded ASM dependencies down to consumers. This 
>> defeats the shading.
>> Downstream projects can of course use exclude lists, but since the 
>> artifactId changes rather quickly it would be great to not leak those 
>> artifacts.
>> 
>> 
>> The staging repository is here:
>> https://repository.apache.org/content/repositories/orgapachegeronimo-1139 
>> 
>> 
>> The source zip can be found here:
>> https://repository.apache.org/content/repositories/orgapachegeronimo-1139/org/apache/xbean/xbean/4.20/
>>  
>> 
>> sha1 is 9813469618230d15bf17763ca7f989e414608a0f
>> 
>> Please VOTE
>> 
>> [+1] let's ship it!
>> [+0] don't care
>> [-1] stop there is a ${showstopper}
>> 
>> 
>> The VOTE is open for 72h.
>> 
>> txs and LieGrue,
>> strub
>> 
>> 
> 



[VOTE] Release Apache xBean-4.20

2021-05-07 Thread Mark Struberg
hiho!

I'd like to call a VOTE on releasing xbean-4.20.

The only change is to switch back to a dependency-reduced pom.
4.18 und 4.19 did leak the shaded ASM dependencies down to consumers. This 
defeats the shading.
Downstream projects can of course use exclude lists, but since the artifactId 
changes rather quickly it would be great to not leak those artifacts.


The staging repository is here:
https://repository.apache.org/content/repositories/orgapachegeronimo-1139 


The source zip can be found here:
https://repository.apache.org/content/repositories/orgapachegeronimo-1139/org/apache/xbean/xbean/4.20/
 

sha1 is 9813469618230d15bf17763ca7f989e414608a0f

Please VOTE

[+1] let's ship it!
[+0] don't care
[-1] stop there is a ${showstopper}


The VOTE is open for 72h.

txs and LieGrue,
strub




Re: [VOTE] Release Apache xBean-4.20

2021-05-07 Thread Romain Manni-Bucau
Hi Mark,

was set to false to avoid it to mess up the working dir so I guess this
fixes the pom by breaking the project setup so guess we should make it
generated in target (but generated) as a fix for both at once as mentionned
on slack, no?

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



Le ven. 7 mai 2021 à 10:27, Jean-Baptiste Onofre  a écrit :

> +1 (binding)
>
> Thanks Mark !
>
> Regards
> JB
>
> Le 7 mai 2021 à 10:22, Mark Struberg  a écrit :
>
> hiho!
>
> I'd like to call a VOTE on releasing xbean-4.20.
>
> The only change is to switch back to a dependency-reduced pom.
> 4.18 und 4.19 did leak the shaded ASM dependencies down to consumers. This
> defeats the shading.
> Downstream projects can of course use exclude lists, but since the
> artifactId changes rather quickly it would be great to not leak those
> artifacts.
>
>
> The staging repository is here:
> https://repository.apache.org/content/repositories/orgapachegeronimo-1139
>
> The source zip can be found here:
>
> https://repository.apache.org/content/repositories/orgapachegeronimo-1139/org/apache/xbean/xbean/4.20/
> sha1 is 9813469618230d15bf17763ca7f989e414608a0f
>
> Please VOTE
>
> [+1] let's ship it!
> [+0] don't care
> [-1] stop there is a ${showstopper}
>
>
> The VOTE is open for 72h.
>
> txs and LieGrue,
> strub
>
>
>
>


Re: [VOTE] Release Apache xBean-4.20

2021-05-07 Thread Jean-Baptiste Onofre
+1 (binding)

Thanks Mark !

Regards
JB

> Le 7 mai 2021 à 10:22, Mark Struberg  a écrit :
> 
> hiho!
> 
> I'd like to call a VOTE on releasing xbean-4.20.
> 
> The only change is to switch back to a dependency-reduced pom.
> 4.18 und 4.19 did leak the shaded ASM dependencies down to consumers. This 
> defeats the shading.
> Downstream projects can of course use exclude lists, but since the artifactId 
> changes rather quickly it would be great to not leak those artifacts.
> 
> 
> The staging repository is here:
> https://repository.apache.org/content/repositories/orgapachegeronimo-1139 
> 
> 
> The source zip can be found here:
> https://repository.apache.org/content/repositories/orgapachegeronimo-1139/org/apache/xbean/xbean/4.20/
>  
> 
> sha1 is 9813469618230d15bf17763ca7f989e414608a0f
> 
> Please VOTE
> 
> [+1] let's ship it!
> [+0] don't care
> [-1] stop there is a ${showstopper}
> 
> 
> The VOTE is open for 72h.
> 
> txs and LieGrue,
> strub
> 
>