Re: [Discuss] Release Apache Flex and Apache Flex Installer

2017-10-30 Thread Piotr Zarzycki
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 deve

Re: [Discuss] Release Apache Flex and Apache Flex Installer

2017-10-30 Thread Alex Harui
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 cut

Re: [Discuss] Release Apache Flex and Apache Flex Installer

2017-10-30 Thread Piotr Zarzycki
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 : > Hi Piotr, > > That's interesting. I hadn't noticed that nobody upgraded the release > version to 4.17

Re: [Discuss] Release Apache Flex and Apache Flex Installer

2017-10-30 Thread Piotr Zarzycki
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 : > 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 to

Re: [Discuss] Release Apache Flex and Apache Flex Installer

2017-10-30 Thread Carlos Rovira
Hi Piotr, I agree that's better thanks for working on this! :) 2017-10-30 20:08 GMT+01:00 Piotr Zarzycki : > 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 : > > > Alex, > > > >

Re: [Discuss] Release Apache Flex and Apache Flex Installer

2017-10-30 Thread Piotr Zarzycki
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 : > Hi Piotr, > I agree that's better > thanks for working on this! :) > > 2017-10-30 20:08 GMT+01:00 Piotr Zarzycki :

Re: [Discuss] Release Apache Flex and Apache Flex Installer

2017-10-30 Thread Piotr Zarzycki
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 : > Last question - How should I actually fill frameworks\projects\ > framework\src\mx\core\FlexVersion file ? If I have 4.16.1 ? >

Re: [Discuss] Release Apache Flex and Apache Flex Installer

2017-10-30 Thread Alex Harui
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" wrote: >There is MxmlConfiguration and this

Re: [Discuss] Release Apache Flex and Apache Flex Installer

2017-10-30 Thread Carlos Rovira
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 : > Hi Piotr, > > Check the history of those files. See what we did f

[GitHub] flex-sdk pull request #46: Fix issue with Spark Grid scrolling/alignment whe...

2017-10-30 Thread pzahra
GitHub user pzahra opened a pull request: https://github.com/apache/flex-sdk/pull/46 Fix issue with Spark Grid scrolling/alignment when using locked columns/rows Contrary to StackOverflow belief, lockedColumnCount and lockedRowCount are usable in the Spark DataGrid, but the item ren