Community
Participate
Working Groups
Execution of an Acceleo transformation requires two ResourceSets to be initialized. This is expensive since EcorePlugin.computePlatformURIMap() is invoked as part of each initialization. Suggest use of registry delegation, so that most of the initialization occurs in a shared context. Active registry delegates to shared registry delegates to global registry.
EcorePlugin.computePlatformURIMap() will only be called once during the initialization now. The fix has been contributed on R3_1_maintenance, it will be available in Acceleo 3.1.1
Closing resolved bugs