Page 3 of 3

Re: How obtain stable version?

Posted: Thu Jun 06, 2013 10:18 am
by phillipuniverse
Eustace:

Could you open an issue in GitHub for blcRedirect problem? It's possible that this has already been resolved in some later commits (non-beta). You can do this at https://github.com/BroadleafCommerce/Br ... rce/issues

Your SQL error looks like it's caused by data that you have already imported and it's trying to override. Look and see if your DB still has data in it and you are trying to execute a ddl 'create'.

Also, your issue about the compilation error is because that controller definition changed in BETA3 and now your demo site is out of date. You can get a list of commits that have changed between the latest version of 3.0 and the BETA2 workspace version of DemoSite that you would've downloaded from https://github.com/BroadleafCommerce/De ... 2...admin3.

Re: How obtain stable version?

Posted: Thu Jun 06, 2013 2:54 pm
by Eustace
I created issue
https://github.com/BroadleafCommerce/BroadleafCommerce/issues/69

Can I obtain more correct 3.0.0 version? Or it will take time?

Re: How obtain stable version?

Posted: Thu Jun 06, 2013 4:06 pm
by phillipuniverse
Thanks for creating the issue. The beta versions are the most stable versions that we have out right now of 3.0; we will be releasing another version (BETA4) either tomorrow or very early next week. If you want to stay 100% up to date on the latest, you could just target 3.0.0-SNAPSHOT but that will change daily.

Re: How obtain stable version?

Posted: Fri Jun 07, 2013 3:31 am
by Eustace
Thanks. When the stable version's planned to be released?

Re: How obtain stable version?

Posted: Fri Mar 14, 2014 8:19 am
by panopset
Where are we in early 2014, 3.0.8-GA? What works is great, but there are still some things missing.
From a brand new site perspective, not upgrading, is 3.1 a better choice to start with, even though it isn't final? Due to the significant db changes I'm thinking it might be best to start with 3.1 to save upgrade headaches later, but we also want to go live in a reasonable time frame. Without guidance, we have to be conservative and go with 3.0.8-GA. What concerns me about going that route is that we could be spending time on issues that are solved in later releases.

Re: How obtain stable version?

Posted: Wed Mar 19, 2014 11:15 am
by phillipuniverse
3.1.0-GA has been released. We recommend starting from there.