Skip to content
Succès

Changes

Summary

  1. The integration tests on Jenkins fails eventually by a permaspace out of (details)
Commit 0abbcfc11e7e08944b0d7ff1e1a49bb98ad89a02 by Miguel Moquillon
The integration tests on Jenkins fails eventually by a permaspace out of
memory.
There is an existing issue with ImageIO plugins in the
deployment/undeployment processes with Wildfly.
This commit is to invoke automatically the IIOProviderInitializer
technical service for the integration tests in order to load and unload
correctly all the ImageIO plugins during the deployment and undeployment
of the war archives in Wildfly for tests.
The file was modifiedcore-test/src/main/java/org/silverpeas/core/test/WarBuilder.java (diff)
The file was modifiedcore-library/src/integration-test/java/org/silverpeas/core/test/WarBuilder4LibCore.java (diff)
The file was addedcore-test/src/main/java/org/silverpeas/core/test/integration/IIOProviderContextListener.java