The creation of system-managed pagelets has been moved from system start to the database preparation (DBPrepare).
The execution of the pipeline ProcessPageletEntryPointSynchronization-OnStartup was removed from the startup pipeline (sld_pmc.properties)
Now the pipeline is started in the post phase on every DBPrepare.
post.Class1 = com.intershop.beehive.core.dbmigrate.preparer.common.ExecutePipeline \ root \ ProcessPageletEntryPointSynchronization-OnStartup
For development, it can be helpful if the creation of system-managed pagelets is executed at start-up. Then it is possible to add the ProcessPageletEntryPointSynchronization-OnStartup to the startup pipelines again.
intershop.cartridges.sld_pmc.PrepareDuringStartupPipeline=ProcessPageletEntryPointSynchronization-OnStartup