Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rt-pmc] Copying code in Vert.x 3.4.2

Hi,

thanks for the response,

would this CQ requires a forma release review checkpoint and thus is rather for Vert.x 3.5 or would it be ok for 3.4.2 as soon as IP team gives a go for the CQ ?



> On Jun 12, 2017, at 3:37 PM, Gunnar Wagenknecht <gunnar@xxxxxxxxxxxxxxx> wrote:
> 
> Hi Julien,
> 
> This is possible. Following the IP process you need to:
> 
> - create a CQ with the original (unmodified) source file and license and request distribution of modified source
> - add the file to your Git repo, modify it and make sure to preserve any file copyright info as requested by the license/author
> - add a notice file (or any other file) as requested by the license
> 
> Are you shipping an about file? Eclipse plug-ins do that and they would list the modification and the author/originating source and license here. But I don't think you guys do that.
> 
> -Gunnar
> 
> -- 
> Gunnar Wagenknecht
> gunnar@xxxxxxxxxxxxxxx, http://guw.io/
> 
> 
> 
> 
> 
> 
>> On 12. Jun 2017, at 14:13, Julien Viet <julien@xxxxxxxxxxxxxx> wrote:
>> 
>> Hi,
>> 
>> we would like to support PKCS1 private keys in Vert.x 3 and for that purpose we need a couple of specific classes that are not provided by the JDK.
>> 
>> A few (non Eclipse) projects have gone this way by forking an ASL class from Apache JMeter and giving credits to the author, here are a few examples:
>> 
>> - https://github.com/rhuss/jolokia/blob/b6010e3c053648eb280e57c1255f741d579b0688/agent/jvm/src/main/java/org/jolokia/jvmagent/security/PKCS1Util.java
>> - https://github.com/dengjifu/kit-platforms/blob/e3e434b54cbdc79ffd2f380313ea20239f7d1934/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/internal/PKCS1Util.java
>> 
>> We would like to do the same in Vert.x as it allows to address the problem in an effective way.
>> 
>> Can you tell us which guidelines we should follow for this and also if we can do that in the Vert.x 3.4.2 release.
>> 
>> cheers
>> 
>> Julien
>> 
>> _______________________________________________
>> rt-pmc mailing list
>> rt-pmc@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/rt-pmc
> 
> _______________________________________________
> rt-pmc mailing list
> rt-pmc@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/rt-pmc



Back to the top