Thursday, March 15, 2007

openArchitectureWare 4.1.2

We have just released the 4.1.2 version of oAW. Although it is just a minor version increment it provides significant improvements. We have fixed quite a huge number of bugs and added some cool new features. Some examples:
- Xtext has been migrated to Antlr 3 and is much more stable now
- The Eclipse builder has been refactored (No more "phantom errors")
- We have profiling support for Xtend and Xpand
- One can refer to Xtend files included in jars (i.e. the editor finds them)
- new sortBy operation on collections (Example: myEntities.sortBy(e|e.name) )
- ...
Go and get it