Hi, You should be able to find this information out from JIRA which is located here: https://issues.apache.org/jira/browse/ARIES
I think you probably want a filter something like this: project = ARIES AND status = Resolved AND (fixVersion = "0.2" OR fixVersion = "0.3") ORDER BY priority DESC This should give you a list of everything that went into the 0.2 and 0.3 releases. I would also say that the 0.1 release version does not mean Apache Aries 0.1 is not suitable for production. It is more a statement about how stable the programming interface for embedders is rather than the stability of quality of the blueprint implementation. Obviously 0.1 has bugs not in 0.2 and 0.3. Alasdair On 24 October 2011 14:29, Matt Madhavan <[email protected]> wrote: > HI Johan, > I'm actually trying build a case why I should go to 0.3 version of Aries. > > Any information towards will be great and appreciated. > > Thanks > Matt > > > On Mon, Oct 24, 2011 at 12:01 PM, Johan Edstrom <[email protected]> wrote: > >> I think you at least would want to go towards 0.2 as a very very bare >> minimum for functionality. >> Some of the more fun stuff will require 0.3. >> >> /je >> On Oct 24, 2011, at 10:59 AM, Matt Madhavan wrote: >> >> > Hello, >> > I'm in the process of compiling the list of enhancements that happened >> between Aries 0.1 and 0.3+. In essence I'm looking for : >> > >> > • List of all features enhancements. >> > • Any bug fixes >> > >> > Also I have one more question! Is it feasible or even viable to develop >> Enterprise strength OSGI applications with BluePrint 0.1 version? >> > >> > Any help/pointers/document will be appreciated. >> > >> > Thanks in advance! >> > >> > Matt >> > >> > >> >> > -- Alasdair Nottingham [email protected]
