Skip to content
  1. Mar 20, 2010
  2. Mar 18, 2010
  3. Mar 16, 2010
  4. Mar 15, 2010
  5. Mar 09, 2010
  6. Mar 08, 2010
  7. Mar 05, 2010
    • Matthieu Leclercq's avatar
      Re-implement AST serialization : · 3d79f1c9
      Matthieu Leclercq authored
       - NodeInput/OutputStream now extends ObjectInput/OutputStream and mainly overrides the annotateClass and resolveClass methods to support the re-generation of node classes.
       - The AbstractNode class now implements Externalizable. The read/writeExternal methods are responsible to read/write node states on streams.
      
      This new implementation allows to resolve a bug in the serialization when a serializable decoration contains a reference to an AST Node.
      3d79f1c9
  8. Mar 03, 2010
  9. Mar 02, 2010
  10. Feb 28, 2010
    • Philippe Merle's avatar
      Moved to Apache CXF 2.2.6. · 89e71d93
      Philippe Merle authored
      Removed the CXF patch included into the REST connector.
      89e71d93
    • Philippe Merle's avatar
      Be sure that Fractal ADL will use the class loader of the · dd838573
      Philippe Merle authored
      binding exporter/binder caller instead of the class loader
      where Fractal ADL was loaded initially.
      This allows us to load a plugin present in the class loader
      of the caller but not present in the class loader of Fractal ADL.
      This changes nothing for most of simple applications as both
      class loaders are the same one, but is required for OW2 FraSCAti.
      dd838573
  11. Feb 23, 2010
  12. Feb 22, 2010
  13. Feb 21, 2010
  14. Feb 16, 2010
  15. Feb 15, 2010
  16. Feb 13, 2010
    • Lionel Seinturier's avatar
      Documenting. · 925597fb
      Lionel Seinturier authored
      925597fb
    • Lionel Seinturier's avatar
      In the model of an architecture descriptor with collection interfaces, provide... · 55ea73f8
      Lionel Seinturier authored
      In the model of an architecture descriptor with collection interfaces, provide a way for retrieving bindings in the order in which they were registered.
      This is needed for example in FraSCAti/Tinfi when the tinfi-emf module (.composite parser) is used with the ultra-merge optimization level source code generator, especially for multiple references (aka collection interfaces): the generator is now guaranteed to retrieve references in the order in which they were declared in the .composite file.
      55ea73f8
  17. Jan 31, 2010
  18. Jan 30, 2010
  19. Jan 24, 2010