Hi all,
according to our tentative schedule published here: http://ofbiz.apache.org/download.html there are two upcoming releases: * March - Apache OFBiz 13.07.02 * April - Apache OFBiz 12.04.06 (the last release in the 12.04 series) I think that the two branches are in good shape and I could start the preparation of 13.07.02 now. After that we will prepare the 12.04.06 ones to be published in April. What do you think? Jacopo |
Some of the Commons libraries have new releases that include bug fixes,
so it would be nice to get those in. I am aware of Validator and DHCP. Adrian Crum Sandglass Software www.sandglass-software.com On 3/12/2015 2:31 PM, Jacopo Cappellato wrote: > Hi all, > > according to our tentative schedule published here: > > http://ofbiz.apache.org/download.html > > there are two upcoming releases: > > * March - Apache OFBiz 13.07.02 > * April - Apache OFBiz 12.04.06 (the last release in the 12.04 series) > > I think that the two branches are in good shape and I could start the preparation of 13.07.02 now. After that we will prepare the 12.04.06 ones to be published in April. > > What do you think? > > Jacopo > |
This is a good point, thanks Adrian.
Did you mean DBCP? Jacopo On Mar 12, 2015, at 3:41 PM, Adrian Crum <[hidden email]> wrote: > Some of the Commons libraries have new releases that include bug fixes, so it would be nice to get those in. I am aware of Validator and DHCP. > > Adrian Crum > Sandglass Software > www.sandglass-software.com > > On 3/12/2015 2:31 PM, Jacopo Cappellato wrote: >> Hi all, >> >> according to our tentative schedule published here: >> >> http://ofbiz.apache.org/download.html >> >> there are two upcoming releases: >> >> * March - Apache OFBiz 13.07.02 >> * April - Apache OFBiz 12.04.06 (the last release in the 12.04 series) >> >> I think that the two branches are in good shape and I could start the preparation of 13.07.02 now. After that we will prepare the 12.04.06 ones to be published in April. >> >> What do you think? >> >> Jacopo >> |
lol - yes, thanks for the clarification.
Adrian Crum Sandglass Software www.sandglass-software.com On 3/12/2015 3:03 PM, Jacopo Cappellato wrote: > This is a good point, thanks Adrian. > Did you mean DBCP? > > Jacopo > > > On Mar 12, 2015, at 3:41 PM, Adrian Crum <[hidden email]> wrote: > >> Some of the Commons libraries have new releases that include bug fixes, so it would be nice to get those in. I am aware of Validator and DHCP. >> >> Adrian Crum >> Sandglass Software >> www.sandglass-software.com >> >> On 3/12/2015 2:31 PM, Jacopo Cappellato wrote: >>> Hi all, >>> >>> according to our tentative schedule published here: >>> >>> http://ofbiz.apache.org/download.html >>> >>> there are two upcoming releases: >>> >>> * March - Apache OFBiz 13.07.02 >>> * April - Apache OFBiz 12.04.06 (the last release in the 12.04 series) >>> >>> I think that the two branches are in good shape and I could start the preparation of 13.07.02 now. After that we will prepare the 12.04.06 ones to be published in April. >>> >>> What do you think? >>> >>> Jacopo >>> > |
Administrator
|
In reply to this post by Adrian Crum-3
I have also recently created
https://issues.apache.org/jira/browse/OFBIZ-6123 https://issues.apache.org/jira/browse/OFBIZ-6118 which could be considered Maybe even https://issues.apache.org/jira/browse/OFBIZ-5801 https://issues.apache.org/jira/browse/OFBIZ-5744 but not as important Jacques Le 12/03/2015 15:41, Adrian Crum a écrit : > Some of the Commons libraries have new releases that include bug fixes, so it would be nice to get those in. I am aware of Validator and DHCP. > > Adrian Crum > Sandglass Software > www.sandglass-software.com > > On 3/12/2015 2:31 PM, Jacopo Cappellato wrote: >> Hi all, >> >> according to our tentative schedule published here: >> >> http://ofbiz.apache.org/download.html >> >> there are two upcoming releases: >> >> * March - Apache OFBiz 13.07.02 >> * April - Apache OFBiz 12.04.06 (the last release in the 12.04 series) >> >> I think that the two branches are in good shape and I could start the preparation of 13.07.02 now. After that we will prepare the 12.04.06 ones to >> be published in April. >> >> What do you think? >> >> Jacopo >> > |
Thank you,
I will have a look at each of them. Jacopo On Mar 13, 2015, at 12:16 PM, Jacques Le Roux <[hidden email]> wrote: > I have also recently created > https://issues.apache.org/jira/browse/OFBIZ-6123 > https://issues.apache.org/jira/browse/OFBIZ-6118 > which could be considered > > Maybe even > https://issues.apache.org/jira/browse/OFBIZ-5801 > https://issues.apache.org/jira/browse/OFBIZ-5744 > but not as important > > Jacques > > Le 12/03/2015 15:41, Adrian Crum a écrit : >> Some of the Commons libraries have new releases that include bug fixes, so it would be nice to get those in. I am aware of Validator and DHCP. >> >> Adrian Crum >> Sandglass Software >> www.sandglass-software.com >> >> On 3/12/2015 2:31 PM, Jacopo Cappellato wrote: >>> Hi all, >>> >>> according to our tentative schedule published here: >>> >>> http://ofbiz.apache.org/download.html >>> >>> there are two upcoming releases: >>> >>> * March - Apache OFBiz 13.07.02 >>> * April - Apache OFBiz 12.04.06 (the last release in the 12.04 series) >>> >>> I think that the two branches are in good shape and I could start the preparation of 13.07.02 now. After that we will prepare the 12.04.06 ones to be published in April. >>> >>> What do you think? >>> >>> Jacopo >>> >> |
Here is an update about the work I am doing:
1) I have upgraded Log4j to its latest version in the trunk, the 14.12 and the 13.07 release branches; the other release branches were using older versions of it and I didn't upgrade them 2) I have upgraded Freemarker to its latest version in the trunk, the 14.12 and the 13.07 release branches; the other release branches were using older versions of it and I didn't upgrade them 3) I have upgraded commons dbcp2/pool2 to its latest version in the trunk, the 14.12 release branch; the other release branches were using older versions of it (version 1.5) and I didn't upgrade them because it would require a refactoring of existing code; as a side note, the latest version of commons-pool has a fix that I have contributed to the Apache Commons community some time ago :-) See this extract from the release notes: o POOL-279: Eliminated possibility that DefaultPoolObject#getIdleTimeMillis() could return a negative value. Use by pool implementations would not hit this bug. Thanks to Jacopo Cappellato. 4) I also did a review of all the commons jars we have in the project and I have created a series of tasks (assigned to me) for the ones that I think we can upgrade before the releases Jacopo On Mar 13, 2015, at 12:21 PM, Jacopo Cappellato <[hidden email]> wrote: > Thank you, > > I will have a look at each of them. > > Jacopo > > On Mar 13, 2015, at 12:16 PM, Jacques Le Roux <[hidden email]> wrote: > >> I have also recently created >> https://issues.apache.org/jira/browse/OFBIZ-6123 >> https://issues.apache.org/jira/browse/OFBIZ-6118 >> which could be considered >> >> Maybe even >> https://issues.apache.org/jira/browse/OFBIZ-5801 >> https://issues.apache.org/jira/browse/OFBIZ-5744 >> but not as important >> >> Jacques >> >> Le 12/03/2015 15:41, Adrian Crum a écrit : >>> Some of the Commons libraries have new releases that include bug fixes, so it would be nice to get those in. I am aware of Validator and DHCP. >>> >>> Adrian Crum >>> Sandglass Software >>> www.sandglass-software.com >>> >>> On 3/12/2015 2:31 PM, Jacopo Cappellato wrote: >>>> Hi all, >>>> >>>> according to our tentative schedule published here: >>>> >>>> http://ofbiz.apache.org/download.html >>>> >>>> there are two upcoming releases: >>>> >>>> * March - Apache OFBiz 13.07.02 >>>> * April - Apache OFBiz 12.04.06 (the last release in the 12.04 series) >>>> >>>> I think that the two branches are in good shape and I could start the preparation of 13.07.02 now. After that we will prepare the 12.04.06 ones to be published in April. >>>> >>>> What do you think? >>>> >>>> Jacopo >>>> >>> > |
On Mar 16, 2015, at 12:50 PM, Jacopo Cappellato <[hidden email]> wrote:
> 4) I also did a review of all the commons jars we have in the project and I have created a series of tasks (assigned to me) for the ones that I think we can upgrade before the releases I did the following upgrades: trunk with rev. 1667055 14.12 with rev. 1667061 13.07 with rev. 1667063 We should be good now to start the preparation for the 13.07.02 release. Jacopo |
Thanks Jacopo!
Adrian Crum Sandglass Software www.sandglass-software.com On 3/16/2015 4:43 PM, Jacopo Cappellato wrote: > On Mar 16, 2015, at 12:50 PM, Jacopo Cappellato <[hidden email]> wrote: > >> 4) I also did a review of all the commons jars we have in the project and I have created a series of tasks (assigned to me) for the ones that I think we can upgrade before the releases > > I did the following upgrades: > > trunk with rev. 1667055 > 14.12 with rev. 1667061 > 13.07 with rev. 1667063 > > We should be good now to start the preparation for the 13.07.02 release. > > Jacopo > |
Administrator
|
Sounds good :)
I'd just want to fix few things related to skip-start/end I have more or less pending... Jacques Le 16/03/2015 17:47, Adrian Crum a écrit : > Thanks Jacopo! > > Adrian Crum > Sandglass Software > www.sandglass-software.com > > On 3/16/2015 4:43 PM, Jacopo Cappellato wrote: >> On Mar 16, 2015, at 12:50 PM, Jacopo Cappellato <[hidden email]> wrote: >> >>> 4) I also did a review of all the commons jars we have in the project and I have created a series of tasks (assigned to me) for the ones that I >>> think we can upgrade before the releases >> >> I did the following upgrades: >> >> trunk with rev. 1667055 >> 14.12 with rev. 1667061 >> 13.07 with rev. 1667063 >> >> We should be good now to start the preparation for the 13.07.02 release. >> >> Jacopo >> > |
I have a couple of tasks that I would like to perform before the release too
Jacopo On Mar 16, 2015, at 11:46 PM, Jacques Le Roux <[hidden email]> wrote: > Sounds good :) > > I'd just want to fix few things related to skip-start/end I have more or less pending... > > Jacques > > Le 16/03/2015 17:47, Adrian Crum a écrit : >> Thanks Jacopo! >> >> Adrian Crum >> Sandglass Software >> www.sandglass-software.com >> >> On 3/16/2015 4:43 PM, Jacopo Cappellato wrote: >>> On Mar 16, 2015, at 12:50 PM, Jacopo Cappellato <[hidden email]> wrote: >>> >>>> 4) I also did a review of all the commons jars we have in the project and I have created a series of tasks (assigned to me) for the ones that I think we can upgrade before the releases >>> >>> I did the following upgrades: >>> >>> trunk with rev. 1667055 >>> 14.12 with rev. 1667061 >>> 13.07 with rev. 1667063 >>> >>> We should be good now to start the preparation for the 13.07.02 release. >>> >>> Jacopo >>> >> |
Nice set of issues addressed:
- r12.04.06 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310500&version=12328243 - r13.07.02 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310500&version=12328788 Best regards. Pierre Smits *ORRTIZ.COM <http://www.orrtiz.com>* Services & Solutions for Cloud- Based Manufacturing, Professional Services and Retail & Trade http://www.orrtiz.com On Tue, Mar 17, 2015 at 8:17 AM, Jacopo Cappellato < [hidden email]> wrote: > I have a couple of tasks that I would like to perform before the release > too > > Jacopo > > On Mar 16, 2015, at 11:46 PM, Jacques Le Roux < > [hidden email]> wrote: > > > Sounds good :) > > > > I'd just want to fix few things related to skip-start/end I have more or > less pending... > > > > Jacques > > > > Le 16/03/2015 17:47, Adrian Crum a écrit : > >> Thanks Jacopo! > >> > >> Adrian Crum > >> Sandglass Software > >> www.sandglass-software.com > >> > >> On 3/16/2015 4:43 PM, Jacopo Cappellato wrote: > >>> On Mar 16, 2015, at 12:50 PM, Jacopo Cappellato < > [hidden email]> wrote: > >>> > >>>> 4) I also did a review of all the commons jars we have in the project > and I have created a series of tasks (assigned to me) for the ones that I > think we can upgrade before the releases > >>> > >>> I did the following upgrades: > >>> > >>> trunk with rev. 1667055 > >>> 14.12 with rev. 1667061 > >>> 13.07 with rev. 1667063 > >>> > >>> We should be good now to start the preparation for the 13.07.02 > release. > >>> > >>> Jacopo > >>> > >> > > |
yes,
now we are using properly the Jira versions and we are getting some good results (like the two reports you mentioned below) for our efforts; they are not perfect but they are a good step ahead. Jacopo On Mar 17, 2015, at 10:24 AM, Pierre Smits <[hidden email]> wrote: > Nice set of issues addressed: > > > - r12.04.06 > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310500&version=12328243 > - r13.07.02 > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310500&version=12328788 > > Best regards. > > Pierre Smits > > *ORRTIZ.COM <http://www.orrtiz.com>* > Services & Solutions for Cloud- > Based Manufacturing, Professional > Services and Retail & Trade > http://www.orrtiz.com > > On Tue, Mar 17, 2015 at 8:17 AM, Jacopo Cappellato < > [hidden email]> wrote: > >> I have a couple of tasks that I would like to perform before the release >> too >> >> Jacopo >> >> On Mar 16, 2015, at 11:46 PM, Jacques Le Roux < >> [hidden email]> wrote: >> >>> Sounds good :) >>> >>> I'd just want to fix few things related to skip-start/end I have more or >> less pending... >>> >>> Jacques >>> >>> Le 16/03/2015 17:47, Adrian Crum a écrit : >>>> Thanks Jacopo! >>>> >>>> Adrian Crum >>>> Sandglass Software >>>> www.sandglass-software.com >>>> >>>> On 3/16/2015 4:43 PM, Jacopo Cappellato wrote: >>>>> On Mar 16, 2015, at 12:50 PM, Jacopo Cappellato < >> [hidden email]> wrote: >>>>> >>>>>> 4) I also did a review of all the commons jars we have in the project >> and I have created a series of tasks (assigned to me) for the ones that I >> think we can upgrade before the releases >>>>> >>>>> I did the following upgrades: >>>>> >>>>> trunk with rev. 1667055 >>>>> 14.12 with rev. 1667061 >>>>> 13.07 with rev. 1667063 >>>>> >>>>> We should be good now to start the preparation for the 13.07.02 >> release. >>>>> >>>>> Jacopo >>>>> >>>> >> >> |
Jacopo,
Are recent upgrades to be included in the upcoming releases of r12.04 and r12.07 branches? If so, please have that reflected in the appropriate JIRA issues to ensure that it is also visible in the release notes. Are these upgrades also intended to be incorporated in r14.12.01? Best regards, Pierre Smits *ORRTIZ.COM <http://www.orrtiz.com>* Services & Solutions for Cloud- Based Manufacturing, Professional Services and Retail & Trade http://www.orrtiz.com On Tue, Mar 17, 2015 at 12:12 PM, Jacopo Cappellato < [hidden email]> wrote: > yes, > > now we are using properly the Jira versions and we are getting some good > results (like the two reports you mentioned below) for our efforts; they > are not perfect but they are a good step ahead. > > Jacopo > > On Mar 17, 2015, at 10:24 AM, Pierre Smits <[hidden email]> wrote: > > > Nice set of issues addressed: > > > > > > - r12.04.06 > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310500&version=12328243 > > - r13.07.02 > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310500&version=12328788 > > > > Best regards. > > > > Pierre Smits > > > > *ORRTIZ.COM <http://www.orrtiz.com>* > > Services & Solutions for Cloud- > > Based Manufacturing, Professional > > Services and Retail & Trade > > http://www.orrtiz.com > > > > On Tue, Mar 17, 2015 at 8:17 AM, Jacopo Cappellato < > > [hidden email]> wrote: > > > >> I have a couple of tasks that I would like to perform before the release > >> too > >> > >> Jacopo > >> > >> On Mar 16, 2015, at 11:46 PM, Jacques Le Roux < > >> [hidden email]> wrote: > >> > >>> Sounds good :) > >>> > >>> I'd just want to fix few things related to skip-start/end I have more > or > >> less pending... > >>> > >>> Jacques > >>> > >>> Le 16/03/2015 17:47, Adrian Crum a écrit : > >>>> Thanks Jacopo! > >>>> > >>>> Adrian Crum > >>>> Sandglass Software > >>>> www.sandglass-software.com > >>>> > >>>> On 3/16/2015 4:43 PM, Jacopo Cappellato wrote: > >>>>> On Mar 16, 2015, at 12:50 PM, Jacopo Cappellato < > >> [hidden email]> wrote: > >>>>> > >>>>>> 4) I also did a review of all the commons jars we have in the > project > >> and I have created a series of tasks (assigned to me) for the ones that > I > >> think we can upgrade before the releases > >>>>> > >>>>> I did the following upgrades: > >>>>> > >>>>> trunk with rev. 1667055 > >>>>> 14.12 with rev. 1667061 > >>>>> 13.07 with rev. 1667063 > >>>>> > >>>>> We should be good now to start the preparation for the 13.07.02 > >> release. > >>>>> > >>>>> Jacopo > >>>>> > >>>> > >> > >> > > |
Pierre, when I resolved the tickets I also took care of assigning the relevant versions.
Jacopo On Mar 17, 2015, at 1:06 PM, Pierre Smits <[hidden email]> wrote: > Jacopo, > > Are recent upgrades to be included in the upcoming releases of r12.04 and > r12.07 branches? If so, please have that reflected in the appropriate JIRA > issues to ensure that it is also visible in the release notes. > > Are these upgrades also intended to be incorporated in r14.12.01? > > Best regards, > > Pierre Smits > > *ORRTIZ.COM <http://www.orrtiz.com>* > Services & Solutions for Cloud- > Based Manufacturing, Professional > Services and Retail & Trade > http://www.orrtiz.com > > On Tue, Mar 17, 2015 at 12:12 PM, Jacopo Cappellato < > [hidden email]> wrote: > >> yes, >> >> now we are using properly the Jira versions and we are getting some good >> results (like the two reports you mentioned below) for our efforts; they >> are not perfect but they are a good step ahead. >> >> Jacopo >> >> On Mar 17, 2015, at 10:24 AM, Pierre Smits <[hidden email]> wrote: >> >>> Nice set of issues addressed: >>> >>> >>> - r12.04.06 >>> >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310500&version=12328243 >>> - r13.07.02 >>> >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310500&version=12328788 >>> >>> Best regards. >>> >>> Pierre Smits >>> >>> *ORRTIZ.COM <http://www.orrtiz.com>* >>> Services & Solutions for Cloud- >>> Based Manufacturing, Professional >>> Services and Retail & Trade >>> http://www.orrtiz.com >>> >>> On Tue, Mar 17, 2015 at 8:17 AM, Jacopo Cappellato < >>> [hidden email]> wrote: >>> >>>> I have a couple of tasks that I would like to perform before the release >>>> too >>>> >>>> Jacopo >>>> >>>> On Mar 16, 2015, at 11:46 PM, Jacques Le Roux < >>>> [hidden email]> wrote: >>>> >>>>> Sounds good :) >>>>> >>>>> I'd just want to fix few things related to skip-start/end I have more >> or >>>> less pending... >>>>> >>>>> Jacques >>>>> >>>>> Le 16/03/2015 17:47, Adrian Crum a écrit : >>>>>> Thanks Jacopo! >>>>>> >>>>>> Adrian Crum >>>>>> Sandglass Software >>>>>> www.sandglass-software.com >>>>>> >>>>>> On 3/16/2015 4:43 PM, Jacopo Cappellato wrote: >>>>>>> On Mar 16, 2015, at 12:50 PM, Jacopo Cappellato < >>>> [hidden email]> wrote: >>>>>>> >>>>>>>> 4) I also did a review of all the commons jars we have in the >> project >>>> and I have created a series of tasks (assigned to me) for the ones that >> I >>>> think we can upgrade before the releases >>>>>>> >>>>>>> I did the following upgrades: >>>>>>> >>>>>>> trunk with rev. 1667055 >>>>>>> 14.12 with rev. 1667061 >>>>>>> 13.07 with rev. 1667063 >>>>>>> >>>>>>> We should be good now to start the preparation for the 13.07.02 >>>> release. >>>>>>> >>>>>>> Jacopo >>>>>>> >>>>>> >>>> >>>> >> >> |
Administrator
|
In reply to this post by Pierre Smits
Le 17/03/2015 13:06, Pierre Smits a écrit :
> Jacopo, OK, I also answer since I was curious about it > > Are recent upgrades to be included in the upcoming releases of r12.04 and > r12.07 branches? If so, please have that reflected in the appropriate JIRA > issues to ensure that it is also visible in the release notes. You can check that by yourself, only https://issues.apache.org/jira/browse/OFBIZ-6169 is concerned > Are these upgrades also intended to be incorporated in r14.12.01? Yes all from OFBIZ-6156 to OFBIZ-6169 Jacques > > Best regards, > > Pierre Smits > > *ORRTIZ.COM <http://www.orrtiz.com>* > Services & Solutions for Cloud- > Based Manufacturing, Professional > Services and Retail & Trade > http://www.orrtiz.com > > On Tue, Mar 17, 2015 at 12:12 PM, Jacopo Cappellato < > [hidden email]> wrote: > >> yes, >> >> now we are using properly the Jira versions and we are getting some good >> results (like the two reports you mentioned below) for our efforts; they >> are not perfect but they are a good step ahead. >> >> Jacopo >> >> On Mar 17, 2015, at 10:24 AM, Pierre Smits <[hidden email]> wrote: >> >>> Nice set of issues addressed: >>> >>> >>> - r12.04.06 >>> >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310500&version=12328243 >>> - r13.07.02 >>> >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310500&version=12328788 >>> Best regards. >>> >>> Pierre Smits >>> >>> *ORRTIZ.COM <http://www.orrtiz.com>* >>> Services & Solutions for Cloud- >>> Based Manufacturing, Professional >>> Services and Retail & Trade >>> http://www.orrtiz.com >>> >>> On Tue, Mar 17, 2015 at 8:17 AM, Jacopo Cappellato < >>> [hidden email]> wrote: >>> >>>> I have a couple of tasks that I would like to perform before the release >>>> too >>>> >>>> Jacopo >>>> >>>> On Mar 16, 2015, at 11:46 PM, Jacques Le Roux < >>>> [hidden email]> wrote: >>>> >>>>> Sounds good :) >>>>> >>>>> I'd just want to fix few things related to skip-start/end I have more >> or >>>> less pending... >>>>> Jacques >>>>> >>>>> Le 16/03/2015 17:47, Adrian Crum a écrit : >>>>>> Thanks Jacopo! >>>>>> >>>>>> Adrian Crum >>>>>> Sandglass Software >>>>>> www.sandglass-software.com >>>>>> >>>>>> On 3/16/2015 4:43 PM, Jacopo Cappellato wrote: >>>>>>> On Mar 16, 2015, at 12:50 PM, Jacopo Cappellato < >>>> [hidden email]> wrote: >>>>>>>> 4) I also did a review of all the commons jars we have in the >> project >>>> and I have created a series of tasks (assigned to me) for the ones that >> I >>>> think we can upgrade before the releases >>>>>>> I did the following upgrades: >>>>>>> >>>>>>> trunk with rev. 1667055 >>>>>>> 14.12 with rev. 1667061 >>>>>>> 13.07 with rev. 1667063 >>>>>>> >>>>>>> We should be good now to start the preparation for the 13.07.02 >>>> release. >>>>>>> Jacopo >>>>>>> >>>> >> |
Administrator
|
In reply to this post by Jacques Le Roux
That's done
Jacques Le 16/03/2015 23:46, Jacques Le Roux a écrit : > Sounds good :) > > I'd just want to fix few things related to skip-start/end I have more or less pending... > > Jacques > > Le 16/03/2015 17:47, Adrian Crum a écrit : >> Thanks Jacopo! >> >> Adrian Crum >> Sandglass Software >> www.sandglass-software.com >> >> On 3/16/2015 4:43 PM, Jacopo Cappellato wrote: >>> On Mar 16, 2015, at 12:50 PM, Jacopo Cappellato <[hidden email]> wrote: >>> >>>> 4) I also did a review of all the commons jars we have in the project and I have created a series of tasks (assigned to me) for the ones that I >>>> think we can upgrade before the releases >>> >>> I did the following upgrades: >>> >>> trunk with rev. 1667055 >>> 14.12 with rev. 1667061 >>> 13.07 with rev. 1667063 >>> >>> We should be good now to start the preparation for the 13.07.02 release. >>> >>> Jacopo >>> >> > |
In reply to this post by Jacopo Cappellato-5
Sound good to me
Nicolas Le 12/03/2015 15:31, Jacopo Cappellato a écrit : > Hi all, > > according to our tentative schedule published here: > > http://ofbiz.apache.org/download.html > > there are two upcoming releases: > > * March - Apache OFBiz 13.07.02 > * April - Apache OFBiz 12.04.06 (the last release in the 12.04 series) > > I think that the two branches are in good shape and I could start the preparation of 13.07.02 now. After that we will prepare the 12.04.06 ones to be published in April. > > What do you think? > > Jacopo > |
Administrator
|
In reply to this post by Jacques Le Roux
Just a last remark about R13.07: so it means we have definitively abandoned the idea of reintroducing evicted specialpurpose components in releases,
right? Jacques Le 20/03/2015 18:42, Jacques Le Roux a écrit : > That's done > > Jacques > > Le 16/03/2015 23:46, Jacques Le Roux a écrit : >> Sounds good :) >> >> I'd just want to fix few things related to skip-start/end I have more or less pending... >> >> Jacques >> >> Le 16/03/2015 17:47, Adrian Crum a écrit : >>> Thanks Jacopo! >>> >>> Adrian Crum >>> Sandglass Software >>> www.sandglass-software.com >>> >>> On 3/16/2015 4:43 PM, Jacopo Cappellato wrote: >>>> On Mar 16, 2015, at 12:50 PM, Jacopo Cappellato <[hidden email]> wrote: >>>> >>>>> 4) I also did a review of all the commons jars we have in the project and I have created a series of tasks (assigned to me) for the ones that I >>>>> think we can upgrade before the releases >>>> >>>> I did the following upgrades: >>>> >>>> trunk with rev. 1667055 >>>> 14.12 with rev. 1667061 >>>> 13.07 with rev. 1667063 >>>> >>>> We should be good now to start the preparation for the 13.07.02 release. >>>> >>>> Jacopo >>>> >>> >> > |
We never discussed this: we have mentioned the idea of re-adding them to the branch, not to releases, but didn't come to a conclusion; however this is not relevant for this thread about upcoming releases.
Jacopo On Mar 20, 2015, at 10:25 PM, Jacques Le Roux <[hidden email]> wrote: > Just a last remark about R13.07: so it means we have definitively abandoned the idea of reintroducing evicted specialpurpose components in releases, right? > > Jacques > > Le 20/03/2015 18:42, Jacques Le Roux a écrit : >> That's done >> >> Jacques >> >> Le 16/03/2015 23:46, Jacques Le Roux a écrit : >>> Sounds good :) >>> >>> I'd just want to fix few things related to skip-start/end I have more or less pending... >>> >>> Jacques >>> >>> Le 16/03/2015 17:47, Adrian Crum a écrit : >>>> Thanks Jacopo! >>>> >>>> Adrian Crum >>>> Sandglass Software >>>> www.sandglass-software.com >>>> >>>> On 3/16/2015 4:43 PM, Jacopo Cappellato wrote: >>>>> On Mar 16, 2015, at 12:50 PM, Jacopo Cappellato <[hidden email]> wrote: >>>>> >>>>>> 4) I also did a review of all the commons jars we have in the project and I have created a series of tasks (assigned to me) for the ones that I think we can upgrade before the releases >>>>> >>>>> I did the following upgrades: >>>>> >>>>> trunk with rev. 1667055 >>>>> 14.12 with rev. 1667061 >>>>> 13.07 with rev. 1667063 >>>>> >>>>> We should be good now to start the preparation for the 13.07.02 release. >>>>> >>>>> Jacopo >>>>> >>>> >>> >> |
Free forum by Nabble | Edit this page |