Skip to content
  • Munilla Christophe's avatar
    - fix Frascati'Explorer in OSGi bug : overwrite BasicLoggable class to avoid... · 39b6496e
    Munilla Christophe authored
    - fix Frascati'Explorer in OSGi bug : overwrite BasicLoggable class to avoid monolog library conflict with the frascati-explorer's TraceTemplate class definition 
    - fix frascati-starter bug : 
                                               * We can't know whether the start method of a Runnable object has already been called or not : do not handle Runnable object references anymore
                                               * Test whether the initialize method of an InitializableItf object has already been called or not
    - Improve osgi implementation mechanism : embedded bundles' urls are added to the list of the ones used at compilation time (dependency definition is no more needed)
    - AbstractResources work uniformisation : 
                                               * Define the 'frascati' protocol, handler and urlconnection to dynamically retrieve embedded resources (delegate more to the OSGi framework)
                                               * Overwrite ScaParser class to allow the use of a new eclipse's URIHandler (avoid the copy of the composite files in the file system)
                                               * Define the FrascatiURIHandler
    - Remove multi-threading improvements (which were not improve anything)
    - binding-rest-test module is commented : targeted rest service (frascati 's rest example) seems to not be accessible anymore 
       
    39b6496e