Hi Piotr, Congratulations on fixing the Installer! Have you seen it work on both Mac and Win?
Before you go to the trouble of creating release candidates, it is better for others to review the source package and binaries. Is apacheflexbuild creating packages? If so, we should have folks look there, otherwise, we should grab the branch from the repo. Thanks, -Alex On 10/31/17, 3:54 PM, "Piotr Zarzycki" <piotrzarzyck...@gmail.com> wrote: >I was able to update manually MD5 for Flash Player 27.0, Adobe Air 27.0. >Installer 3.3 is able to download it nicely with Nightly build of SDK. Now >I would like to make an RC1 for installer. I see instruction [1]. > >"You need to obtain the installapacheflex_self.p12 file and its password >from the previous >release manager for InstallApacheFlex" > >Who has that file ? > >How I can upload my RC1 to distribution server ? > >[1] >https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.co >m%2Fapache%2Fflex-utilities%2Fblob%2Fdevelop%2Fflex-installer%2FRELEASE_GU >IDE&data=02%7C01%7C%7C136026cd68e64d74913a08d520b24fd8%7Cfa7b1b5a7b3443879 >4aed2c178decee1%7C0%7C0%7C636450872576145644&sdata=mj%2FaLkbK9ShbYsCU%2FEY >ErNvOBzV2dGlLnkaCrFh0KiY%3D&reserved=0 > >Thanks for help! Piotr > > > >2017-10-31 22:59 GMT+01:00 Alex Harui <aha...@adobe.com.invalid>: > >> The cache value comes from. Http header. It is easier to put in fake >> value then run the app >> >> >> Get Outlook for >>Android<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F >>aka.ms%2Fghei36&data=02%7C01%7C%7C136026cd68e64d74913a08d520b24fd8%7Cfa7b >>1b5a7b34438794aed2c178decee1%7C0%7C0%7C636450872576145644&sdata=izmdfwJFr >>v9uWxs3N7%2FLT9R4DOi5Bz5BTgP%2FTwM4veE%3D&reserved=0> >> >> ________________________________ >> From: Piotr Zarzycki <piotrzarzyck...@gmail.com> >> Sent: Tuesday, October 31, 2017 2:55:09 PM >> To: dev@flex.apache.org >> Subject: Re: [Discuss] Release Apache Flex and Apache Flex Installer >> >> How can I manually check those values ? cacheID="1a12cc0c-5576793ff665c" >> cacheID2="d16a2ff-5304155c7d928". If I could manually check everything >>in >> somehow I could proceed with release and fix MD5Checker later. >> >> 1) I'm downloading Adobe Air >> 2) Compute MD5 myself yes ? >> >> Later what am I doing with the results ? >> >> Piotr >> >> >> 2017-10-31 22:48 GMT+01:00 Piotr Zarzycki <piotrzarzyck...@gmail.com>: >> >> > Alex, >> > >> > It look like MD5Checker experiencing similar issue as installer. The >> > difference is that installer had out of memory in case of unzipping >>and >> > MD5Checker has that problem in case of loading url request. >> > >> > When "redownload" is launched MD5Checker is being blown up! In order >>to >> > fix that maybe I will have to rewrite logic for download in case of >> windows >> > to Powershell download. How is this working in case of mac ? If that >> > MD5Checker is working on Windows machine if I switch download to >> Powershell >> > it should also work for dmg file. >> > >> > Piotr >> > >> > >> > 2017-10-31 20:10 GMT+01:00 Alex Harui <aha...@adobe.com.invalid>: >> > >> >> You put in the md5 for that AIR SDK. What I do is make sure I can >>run >> >> MD5Checker locally. >> >> >> >> Then I stick in some other md5, publish sdk-installer-config-4.0.xml >>and >> >> run MD5Checker locally. >> >> >> >> It will tell you how to fix up the md5 as well as the cacheID value. >> >> >> >> I've published some notes here: >> >> https://na01.safelinks.protection.outlook.com/?url= >> https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay% >> 2FFLEX%2FMD5Checker&data=02%7C01%7C%7C5456257c0db04e7edb3708d520aa185f% >> 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636450837287365340&sdata= >> neLBRT69pMwTAtRWB3LOr3ic43WXQXfShShqZ5ki6w0%3D&reserved=0+ >> >> Instruction+Man >> >> ual >> >> >> >> HTH, >> >> -Alex >> >> >> >> On 10/31/17, 11:11 AM, "Piotr Zarzycki" <piotrzarzyck...@gmail.com> >> >> wrote: >> >> >> >> >Alex, >> >> > >> >> >I'm asking what should I put in that tags <md5 >> >> >>>id="air.sdk.md5.windows.27.0b">a0a0ae42410c90315e895e1bcabfe896</md5> >> >> >of sdk-installer-config-4.0.xml file ? >> >> > >> >> >Piotr >> >> > >> >> >2017-10-31 18:57 GMT+01:00 Alex Harui <aha...@adobe.com.invalid>: >> >> > >> >> >> Hi Piotr, >> >> >> >> >> >> I'm not quite sure what you are asking. To add newer AIR SDKs to >>the >> >> >>list >> >> >> of choices, add new entries in sdk-installer-config-4.0.xml on our >> >> >> website. To get the Installer to offer a particular AIR SDK >>version >> as >> >> >>he >> >> >> default, you also change a setting in >>sdk-installer-config-4.0.xml. >> To >> >> >> get the Installer to be built with a particular version of AIR, >> create >> >> >> your Flex SDK with that version of AIR and also double-check the >> >> >>-app.xml >> >> >> file. >> >> >> >> >> >> HTH, >> >> >> -Alex >> >> >> >> >> >> On 10/31/17, 10:28 AM, "Piotr Zarzycki" >><piotrzarzyck...@gmail.com> >> >> >>wrote: >> >> >> >> >> >> >Update version in the SDK and installer is done. I'm wondering >>now >> how >> >> >>can >> >> >> >I update installer to have the newest Adobe Air SDK version ? I >>see >> >> >>there >> >> >> >for Windows and Mac version md5, are we generate those ourselves >>? >> >> >> > >> >> >> >Thanks, >> >> >> >Piotr >> >> >> > >> >> >> >2017-10-30 21:41 GMT+01:00 Carlos Rovira >> >> >><carlos.rov...@codeoscopic.com>: >> >> >> > >> >> >> >> Hi Piotr, >> >> >> >> >> >> >> >> I think maven has its own way to make releases, don't know how >> this >> >> >>fit >> >> >> >> with our releases, but I think you must to do something like >>"mvn >> >> >> >>prepare >> >> >> >> release" or something like that >> >> >> >> >> >> >> >> 2017-10-30 21:33 GMT+01:00 Alex Harui >><aha...@adobe.com.invalid>: >> >> >> >> >> >> >> >> > Hi Piotr, >> >> >> >> > >> >> >> >> > Check the history of those files. See what we did for the >> 4.14.1 >> >> >> >> release. >> >> >> >> > >> >> >> >> > Also, while we did make a branch for 4.14.1, if you want to >> reuse >> >> >>the >> >> >> >> > 4.16.0 release branch that would be fine with me. >> >> >> >> > >> >> >> >> > -Alex >> >> >> >> > >> >> >> >> > On 10/30/17, 1:02 PM, "Piotr Zarzycki" < >> piotrzarzyck...@gmail.com >> >> > >> >> >> >> wrote: >> >> >> >> > >> >> >> >> > >There is MxmlConfiguration and this is also I don't know >>how to >> >> >> >>fill. If >> >> >> >> > >someone could that would be great! >> >> >> >> > > >> >> >> >> > >Thanks, Piotr >> >> >> >> > > >> >> >> >> > >2017-10-30 20:50 GMT+01:00 Piotr Zarzycki >> >> >> >><piotrzarzyck...@gmail.com>: >> >> >> >> > > >> >> >> >> > >> Last question - How should I actually fill >> frameworks\projects\ >> >> >> >> > >> framework\src\mx\core\FlexVersion file ? If I have 4.16.1 >>? >> >> >> >> > >> >> >> >> >> > >> Thanks, Piotr >> >> >> >> > >> >> >> >> >> > >> 2017-10-30 20:40 GMT+01:00 Carlos Rovira >> >> >> >> > >><carlos.rov...@codeoscopic.com>: >> >> >> >> > >> >> >> >> >> > >>> Hi Piotr, >> >> >> >> > >>> I agree that's better >> >> >> >> > >>> thanks for working on this! :) >> >> >> >> > >>> >> >> >> >> > >>> 2017-10-30 20:08 GMT+01:00 Piotr Zarzycki >> >> >> >><piotrzarzyck...@gmail.com >> >> >> >> >: >> >> >> >> > >>> >> >> >> >> > >>> > I will try to update version to 4.16.1 on develop. >>There >> is >> >> >>only >> >> >> >> > >>>couple >> >> >> >> > >>> of >> >> >> >> > >>> > fixed issues there. No reason jump to 4.17. >> >> >> >> > >>> > >> >> >> >> > >>> > 2017-10-30 17:46 GMT+01:00 Piotr Zarzycki >> >> >> >> > >>><piotrzarzyck...@gmail.com>: >> >> >> >> > >>> > >> >> >> >> > >>> > > Alex, >> >> >> >> > >>> > > >> >> >> >> > >>> > > Exactly. That's why probably my strange questions. I >> will >> >> >> >>figure >> >> >> >> > >>>out >> >> >> >> > >>> how >> >> >> >> > >>> > > to do this and try to switch develop to 4.17 today. >> >> >> >> > >>> > > >> >> >> >> > >>> > > Thank you for help! >> >> >> >> > >>> > > >> >> >> >> > >>> > > 2017-10-30 17:37 GMT+01:00 Alex Harui >> >> >> >><aha...@adobe.com.invalid >> >> >> >> >: >> >> >> >> > >>> > > >> >> >> >> > >>> > >> Hi Piotr, >> >> >> >> > >>> > >> >> >> >> >> > >>> > >> That's interesting. I hadn't noticed that nobody >> >> upgraded >> >> >> >>the >> >> >> >> > >>> release >> >> >> >> > >>> > >> version to 4.17. We typically do that right after >>we >> >> >> >>release so >> >> >> >> > >>>that >> >> >> >> > >>> > >> nightly builds pick up the new release version and >>are >> >> >> >>easier to >> >> >> >> > >>> > >> distinguish from the actual release. So I suggest >>that >> >> >>you >> >> >> >>do >> >> >> >> > >>>that >> >> >> >> > >>> now >> >> >> >> > >>> > >> before cutting the release branch. >> >> >> >> > >>> > >> >> >> >> >> > >>> > >> HTH, >> >> >> >> > >>> > >> -Alex >> >> >> >> > >>> > >> >> >> >> >> > >>> > >> On 10/30/17, 2:02 AM, "Piotr Zarzycki" < >> >> >> >> piotrzarzyck...@gmail.com >> >> >> >> > > >> >> >> >> > >>> > wrote: >> >> >> >> > >>> > >> >> >> >> >> > >>> > >> >Hi Alex, >> >> >> >> > >>> > >> > >> >> >> >> > >>> > >> >It almost explain my concerns. My additional >>concern >> is >> >> >> >>whether >> >> >> >> > >>>on >> >> >> >> > >>> that >> >> >> >> > >>> > >> >branch I should change all the places in code >>where I >> >> see >> >> >> >>4.16 >> >> >> >> to >> >> >> >> > >>> 4.17 >> >> >> >> > >>> > ? >> >> >> >> > >>> > >> >I would like to still create that branch, I >>believe I >> >> can >> >> >> >>make >> >> >> >> > >>>some >> >> >> >> > >>> > >> >mistakes, even if there is not too much activity >>maybe >> >> >> >>someone >> >> >> >> is >> >> >> >> > >>> using >> >> >> >> > >>> > >> >develop actively and we don't know about that. >> >> >> >> > >>> > >> > >> >> >> >> > >>> > >> >Thank you, >> >> >> >> > >>> > >> >Piotr >> >> >> >> > >>> > >> > >> >> >> >> > >>> > >> > >> >> >> >> > >>> > >> >2017-10-30 3:52 GMT+01:00 Alex Harui >> >> >> >><aha...@adobe.com.invalid >> >> >> >> >: >> >> >> >> > >>> > >> > >> >> >> >> > >>> > >> >> Hi Piotr, >> >> >> >> > >>> > >> >> >> >> >> >> > >>> > >> >> If you follow the pattern for release branch >>names >> you >> >> >> >>would >> >> >> >> > >>>call >> >> >> >> > >>> the >> >> >> >> > >>> > >> >> branch "release4.17.0". Typically, there are >> already >> >> >> >>changes >> >> >> >> > >>>in >> >> >> >> > >>> the >> >> >> >> > >>> > >> >> develop branch that you want to release. The >> purpose >> >> >>of >> >> >> >> > >>>release >> >> >> >> > >>> > >> >>branches >> >> >> >> > >>> > >> >> has merely been to make sure changes that are not >> >> >> >> > >>>release-ready do >> >> >> >> > >>> > not >> >> >> >> > >>> > >> >> interfere with the quality of the release. For >> >> >>example, in >> >> >> >> > >>>Royale, >> >> >> >> > >>> > lots >> >> >> >> > >>> > >> >>of >> >> >> >> > >>> > >> >> changes are being made and some break things and >>get >> >> >> >> reverted. >> >> >> >> > >>> You >> >> >> >> > >>> > >> >>don't >> >> >> >> > >>> > >> >> want a release candidate to get caught with some >> >> >>breaking >> >> >> >> > >>>change >> >> >> >> > >>> in >> >> >> >> > >>> > it. >> >> >> >> > >>> > >> >> >> >> >> >> > >>> > >> >> There is so little activity on the flex-sdk >>develop >> >> >> >>branch, I >> >> >> >> > >>> don't >> >> >> >> > >>> > >> even >> >> >> >> > >>> > >> >> see the need to create a release branch, but go >> ahead >> >> >>and >> >> >> >> make >> >> >> >> > >>> one if >> >> >> >> > >>> > >> >>you >> >> >> >> > >>> > >> >> want. If you have some changes you want to >>commit >> >> that >> >> >> >>you >> >> >> >> > >>> haven't >> >> >> >> > >>> > >> yet, >> >> >> >> > >>> > >> >> it doesn't really matter which branch it goes in >> since >> >> >>I >> >> >> >> don't >> >> >> >> > >>> think >> >> >> >> > >>> > >> >>there >> >> >> >> > >>> > >> >> will be anybody committing anything not related >>to >> >> this >> >> >> >> > >>>release. >> >> >> >> > >>> I >> >> >> >> > >>> > >> >>expect >> >> >> >> > >>> > >> >> everyone will be committing in whatever branch >>you >> >> >>want to >> >> >> >> > >>>release >> >> >> >> > >>> > >> from. >> >> >> >> > >>> > >> >> >> >> >> >> > >>> > >> >> Hope that answers your question, >> >> >> >> > >>> > >> >> -Alex >> >> >> >> > >>> > >> >> >> >> >> >> > >>> > >> >> On 10/29/17, 2:11 AM, "Piotr Zarzycki" >> >> >> >> > >>><piotrzarzyck...@gmail.com >> >> >> >> > >>> > >> >> >> >> > >>> > >> >>wrote: >> >> >> >> > >>> > >> >> >> >> >> >> > >>> > >> >> >Alex, >> >> >> >> > >>> > >> >> > >> >> >> >> > >>> > >> >> >I'm creating a branch with "apacheflex4.17" and >> make >> >> >> >>there >> >> >> >> > >>> changes >> >> >> >> > >>> > to >> >> >> >> > >>> > >> >>4.17 >> >> >> >> > >>> > >> >> >in code? >> >> >> >> > >>> > >> >> > >> >> >> >> > >>> > >> >> >That was my concerns. >> >> >> >> > >>> > >> >> >Piotr >> >> >> >> > >>> > >> >> > >> >> >> >> > >>> > >> >> >On Fri, Oct 27, 2017, 18:03 Carlos Rovira >> >> >> >> > >>> > >> >><carlos.rov...@codeoscopic.com> >> >> >> >> > >>> > >> >> >wrote: >> >> >> >> > >>> > >> >> > >> >> >> >> > >>> > >> >> >> If there's some delta, better to make a 4.16.1 >> >> >>instead >> >> >> >>a >> >> >> >> > >>>4.17 >> >> >> >> > >>> > >> >> >> >> >> >> >> > >>> > >> >> >> Thanks >> >> >> >> > >>> > >> >> >> >> >> >> >> > >>> > >> >> >> Carlos >> >> >> >> > >>> > >> >> >> >> >> >> >> > >>> > >> >> >> >> >> >> >> > >>> > >> >> >> >> >> >> >> > >>> > >> >> >> 2017-10-27 17:58 GMT+02:00 Alex Harui >> >> >> >> > >>><aha...@adobe.com.invalid >> >> >> >> > >>> >: >> >> >> >> > >>> > >> >> >> >> >> >> >> > >>> > >> >> >> > I'm not sure I understand the question. >> >> >> >> > >>> > >> >> >> > >> >> >> >> > >>> > >> >> >> > I think we make a new branch with the >>version >> >> >>number >> >> >> >>in >> >> >> >> > >>>the >> >> >> >> > >>> name >> >> >> >> > >>> > >> >>each >> >> >> >> > >>> > >> >> >> > time. We could probably delete old branches >> once >> >> >> >>they >> >> >> >> get >> >> >> >> > >>> > merged >> >> >> >> > >>> > >> >>with >> >> >> >> > >>> > >> >> >> > develop and master. >> >> >> >> > >>> > >> >> >> > >> >> >> >> > >>> > >> >> >> > HTH, >> >> >> >> > >>> > >> >> >> > -Alex >> >> >> >> > >>> > >> >> >> > >> >> >> >> > >>> > >> >> >> > On 10/27/17, 12:55 AM, "Piotr Zarzycki" < >> >> >> >> > >>> > >> piotrzarzyck...@gmail.com> >> >> >> >> > >>> > >> >> >> wrote: >> >> >> >> > >>> > >> >> >> > >> >> >> >> > >>> > >> >> >> > >Alex, >> >> >> >> > >>> > >> >> >> > > >> >> >> >> > >>> > >> >> >> > >I prefer create branch, but question if I >>do >> >> >>this on >> >> >> >> this >> >> >> >> > >>> > branch >> >> >> >> > >>> > >> I >> >> >> >> > >>> > >> >> >> should >> >> >> >> > >>> > >> >> >> > >make the changes to 4.17 or we are testing >> still >> >> >> >>4.16 >> >> >> >> by >> >> >> >> > >>> this >> >> >> >> > >>> > >> >>branch >> >> >> >> > >>> > >> >> >>? >> >> >> >> > >>> > >> >> >> > > >> >> >> >> > >>> > >> >> >> > >Om, >> >> >> >> > >>> > >> >> >> > > >> >> >> >> > >>> > >> >> >> > >Yes it would be awesome if you could help >>with >> >> >> >>tests! >> >> >> >> > >>> > >> >> >> > > >> >> >> >> > >>> > >> >> >> > >I will probably start from the installer. >> >> >> >> > >>> > >> >> >> > > >> >> >> >> > >>> > >> >> >> > >Thanks, Piotr >> >> >> >> > >>> > >> >> >> > > >> >> >> >> > >>> > >> >> >> > > >> >> >> >> > >>> > >> >> >> > >2017-10-27 8:34 GMT+02:00 Alex Harui >> >> >> >> > >>> <aha...@adobe.com.invalid >> >> >> >> > >>> > >: >> >> >> >> > >>> > >> >> >> > > >> >> >> >> > >>> > >> >> >> > >> IMO, there is so little activity on the >> >> develop >> >> >> >> branch >> >> >> >> > >>> that a >> >> >> >> > >>> > >> >> >>release >> >> >> >> > >>> > >> >> >> > >> branch is not required. >> >> >> >> > >>> > >> >> >> > >> >> >> >> >> > >>> > >> >> >> > >> Good luck, >> >> >> >> > >>> > >> >> >> > >> -Alex >> >> >> >> > >>> > >> >> >> > >> >> >> >> >> > >>> > >> >> >> > >> On 10/26/17, 11:08 PM, "omup...@gmail.com >> on >> >> >> >>behalf >> >> >> >> of >> >> >> >> > >>> > >> OmPrakash >> >> >> >> > >>> > >> >> >> > >> Muppirala" <omup...@gmail.com on behalf >>of >> >> >> >> > >>> > >> bigosma...@gmail.com> >> >> >> >> > >>> > >> >> >> wrote: >> >> >> >> > >>> > >> >> >> > >> >> >> >> >> > >>> > >> >> >> > >> >+1 please go ahead. I can help testing. >> >> >> >> > >>> > >> >> >> > >> > >> >> >> >> > >>> > >> >> >> > >> >I think the process for the Installer >> release >> >> >> >>are a >> >> >> >> > >>>bit >> >> >> >> > >>> > >> looser. >> >> >> >> > >>> > >> >> >>You >> >> >> >> > >>> > >> >> >> > >>can >> >> >> >> > >>> > >> >> >> > >> >start the VOTE thread as soon as >>possible. >> >> >> >> Especially >> >> >> >> > >>> since >> >> >> >> > >>> > >> >>this >> >> >> >> > >>> > >> >> >> issue >> >> >> >> > >>> > >> >> >> > >> >has >> >> >> >> > >>> > >> >> >> > >> >been around for a while. >> >> >> >> > >>> > >> >> >> > >> > >> >> >> >> > >>> > >> >> >> > >> >Thanks, >> >> >> >> > >>> > >> >> >> > >> >Om >> >> >> >> > >>> > >> >> >> > >> > >> >> >> >> > >>> > >> >> >> > >> >On Thu, Oct 26, 2017 at 10:27 PM, Piotr >> >> >>Zarzycki >> >> >> >> > >>> > >> >> >> > >> ><piotrzarzyck...@gmail.com> >> >> >> >> > >>> > >> >> >> > >> >wrote: >> >> >> >> > >>> > >> >> >> > >> > >> >> >> >> > >>> > >> >> >> > >> >> Hi Folks, >> >> >> >> > >>> > >> >> >> > >> >> >> >> >> >> > >>> > >> >> >> > >> >> Lately I was able to fix ugly bug [1] >> where >> >> >>on >> >> >> >> > >>>Windows >> >> >> >> > >>> > >> Apache >> >> >> >> > >>> > >> >> >>Flex >> >> >> >> > >>> > >> >> >> > >> >> Installer was failing to download >>Adobe >> Air >> >> >> >> greater >> >> >> >> > >>> than >> >> >> >> > >>> > 23. >> >> >> >> > >>> > >> >> >>Along >> >> >> >> > >>> > >> >> >> > >>with >> >> >> >> > >>> > >> >> >> > >> >> that fix I had to also make fix in SDK >> [2]. >> >> >>I >> >> >> >> > >>>believe >> >> >> >> > >>> this >> >> >> >> > >>> > >> >>two >> >> >> >> > >>> > >> >> >> > >>critical >> >> >> >> > >>> > >> >> >> > >> >> fixes is worth to release. >> >> >> >> > >>> > >> >> >> > >> >> >> >> >> >> > >>> > >> >> >> > >> >> Anyone is against that to start >>release >> >> >> >>process ? >> >> >> >> > >>> > According >> >> >> >> > >>> > >> >>that >> >> >> >> > >>> > >> >> >> > >>guide >> >> >> >> > >>> > >> >> >> > >> >>[3] >> >> >> >> > >>> > >> >> >> > >> >> I should start [LAST CALL] discussion >>as >> an >> >> >> >>first >> >> >> >> > >>>step, >> >> >> >> > >>> > but >> >> >> >> > >>> > >> >> >> probably >> >> >> >> > >>> > >> >> >> > >> >>before >> >> >> >> > >>> > >> >> >> > >> >> that I need to prepare separate branch >> for >> >> >>SDK >> >> >> >>? >> >> >> >> > >>>What's >> >> >> >> > >>> > with >> >> >> >> > >>> > >> >> >> > >>installer >> >> >> >> > >>> > >> >> >> > >> >>do I >> >> >> >> > >>> > >> >> >> > >> >> need to do this the same ? >> >> >> >> > >>> > >> >> >> > >> >> >> >> >> >> > >>> > >> >> >> > >> >> [1] >> >> >> >> > >>> > >> >> >> > >> >> >> >> >>>>https://na01.safelinks.protection.outlook.com/?url= >> >> >> https%3A%2F%2Fna01.s >> >> >> >>>>afelinks&data=02%7C01%7C%7C656a0f9793f1433d02a208d52084 >> >> >> db18%7Cfa7b1b5a7 >> >> >> >>>>b34438794aed2c178decee1%7C0%7C0%7C636450677345736481& >> >> >> sdata=%2BM6OsV5EqR >> >> >> >>>>npZQGcmliWXrP1BibWLUVn6AlnU6Hd4aA%3D&reserved=0. >> >> >> >> protection.outlook.com/?url= >> >> >> >> > >>> > >> >> >> > >> https%3A%2F%2Fissues.a >> >> >> >> > >>> > >> >> >> > >> >> >> >> >> > >>>>>pache.org%2Fjira%2Fbrowse%2FFLEX-35295&data=02%7C01%7C% >> >> >> >> > >>> > >> >> >> > >> 7C775f0538f7d64936 >> >> >> >> > >>> > >> >> >> > >> >> >> >>>>04a008d51d014756%7Cfa7b1b5a7b34438794aed2c178de >> >> >> >> > >>> > >> >> >> > >> cee1%7C0%7C0%7C63644681369 >> >> >> >> > >>> > >> >> >> > >> >> >> >> >> > >>> > >> >> >> >> >>>>>>4500038&sdata=sMKk4NX5obM11SVbLqS46PVB8%2FiEG2%2FhjE% >> >> >> >> > >>> > >> 2F9fAvLpiA%3D& >> >> >> >> > >>> > >> >> >> > >> reserv >> >> >> >> > >>> > >> >> >> > >> >>ed=0 >> >> >> >> > >>> > >> >> >> > >> >> [2] >> >> >> >> > >>> > >> >> >> > >> >> >> >> >>>>https://na01.safelinks.protection.outlook.com/?url= >> >> >> https%3A%2F%2Fna01.s >> >> >> >>>>afelinks&data=02%7C01%7C%7C656a0f9793f1433d02a208d52084 >> >> >> db18%7Cfa7b1b5a7 >> >> >> >>>>b34438794aed2c178decee1%7C0%7C0%7C636450677345736481& >> >> >> sdata=%2BM6OsV5EqR >> >> >> >>>>npZQGcmliWXrP1BibWLUVn6AlnU6Hd4aA%3D&reserved=0. >> >> >> >> protection.outlook.com/?url= >> >> >> >> > >>> > >> >> >> > >> https%3A%2F%2Fissues.a >> >> >> >> > >>> > >> >> >> > >> >> >> >> >> > >>>>>pache.org%2Fjira%2Fbrowse%2FFLEX-35364&data=02%7C01%7C% >> >> >> >> > >>> > >> >> >> > >> 7C775f0538f7d64936 >> >> >> >> > >>> > >> >> >> > >> >> >> >>>>04a008d51d014756%7Cfa7b1b5a7b34438794aed2c178de >> >> >> >> > >>> > >> >> >> > >> cee1%7C0%7C0%7C63644681369 >> >> >> >> > >>> > >> >> >> > >> >> >> >> >> > >>> > >> >> >> > >>>>4500038&sdata= >> IuuiKrQPblxvtKg3K2YR5M070EpuQx >> >> >> >> > >>> > >> >> >> > IKt3njPWGOQLA%3D&reserved=0 >> >> >> >> > >>> > >> >> >> > >> >> [3] >> >> >> >> > >>> > >> >> >> > >> >> >> >> >> >> > >>> > >> >> >> > >> >> >> >> >>>>https://na01.safelinks.protection.outlook.com/?url= >> >> >> https%3A%2F%2Fna01.s >> >> >> >>>>afelinks&data=02%7C01%7C%7C656a0f9793f1433d02a208d52084 >> >> >> db18%7Cfa7b1b5a7 >> >> >> >>>>b34438794aed2c178decee1%7C0%7C0%7C636450677345736481& >> >> >> sdata=%2BM6OsV5EqR >> >> >> >>>>npZQGcmliWXrP1BibWLUVn6AlnU6Hd4aA%3D&reserved=0. >> >> >> >> protection.outlook.com/?url= >> >> >> >> > >>> > >> >> >> > >> https%3A%2F%2Fcwiki.ap >> >> >> >> > >>> > >> >> >> > >> >>ache.org%2Fconfluence% >> >> >> >> 2Fdisplay%2FFLEX%2FA&data=02% >> >> >> >> > >>> > >> >> >> > >> 7C01%7C%7C775f0538f7d6 >> >> >> >> > >>> > >> >> >> > >> >>493604a008d51d014756% >> >> >> >> 7Cfa7b1b5a7b34438794aed2c178de >> >> >> >> > >>> > >> >> >> > >> cee1%7C0%7C0%7C6364468 >> >> >> >> > >>> > >> >> >> > >> >>13694500038&sdata=Zwo3% >> >> >> >> > 2BIN4bIhG0lvSts8SPdcj25uRWWEQz >> >> >> >> > >>> > >> >> >> > >> Tmh%2FYDiKsA%3D&rese >> >> >> >> > >>> > >> >> >> > >> >>rved=0+ >> >> >> >> > >>> > >> >> >> > >> >> >>guide+to+the+Apache+Flex+release+process >> >> >> >> > >>> > >> >> >> > >> >> >> >> >> >> > >>> > >> >> >> > >> >> Thanks, >> >> >> >> > >>> > >> >> >> > >> >> Piotr >> >> >> >> > >>> > >> >> >> > >> >> >> >> >> >> > >>> > >> >> >> > >> >> >> >> >> > >>> > >> >> >> > >> >> >> >> >> > >>> > >> >> >> > > >> >> >> >> > >>> > >> >> >> > > >> >> >> >> > >>> > >> >> >> > >-- >> >> >> >> > >>> > >> >> >> > > >> >> >> >> > >>> > >> >> >> > >Piotr Zarzycki >> >> >> >> > >>> > >> >> >> > > >> >> >> >> > >>> > >> >> >> > >mobile: +48 880 859 557 >> <+48%20880%20859%20557> >> >> <+48%20880%20859%20557> >> >> >> >> > >>> > >> >> >> > >skype: zarzycki10 >> >> >> >> > >>> > >> >> >> > > >> >> >> >> > >>> > >> >> >> > >LinkedIn: >> >> >> >> > >>> > >> >> >> > >> >> >>>https://na01.safelinks.protection.outlook.com/?url= >> >> >> >> > >>> > >> >> >> > http%3A%2F%2Fwww.linked >> >> >> >> > >>> > >> >> >> > >in.com%2Fpiotrzarzycki&data=02%7C01%7C% >> >> >> >> > >>> > >> >> 7C379863aa5f7f42c1088a08d51d10 >> >> >> >> > >>> > >> >> >> > 27ab% >> >> >> >> > >>> > >> >> >> > >> >> >> >> > >>> > >> >> >> >> >> >> > >>> > >> >> >> >>>>>>>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6364468775 >> >> >> >> > >>> > >> 84877115&sdata= >> >> >> >> > >>> > >> >> >> > sutF >> >> >> >> > >>> > >> >> >> > >UQ96b7Vq8KdT6lelRFHI4cPDLGXN8% >> >> >> >> > 2BH9d%2BGfeu4%3D&reserved=0 >> >> >> >> > >>> > >> >> >> > >> >> >>><https://na01.safelinks.protection.outlook.com/?url=https >> >> %3A%2F%2Fna01.s >> >> >>>afelinks&data=02%7C01%7C%7C6d64354f410b4bfc2e6b08d5208adf >> >> 0e%7Cfa7b1b5a7b >> >> >>>34438794aed2c178decee1%7C0%7C0%7C636450703204371504&sdata >> >> =oUUyKqly55x6T6 >> >> >>>SOIKo0eNoELGp2f7RaQAOCX6p132s%3D&reserved=0. >> >> >> protection.outlook.com/?url= >> >> >> >> > >>> > >> >> >> > https%3A%2F%2Fpl.linke >> >> >> >> > >>> > >> >> >> > >din.com%2Fin%2Fpiotr- >> zarzycki-92a53552&data=02% >> >> >> >> > >>> > >> >> >> > 7C01%7C%7C379863aa5f7f42c10 >> >> >> >> > >>> > >> >> >> > >88a08d51d1027ab% >> 7Cfa7b1b5a7b34438794aed2c178de >> >> >> >> > >>> > >> >> >> > cee1%7C0%7C0%7C6364468775848 >> >> >> >> > >>> > >> >> >> > >> >> >> >> > >>> > >> >> >> >> >> >> > >>> > >> >> >> >>>>>>>77115&sdata=aXnZt9vbXtSnJMeKCfpbiR90YyCxkCOxn3mQxmyhZ0c >> >> >> >> > >>> > >> %3D&reserved=0> >> >> >> >> > >>> > >> >> >> > > >> >> >> >> > >>> > >> >> >> > >GitHub: >> >> >> >> > >>> > >> >> >> > >> >> >>>https://na01.safelinks.protection.outlook.com/?url= >> >> >> >> > >>> > >> >> >> > https%3A%2F%2Fgithub.co >> >> >> >> > >>> > >> >> >> > >> >> >> >> > >>>>>>m%2Fpiotrzarzycki21&data=02%7C01%7C%7C379863aa5f7f42c1088a0 >> >> >> >> > >>> > >> 8d51d10 >> >> >> >> > >>> > >> >> >> > 27ab%7Cf >> >> >> >> > >>> > >> >> >> > >> >> >> >> > >>> > >> >> >> >>>>>a7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636446877584877 >> >> >> >> > >>> 115&sdata= >> >> >> >> > >>> > >> >> >> > HvOjeE3 >> >> >> >> > >>> > >> >> >> > >tgn9tA4j0%2BwHYnNL5bvkW03dEVGRjn0AFuRg% >> >> >> 3D&reserved=0 >> >> >> >> > >>> > >> >> >> > >> >> >> >> > >>> > >> >> >> > >> >> >> >> > >>> > >> >> >> >> >> >> >> > >>> > >> >> >> >> >> >> >> > >>> > >> >> >> -- >> >> >> >> > >>> > >> >> >> >> >> >> >> > >>> > >> >> >> >> >> >> >> > >>> > >> >> >>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01. >>>>safelinks&data=02%7C01%7C%7C136026cd68e64d74913a08d520b24fd8%7Cfa7b1b5a >>>>7b34438794aed2c178decee1%7C0%7C0%7C636450872576145644&sdata=xf%2BR29%2B >>>>ciLNrm96pA9vZRIBnGbm8zCtSwNKr70YIWOE%3D&reserved=0. >> protection.outlook.com/?url=https%3A%2F%2Fna01.safelinks. >> prot&data=02%7C01%7C%7C5456257c0db04e7edb3708d520aa185f% >> 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636450837287365340&sdata= >> 4cfNFNnF7ghXWDBKORuXUHE8xTFoBmuigbZglly1tJw%3D&reserved=0 >> >> ection.outlook.com/?url= >> >> >> >> > >>> > >> >> http%3A%2F%2Fwww.code >> >> >> >> > >>> > >> >> >> >> >> >>>>oscopic.com&data=02%7C01%7C%7C62142744e64245eccbc108d51ead >> >> >> >> > >>> > >> >> 2151%7Cfa7b1b5a >> >> >> >> > >>> > >> >> >> >> >>>>7b34438794aed2c178decee1%7C0%7C0%7C636448651294631458& >> >> >> >> > >>> > >> >> sdata=OVpMJRSJqDGcX >> >> >> >> > >>> > >> >> >>>>XQDgfEJwI3GsRSz6EuECKO%2FCRyx%2B2k%3D&reserved=0> >> >> >> >> > >>> > >> >> >> >> >> >> >> > >>> > >> >> >> Carlos Rovira >> >> >> >> > >>> > >> >> >> >> >> >> >> > >>> > >> >> >> Director General >> >> >> >> > >>> > >> >> >> >> >> >> >> > >>> > >> >> >> M: +34 607 22 60 05 <+34%20607%2022%2060%2005> >> >> <+34%20607%2022%2060%2005> >> >> >> >> > >>> > >> >> >> >> >> >> >> > >>> > >> >> >> >> >> >> >> > >>> > >> >> >>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01.s >>>>afelinks&data=02%7C01%7C%7C136026cd68e64d74913a08d520b24fd8%7Cfa7b1b5a7 >>>>b34438794aed2c178decee1%7C0%7C0%7C636450872576145644&sdata=xf%2BR29%2Bc >>>>iLNrm96pA9vZRIBnGbm8zCtSwNKr70YIWOE%3D&reserved=0. >> protection.outlook.com/?url= >> >> >> >> > >>> > >> >> http%3A%2F%2Fwww.codeo >> >> >> >> > >>> > >> >> >> >> >> >>>>scopic.com&data=02%7C01%7C%7C62142744e64245eccbc108d51ead >> >> >> >> > >>> > >> >> 2151%7Cfa7b1b5a7 >> >> >> >> > >>> > >> >> >>b34438794aed2c178decee1%7C0% >> >> 7C0%7C636448651294631458& >> >> >> >> > >>> > >> >> sdata=OVpMJRSJqDGcXX >> >> >> >> > >>> > >> >> >>QDgfEJwI3GsRSz6EuECKO%2FCRyx%2B2k%3D&reserved=0 >> >> >> >> > >>> > >> >> >> >> >> >> >> > >>> > >> >> >> >> >> >> >> > >>> > >> >> >> Conocenos Avant2 en 1 minuto! >> >> >> >> > >>> > >> >> >> >> >> >> > >>> > >> >> >> >>>>>><https://na01.safelinks.protection.outlook.com/?url=http >> >> >> >> > >>> > >> s%3A%2F%2Favant >> >> >> >> > >>> > >> >>>>2 >> >> >> >> > >>> > >> >> . >> >> >> >> > >>> > >> >> >>es%2F%23video&data=02%7C01%7C% >> >> >> >> 7C62142744e64245eccbc108d51ead >> >> >> >> > >>> > >> >> 2151%7Cfa7b1b >> >> >> >> > >>> > >> >> >>5a7b34438794aed2c178decee1% >> >> >> 7C0%7C0%7C636448651294631458& >> >> >> >> > >>> > >> >> sdata=KAzqmbxN3VK >> >> >> >> > >>> > >> >> >>xrvc7QlxDsMjds2bklj45Rj7ADPuAMz0%3D&reserved=0> >> >> >> >> > >>> > >> >> >> >> >> >> >> > >>> > >> >> >> >> >> >> >> > >>> > >> >> >> Este mensaje se dirige exclusivamente a su >> >> >> >>destinatario y >> >> >> >> > >>>puede >> >> >> >> > >>> > >> >>contener >> >> >> >> > >>> > >> >> >> informaci?n privilegiada o confidencial. Si ha >> >> >>recibido >> >> >> >> este >> >> >> >> > >>> > mensaje >> >> >> >> > >>> > >> >> >> >> >> >> >> > >>> > >> >> >>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01. >>>>safelinks&data=02%7C01%7C%7C136026cd68e64d74913a08d520b24fd8%7Cfa7b1b5a >>>>7b34438794aed2c178decee1%7C0%7C0%7C636450872576145644&sdata=xf%2BR29%2B >>>>ciLNrm96pA9vZRIBnGbm8zCtSwNKr70YIWOE%3D&reserved=0. >> protection.outlook.com/?url=https%3A%2F%2Fna01.safelinks. >> prot&data=02%7C01%7C%7C5456257c0db04e7edb3708d520aa185f% >> 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636450837287365340&sdata= >> 4cfNFNnF7ghXWDBKORuXUHE8xTFoBmuigbZglly1tJw%3D&reserved=0 >> >> ection.outlook.com/?url= >> >> >> >> > >>> > >> >> https%3A%2F%2Fmaps.go >> >> >> >> > >>> > >> >> >>ogle.com%2F%3Fq%3Decibido% >> 2Beste%2Bmensaje%26entry% >> >> >> >> > >>> > >> >> 3Dgmail%26source%3Dg&d >> >> >> >> > >>> > >> >> >>ata=02%7C01%7C%7C62142744e64245eccbc108d51ead >> >> >> >> > >>> > >> >> 2151%7Cfa7b1b5a7b34438794aed >> >> >> >> > >>> > >> >> >>2c178decee1%7C0%7C0%7C636448651294631458&sdata= >> >> >> >> > >>> > >> >> qVml2naWBbn9He%2F69fO9TQE2 >> >> >> >> > >>> > >> >> >>XWZkYe4HfuE%2FP7E4vmI%3D&reserved=0> por >> >> >> >> > >>> > >> >> >> error, le rogamos que nos lo comunique >> >> >>inmediatamente >> >> >> >>por >> >> >> >> > >>>esta >> >> >> >> > >>> > misma >> >> >> >> > >>> > >> >> >>v?a y >> >> >> >> > >>> > >> >> >> proceda a su destrucci?n. >> >> >> >> > >>> > >> >> >> >> >> >> >> > >>> > >> >> >> De la vigente Ley Org?nica de Protecci?n de >>Datos >> >> >> >> > >>>(15/1999), le >> >> >> >> > >>> > >> >> >>comunicamos >> >> >> >> > >>> > >> >> >> que sus datos forman parte de un fichero cuyo >> >> >> >>responsable >> >> >> >> es >> >> >> >> > >>> > >> >>CODEOSCOPIC >> >> >> >> > >>> > >> >> >> S.A. La finalidad de dicho tratamiento es >> facilitar >> >> >>la >> >> >> >> > >>> prestaci?n >> >> >> >> > >>> > >> del >> >> >> >> > >>> > >> >> >> servicio o informaci?n solicitados, teniendo >> usted >> >> >> >>derecho >> >> >> >> > >>>de >> >> >> >> > >>> > >> acceso, >> >> >> >> > >>> > >> >> >> rectificaci?n, cancelaci?n y oposici?n de sus >> datos >> >> >> >> > >>> dirigi?ndose a >> >> >> >> > >>> > >> >> >>nuestras >> >> >> >> > >>> > >> >> >> oficinas c/ Paseo de la Habana 9-11, 28036, >> Madrid >> >> >>con >> >> >> >>la >> >> >> >> > >>> > >> >>documentaci?n >> >> >> >> > >>> > >> >> >> necesaria. >> >> >> >> > >>> > >> >> >> >> >> >> >> > >>> > >> >> >> >> >> >> > >>> > >> >> >> >> >> >> > >>> > >> > >> >> >> >> > >>> > >> > >> >> >> >> > >>> > >> >-- >> >> >> >> > >>> > >> > >> >> >> >> > >>> > >> >Piotr Zarzycki >> >> >> >> > >>> > >> > >> >> >> >> > >>> > >> >mobile: +48 880 859 557 <+48%20880%20859%20557> >> >> <+48%20880%20859%20557> >> >> >> >> > >>> > >> >skype: zarzycki10 >> >> >> >> > >>> > >> > >> >> >> >> > >>> > >> >LinkedIn: >> >> >> >> > >>> > >> >> >> >>>https://na01.safelinks.protection.outlook.com/?url=http%3A% >> >> >> >> > >>> > >> 2F%2Fwww.linked >> >> >> >> > >>> > >> >> >> >>>in.com%2Fpiotrzarzycki&data=02%7C01%7C%7Cf22e1ff4239b49e5ca >> >> >> >> > >>> > >> 7d08d51f750717% >> >> >> >> > >>> > >> >> >> >>>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63644950985211 >> >> >> >> > >>> > >> 0960&sdata=Sm1f >> >> >> >> > >>> > >> >> >> >> >>>yaqVUA1UJESe53%2FqjBgjKg%2BhjSKxbWl%2Fa%2FNFhPE%3D&reserved=0 >> >> >> >> > >>> > >> >> >> >>><https://na01.safelinks.protection.outlook.com/?url=https% >> >> >> >> > >>> > >> 3A%2F%2Fpl.linke >> >> >> >> > >>> > >> >din.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02% >> 7C01%7C% >> >> >> >> > >>> > >> 7Cf22e1ff4239b49e5c >> >> >> >> > >>> > >> >> >> >>>a7d08d51f750717%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0% >> >> >> >> > >>> > >> 7C6364495098521 >> >> >> >> > >>> > >> >> >> >> >>>10960&sdata=RGp9kYYqUgpoEuL1PVyolY1%2Fgvn6Y2w3CdrVqx2YVhA%3D& >> >> >> >> > >>> > reserved=0> >> >> >> >> > >>> > >> > >> >> >> >> > >>> > >> >GitHub: >> >> >> >> > >>> > >> >https://na01.safelinks.protection.outlook.com/?url= >> https%3A%2F%2Fna01.safelinks.protec&data=02%7C01%7C% >> 7C5456257c0db04e7edb3708d520aa185f%7Cfa7b1b5a7b34438794aed2c178de >> cee1%7C0%7C0%7C636450837287365340&sdata=Msnr0WbAOb50% >> 2FH8oxM4DmZGSUoE5bXFKvGdycgYS3CI%3D&reserved=0 >> >> tion.outlook.com/?url=https% >> >> >> >> > >>> > >> 3A%2F%2Fgithub.co >> >> >> >> > >>> > >> >> >> >>>m%2Fpiotrzarzycki21&data=02%7C01%7C%7Cf22e1ff4239b49e5ca7d0 >> >> >> >> > >>> > >> 8d51f750717%7Cf >> >> >> >> > >>> > >> >> >> >>>a7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63644950985211096 >> >> >> >> > >>> > >> 0&sdata=yMZnQ8I >> >> >> >> > >>> > >> >ApVx%2BYLgSb%2BbuDLe8lvph6dwF >> >> O%2FeJjKoGh9Q%3D&reserved=0 >> >> >> >> > >>> > >> >> >> >> >> > >>> > >> >> >> >> >> > >>> > > >> >> >> >> > >>> > > >> >> >> >> > >>> > > -- >> >> >> >> > >>> > > >> >> >> >> > >>> > > Piotr Zarzycki >> >> >> >> > >>> > > >> >> >> >> > >>> > > mobile: +48 880 859 557 <+48%20880%20859%20557> >> >> <+48%20880%20859%20557> >> >> >> >> > >>> > > skype: zarzycki10 >> >> >> >> > >>> > > >> >> >> >> > >>> > > LinkedIn: >> >> >> >> > >>>https://na01.safelinks.protection.outlook.com/?url= >> >> >> >> > http%3A%2F%2Fwww.link >> >> >> >> > >>>edin.com%2Fpiotrzarzycki&data=02%7C01%7C% >> >> >> >> 7C8d4f23024d8d4f97207508d51fd1 >> >> >> >> > 2 >> >> >> >> > >>>054%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0% >> >> >> >> > 7C636449905425973843&sdat >> >> >> >> > >>>a=UUglVTCxOLq8C%2Bjz3RCkxu5MwKfFd%2BZRSVmGarD4eGA%3D& >> >> reserved=0 >> >> >> >> > >>> > > >> >> >> >> > >>><https://na01.safelinks.protection.outlook.com/?url= >> >> >> >> > https%3A%2F%2Fpl.lin >> >> >> >> > >>>kedin.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02% >> >> >> >> > 7C01%7C%7C8d4f23024d8d4 >> >> >> >> > >>>f97207508d51fd12054%7Cfa7b1b5a7b34438794aed2c178de >> >> >> >> > cee1%7C0%7C0%7C6364499 >> >> >> >> > >>>05425973843&sdata=H34E%2FxcWG46u1DmBkgZwPbYJh0h9SI42z >> >> >> >> > tbeYuzGegc%3D&reser >> >> >> >> > >>>ved=0> >> >> >> >> > >>> > > >> >> >> >> > >>> > > GitHub: >> >> >> >> > >>>https://na01.safelinks.protection.outlook.com/?url= >> >> >> >> https%3A%2F%2Fgithub >> >> >> >> > . >> >> >> >> > >> >> >> >> >> >>>>>>>com%2Fpiotrzarzycki21&data=02%7C01%7C%7C8d4f23024d8d4 >> >> f97207508d51fd1 >> >> >> >> > 2054 >> >> >> >> > >>>%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0% >> >> >> >> > 7C636449905425973843&sdata=K >> >> >> >> > >>>1l0clkZxrrogLygzi1ipQNQAQOEX0daUfvPiMtdhhE%3D&reserved=0 >> >> >> >> > >>> > > >> >> >> >> > >>> > >> >> >> >> > >>> > >> >> >> >> > >>> > >> >> >> >> > >>> > -- >> >> >> >> > >>> > >> >> >> >> > >>> > Piotr Zarzycki >> >> >> >> > >>> > >> >> >> >> > >>> > mobile: +48 880 859 557 <+48%20880%20859%20557> >> >> >> >> > >>> > skype: zarzycki10 >> >> >> >> > >>> > >> >> >> >> > >>> > LinkedIn: >> >> >> >> > >>>https://na01.safelinks.protection.outlook.com/?url= >> >> >> >> > http%3A%2F%2Fwww.link >> >> >> >> > >>>edin.com%2Fpiotrzarzycki&data=02%7C01%7C% >> >> >> >> 7C8d4f23024d8d4f97207508d51fd1 >> >> >> >> > 2 >> >> >> >> > >>>054%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0% >> >> >> >> > 7C636449905425973843&sdat >> >> >> >> > >>>a=UUglVTCxOLq8C%2Bjz3RCkxu5MwKfFd%2BZRSVmGarD4eGA%3D& >> >> reserved=0 >> >> >> >> > >>> > >> >> >> >> > >>><https://na01.safelinks.protection.outlook.com/?url= >> >> >> >> > https%3A%2F%2Fpl.lin >> >> >> >> > >>>kedin.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02% >> >> >> >> > 7C01%7C%7C8d4f23024d8d4 >> >> >> >> > >>>f97207508d51fd12054%7Cfa7b1b5a7b34438794aed2c178de >> >> >> >> > cee1%7C0%7C0%7C6364499 >> >> >> >> > >>>05426130105&sdata=jzq6FFZi2LpBzu%2BErvPlDibXSxlld52oPMqJF >> >> ETj6PE >> >> >> >> > %3D&reser >> >> >> >> > >>>ved=0> >> >> >> >> > >>> > >> >> >> >> > >>> > GitHub: >> >> >> >> > >>>https://na01.safelinks.protection.outlook.com/?url= >> >> >> >> https%3A%2F%2Fgithub >> >> >> >> > . >> >> >> >> > >> >> >> >> >> >>>>>>>com%2Fpiotrzarzycki21&data=02%7C01%7C%7C8d4f23024d8d4 >> >> f97207508d51fd1 >> >> >> >> > 2054 >> >> >> >> > >>>%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0% >> >> >> >> > 7C636449905426130105&sdata=H >> >> >> >> > >>>1W2X5MG3rOJioNQmSwJcbp33BKweNQyuGFDSlAX8Qo%3D&reserved=0 >> >> >> >> > >>> > >> >> >> >> > >>> >> >> >> >> > >>> >> >> >> >> > >>> >> >> >> >> > >>> -- >> >> >> >> > >>> >> >> >> >> > >>> >> >> >> >> > >>><https://na01.safelinks.protection.outlook.com/?url= >> >> >> >> > http%3A%2F%2Fwww.cod >> >> >> >> > >>>>>eoscopic.com&data=02%7C01%7C%7C8d4f23024d8d4f97207508d51fd1 >> >> >> >> > 2054%7Cfa7b1b >> >> >> >> > >>>5a7b34438794aed2c178decee1%7C0%7C0%7C636449905426130105& >> >> >> >> > sdata=C%2FMvMXJl >> >> >> >> > >>>QPCfCjYkHSnyJjrXaqCI5AjLzh53DVRxaw8%3D&reserved=0> >> >> >> >> > >>> >> >> >> >> > >>> Carlos Rovira >> >> >> >> > >>> >> >> >> >> > >>> Director General >> >> >> >> > >>> >> >> >> >> > >>> M: +34 607 22 60 05 <+34%20607%2022%2060%2005> >> >> >> >> > >>> >> >> >> >> > >>> >> >> >> >> > >>>https://na01.safelinks.protection.outlook.com/?url= >> >> >> >> > http%3A%2F%2Fwww.code >> >> >> >> > >>>oscopic.com&data=02%7C01%7C%7C8d4f23024d8d4f97207508d51fd1 >> >> >> >> > 2054%7Cfa7b1b5 >> >> >> >> > >>>a7b34438794aed2c178decee1%7C0%7C0%7C636449905426130105& >> >> >> >> > sdata=C%2FMvMXJlQ >> >> >> >> > >>>PCfCjYkHSnyJjrXaqCI5AjLzh53DVRxaw8%3D&reserved=0 >> >> >> >> > >>> >> >> >> >> > >>> >> >> >> >> > >>> Conocenos Avant2 en 1 minuto! >> >> >> >> > >>><https://na01.safelinks.protection.outlook.com/?url= >> >> >> >> > https%3A%2F%2Favant2 >> >> >> >> > >>>.es%2F%23video&data=02%7C01%7C% >> 7C8d4f23024d8d4f97207508d51fd1 >> >> >> >> > 2054%7Cfa7b >> >> >> >> > >>>1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449905426130105& >> >> >> >> > sdata=q8VEBQzO >> >> >> >> > >>>M0Dh3gp7a%2FlMiH26h0QFbleGcR%2FMrP3GzQ0%3D&reserved=0> >> >> >> >> > >>> >> >> >> >> > >>> >> >> >> >> > >>> Este mensaje se dirige exclusivamente a su destinatario y >> >> puede >> >> >> >> > >>>contener >> >> >> >> > >>> informaci?n privilegiada o confidencial. Si ha recibido >>este >> >> >> >>mensaje >> >> >> >> > >>>por >> >> >> >> > >>> error, le rogamos que nos lo comunique inmediatamente por >> esta >> >> >> >>misma >> >> >> >> > >>>v?a y >> >> >> >> > >>> proceda a su destrucci?n. >> >> >> >> > >>> >> >> >> >> > >>> De la vigente Ley Org?nica de Protecci?n de Datos >>(15/1999), >> >> le >> >> >> >> > >>> comunicamos >> >> >> >> > >>> que sus datos forman parte de un fichero cuyo >>responsable es >> >> >> >> > >>>CODEOSCOPIC >> >> >> >> > >>> S.A. La finalidad de dicho tratamiento es facilitar la >> >> >>prestaci?n >> >> >> >>del >> >> >> >> > >>> servicio o informaci?n solicitados, teniendo usted >>derecho >> de >> >> >> >>acceso, >> >> >> >> > >>> rectificaci?n, cancelaci?n y oposici?n de sus datos >> >> >>dirigi?ndose a >> >> >> >> > >>> nuestras >> >> >> >> > >>> oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la >> >> >> >> documentaci?n >> >> >> >> > >>> necesaria. >> >> >> >> > >>> >> >> >> >> > >> >> >> >> >> > >> >> >> >> >> > >> >> >> >> >> > >> -- >> >> >> >> > >> >> >> >> >> > >> Piotr Zarzycki >> >> >> >> > >> >> >> >> >> > >> mobile: +48 880 859 557 <+48%20880%20859%20557> >> >> <+48%20880%20859%20557> >> >> >> >> > >> skype: zarzycki10 >> >> >> >> > >> >> >> >> >> > >> LinkedIn: >> >> >> >> > >>https://na01.safelinks.protection.outlook.com/?url= >> >> >> >> > http%3A%2F%2Fwww.linke >> >> >> >> > >> >> >> >> >> >>>>>>din.com%2Fpiotrzarzycki&data=02%7C01%7C%7C8d4f23024d8d >> >> 4f97207508d51fd >> >> >>>>>>1 >> >> >> >> > 205 >> >> >> >> > >>4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0% >> >> >> >> > 7C636449905426130105&sdata=s >> >> >> >> > >>egLcjxjHJyukO1R4CJl82jPgxE0YJsTMFHD3JAjX4U%3D&reserved=0 >> >> >> >> > >> >> >> >> >> > >><https://na01.safelinks.protection.outlook.com/?url= >> >> >> >> > https%3A%2F%2Fpl.link >> >> >> >> > >>edin.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02% >> >> >> >> > 7C01%7C%7C8d4f23024d8d4f9 >> >> >> >> > >>7207508d51fd12054%7Cfa7b1b5a7b34438794aed2c178de >> >> >> >> > cee1%7C0%7C0%7C6364499054 >> >> >> >> > >>>>26130105&sdata=jzq6FFZi2LpBzu%2BErvPlDibXSxlld52oPMqJFETj6PE >> >> >> >> > %3D&reserved= >> >> >> >> > >>0> >> >> >> >> > >> >> >> >> >> > >> GitHub: >> >> >> >> > >>https://na01.safelinks.protection.outlook.com/?url= >> >> >> >> > https%3A%2F%2Fgithub.c >> >> >> >> > >> >> >>>>>>om%2Fpiotrzarzycki21&data=02%7C01%7C%7C8d4f23024d8d4f97207508d51fd1 >> >> >> >> > 2054%7 >> >> >> >> > >> >> >> >> >> >>>>>>Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6364499054 >> >> 26130105&sdata= >> >> >> >> > H1W2 >> >> >> >> > >>X5MG3rOJioNQmSwJcbp33BKweNQyuGFDSlAX8Qo%3D&reserved=0 >> >> >> >> > >> >> >> >> >> > > >> >> >> >> > > >> >> >> >> > > >> >> >> >> > >-- >> >> >> >> > > >> >> >> >> > >Piotr Zarzycki >> >> >> >> > > >> >> >> >> > >mobile: +48 880 859 557 <+48%20880%20859%20557> >> >> >> >> > >skype: zarzycki10 >> >> >> >> > > >> >> >> >> > >LinkedIn: >> >> >> >> > >https://na01.safelinks.protection.outlook.com/?url= >> >> >> >> > http%3A%2F%2Fwww.linked >> >> >> >> > >in.com%2Fpiotrzarzycki&data=02%7C01%7C% >> >> >> 7C8d4f23024d8d4f97207508d51fd1 >> >> >> >> > 2054% >> >> >> >> > >> >> >> >> >> >>>>>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6364499054 >> >> 26130105&sdata= >> >> >> >> > segL >> >> >> >> > >cjxjHJyukO1R4CJl82jPgxE0YJsTMFHD3JAjX4U%3D&reserved=0 >> >> >> >> > ><https://na01.safelinks.protection.outlook.com/?url= >> >> >> >> > https%3A%2F%2Fpl.linke >> >> >> >> > >din.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02% >> >> >> >> > 7C01%7C%7C8d4f23024d8d4f972 >> >> >> >> > >07508d51fd12054%7Cfa7b1b5a7b34438794aed2c178de >> >> >> >> > cee1%7C0%7C0%7C6364499054261 >> >> >> >> > >30105&sdata=jzq6FFZi2LpBzu%2BErvPlDibXSxlld52oPMqJFETj6PE >> >> >> >> %3D&reserved=0> >> >> >> >> > > >> >> >> >> > >GitHub: >> >> >> >> > >https://na01.safelinks.protection.outlook.com/?url= >> >> >> >> > https%3A%2F%2Fgithub.co >> >> >> >> > >m%2Fpiotrzarzycki21&data=02%7C01%7C%7C8d4f23024d8d4f9720750 >> >> 8d51fd1 >> >> >> >> > 2054%7Cf >> >> >> >> > >> >> >>>>>a7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449905426130105&sdata= >> >> >> >> > H1W2X5M >> >> >> >> > >G3rOJioNQmSwJcbp33BKweNQyuGFDSlAX8Qo%3D&reserved=0 >> >> >> >> > >> >> >> >> > >> >> >> >> >> >> >> >> >> >> >> >> -- >> >> >> >> >> >> >> >> >> >> >> >><https://na01.safelinks.protection.outlook.com/?url= >> >> >> http%3A%2F%2Fwww.code >> >> >> >>oscopic.com&data=02%7C01%7C%7C656a0f9793f1433d02a208d52084 >> >> >> db18%7Cfa7b1b5a >> >> >> >>7b34438794aed2c178decee1%7C0%7C0%7C636450677345736481& >> >> >> sdata=cOYCYqeWEKWPQ >> >> >> >>EEH3VZk%2BA%2BomdY%2BpyDuAUsnvJZ3soo%3D&reserved=0> >> >> >> >> >> >> >> >> Carlos Rovira >> >> >> >> >> >> >> >> Director General >> >> >> >> >> >> >> >> M: +34 607 22 60 05 <+34%20607%2022%2060%2005> >> >> >> >> >> >> >> >> >> >> >> >>https://na01.safelinks.protection.outlook.com/?url= >> >> >> http%3A%2F%2Fwww.codeo >> >> >> >>scopic.com&data=02%7C01%7C%7C656a0f9793f1433d02a208d52084 >> >> >> db18%7Cfa7b1b5a7 >> >> >> >>b34438794aed2c178decee1%7C0%7C0%7C636450677345736481& >> >> >> sdata=cOYCYqeWEKWPQE >> >> >> >>EH3VZk%2BA%2BomdY%2BpyDuAUsnvJZ3soo%3D&reserved=0 >> >> >> >> >> >> >> >> >> >> >> >> Conocenos Avant2 en 1 minuto! >> >> >> >> >> >>>><https://na01.safelinks.protection.outlook.com/?url=http >> >> s%3A%2F%2Favant >> >> >>>>2 >> >> >> . >> >> >> >>es%2F%23video&data=02%7C01%7C%7C656a0f9793f1433d02a208d52084 >> >> >> db18%7Cfa7b1b >> >> >> >>5a7b34438794aed2c178decee1%7C0%7C0%7C636450677345736481& >> >> >> sdata=M9ZIm1xYxZH >> >> >> >>K63EIGH9VQDuoowvgx6x9fLtY%2BhMuHCg%3D&reserved=0> >> >> >> >> >> >> >> >> >> >> >> >> Este mensaje se dirige exclusivamente a su destinatario y puede >> >> >>contener >> >> >> >> informaci?n privilegiada o confidencial. Si ha recibido este >> mensaje >> >> >>por >> >> >> >> error, le rogamos que nos lo comunique inmediatamente por esta >> misma >> >> >> >>v?a y >> >> >> >> proceda a su destrucci?n. >> >> >> >> >> >> >> >> De la vigente Ley Org?nica de Protecci?n de Datos (15/1999), le >> >> >> >>comunicamos >> >> >> >> que sus datos forman parte de un fichero cuyo responsable es >> >> >>CODEOSCOPIC >> >> >> >> S.A. La finalidad de dicho tratamiento es facilitar la >>prestaci?n >> >> del >> >> >> >> servicio o informaci?n solicitados, teniendo usted derecho de >> >> acceso, >> >> >> >> rectificaci?n, cancelaci?n y oposici?n de sus datos >>dirigi?ndose a >> >> >> >>nuestras >> >> >> >> oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la >> >> >>documentaci?n >> >> >> >> necesaria. >> >> >> >> >> >> >> > >> >> >> > >> >> >> > >> >> >> >-- >> >> >> > >> >> >> >Piotr Zarzycki >> >> >> > >> >> >> >mobile: +48 880 859 557 <+48%20880%20859%20557> >> >> >> >skype: zarzycki10 >> >> >> > >> >> >> >LinkedIn: >> >> >> >https://na01.safelinks.protection.outlook.com/?url= >> >> >> http%3A%2F%2Fwww.linked >> >> >> >in.com%2Fpiotrzarzycki&data=02%7C01%7C% >> 7C656a0f9793f1433d02a208d52084 >> >> >> db18% >> >> >> >7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63645067734573 >> >> 6481&sdata= >> >> >> t797 >> >> >> >rsBXDM7nVgZd3q3MpuzbXogHqvOT6U85JQtLxsU%3D&reserved=0 >> >> >> ><https://na01.safelinks.protection.outlook.com/?url= >> >> >> https%3A%2F%2Fpl.linke >> >> >> >din.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02% >> >> >> 7C01%7C%7C656a0f9793f1433d0 >> >> >> >2a208d52084db18%7Cfa7b1b5a7b34438794aed2c178de >> >> >> cee1%7C0%7C0%7C6364506773457 >> >> >> >36481&sdata=4r8FzmSQubv1fo9%2BLA3k%2FkvwB34yV1ow6fUPBavRAKg%3D& >> >> >> reserved=0> >> >> >> > >> >> >> >GitHub: >> >> >> >https://na01.safelinks.protection.outlook.com/?url= >> >> >> https%3A%2F%2Fgithub.co >> >> >> >>>m%2Fpiotrzarzycki21&data=02%7C01%7C%7C656a0f9793f1433d02a208d52084 >> >> >> db18%7Cf >> >> >> >>>a7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636450677345736481&sdata= >> >> >> LZKAg19 >> >> >> >IcOq1aKnnCL2AibmywRl%2Fx5uA9SOyU7E6D9g%3D&reserved=0 >> >> >> >> >> >> >> >> > >> >> > >> >> >-- >> >> > >> >> >Piotr Zarzycki >> >> > >> >> >mobile: +48 880 859 557 <+48%20880%20859%20557> >> >> >skype: zarzycki10 >> >> > >> >> >LinkedIn: >> >> >https://na01.safelinks.protection.outlook.com/?url=http%3A% >> >> 2F%2Fwww.linked >> >> >in.com%2Fpiotrzarzycki&data=02%7C01%7C%7C6d64354f410b4bfc2e >> >> 6b08d5208adf0e% >> >> >7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63645070320437 >> >> 1504&sdata=2LsW >> >> >wDQOK3aN8xC1mcmRGCYO%2FW3aHcLz%2Fi23pK7O8UM%3D&reserved=0 >> >> ><https://na01.safelinks.protection.outlook.com/?url=https% >> >> 3A%2F%2Fpl.linke >> >> >din.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02%7C01%7C% >> >> 7C6d64354f410b4bfc2 >> >> >e6b08d5208adf0e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0% >> >> 7C6364507032043 >> >> >71504&sdata=%2FIJ573cYU866qP9gWh48E0FyEOh1v >> 9LVOLvCQlxRWqQ%3D&reserved=0> >> >> > >> >> >GitHub: >> >> >https://na01.safelinks.protection.outlook.com/?url=https% >> >> 3A%2F%2Fgithub.co >> >> >m%2Fpiotrzarzycki21&data=02%7C01%7C%7C6d64354f410b4bfc2e6b0 >> >> 8d5208adf0e%7Cf >> >> >a7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63645070320437150 >> >> 4&sdata=5s%2FE7 >> >> >Z5jia%2B473l0sY7bO4X3nKzosvK2D2jMbNX4K5M%3D&reserved=0 >> >> >> >> >> > >> > >> > -- >> > >> > Piotr Zarzycki >> > >> > mobile: +48 880 859 557 <+48%20880%20859%20557> >> > skype: zarzycki10 >> > >> > LinkedIn: https://na01.safelinks.protection.outlook.com/?url= >> http%3A%2F%2Fwww.linkedin.com%2Fpiotrzarzycki&data=02%7C01%7C% >> 7C5456257c0db04e7edb3708d520aa185f%7Cfa7b1b5a7b34438794aed2c178de >> cee1%7C0%7C0%7C636450837287365340&sdata=qG0x4qgSKYAt%2BFJ% >> 2FcvMd6ham0P91mFigkHYsGUwn8Nc%3D&reserved=0 >> > <https://na01.safelinks.protection.outlook.com/?url= >> https%3A%2F%2Fpl.linkedin.com%2Fin%2Fpiotr-zarzycki- >> 92a53552&data=02%7C01%7C%7C5456257c0db04e7edb3708d520aa185f% >> 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636450837287365340&sdata= >> B7fnTwvFRbi7Fu4MFTx0JizIiWdYDVXLbDnrb2%2FCiiY%3D&reserved=0> >> > >> > GitHub: https://na01.safelinks.protection.outlook.com/?url= >> https%3A%2F%2Fgithub.com%2Fpiotrzarzycki21&data=02%7C01%7C% >> 7C5456257c0db04e7edb3708d520aa185f%7Cfa7b1b5a7b34438794aed2c178de >> cee1%7C0%7C0%7C636450837287365340&sdata=aVEbo9gUPNscDFVraf74uy3E35Tp2P >> TfE0r3kFw5OFQ%3D&reserved=0 >> > >> >> >> >> -- >> >> Piotr Zarzycki >> >> mobile: +48 880 859 557 >> skype: zarzycki10 >> >> LinkedIn: https://na01.safelinks.protection.outlook.com/?url= >> http%3A%2F%2Fwww.linkedin.com%2Fpiotrzarzycki&data=02%7C01%7C% >> 7C5456257c0db04e7edb3708d520aa185f%7Cfa7b1b5a7b34438794aed2c178de >> cee1%7C0%7C0%7C636450837287365340&sdata=qG0x4qgSKYAt%2BFJ% >> 2FcvMd6ham0P91mFigkHYsGUwn8Nc%3D&reserved=0 >> <https://na01.safelinks.protection.outlook.com/?url= >> https%3A%2F%2Fpl.linkedin.com%2Fin%2Fpiotr-zarzycki- >> 92a53552&data=02%7C01%7C%7C5456257c0db04e7edb3708d520aa185f% >> 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636450837287365340&sdata= >> B7fnTwvFRbi7Fu4MFTx0JizIiWdYDVXLbDnrb2%2FCiiY%3D&reserved=0> >> >> GitHub: https://na01.safelinks.protection.outlook.com/?url= >> https%3A%2F%2Fgithub.com%2Fpiotrzarzycki21&data=02%7C01%7C% >> 7C5456257c0db04e7edb3708d520aa185f%7Cfa7b1b5a7b34438794aed2c178de >> cee1%7C0%7C0%7C636450837287365340&sdata=aVEbo9gUPNscDFVraf74uy3E35Tp2P >> TfE0r3kFw5OFQ%3D&reserved=0 >> > > > >-- > >Piotr Zarzycki > >mobile: +48 880 859 557 >skype: zarzycki10 > >LinkedIn: >https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.linked >in.com%2Fpiotrzarzycki&data=02%7C01%7C%7C136026cd68e64d74913a08d520b24fd8% >7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636450872576145644&sdata=LPce >Nf5DnBJA%2BJFY2XgN9qaIS9CIpVpbbzgdThP5uK4%3D&reserved=0 ><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpl.linke >din.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02%7C01%7C%7C136026cd68e64d749 >13a08d520b24fd8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6364508725761 >45644&sdata=z8ZlEwab6BhhBMvcCJ5xLbiJq9eekbY8sl1IqCvWd44%3D&reserved=0> > >GitHub: >https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.co >m%2Fpiotrzarzycki21&data=02%7C01%7C%7C136026cd68e64d74913a08d520b24fd8%7Cf >a7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636450872576145644&sdata=Q5vk55A >GY1ga2vp%2Fb8ScI79x5kwDZAyozw2IcsEoiWs%3D&reserved=0