Breaking change
Version | Timing | Changes |
---|---|---|
5.0.0 | The possibility to import "categories" has been removed from Importer 5 | |
5.4.0 | The Sophora Importer now uses Spring 6.1.6 and Spring Boot 3.2.5. Adjust your custom preprocessors, if they make use of Spring or Spring Boot or their dependency management. See the Spring 6 migration guide and the Spring Boot 3 migration guide for details. | |
5.4.0 | The Sophora Importer now uses Groovy 4.0. Adjust your custom preprocessors, if they are written in Groovy. See the Groovy 4.0 release notes for details. | |
5.4.0 | The Sophora Importer now requires version 1.2.0 of the helm chart sophora-import-job. |
Configuration Changes
Breaking Change
Version | Timing | Changes |
---|---|---|
5.0.0 | This must be done before the Importer is started for the first time in version 5. | Since Importer 5 the configuration property sophora.client.server-connection.url is removed and replaced by sophora.client.server-connection.urls , where multiple connection urls may be used. |
5.4.0 | This must be done before the Importer is started for the first time in version 5.4.0. | The syntax of the logback-spring.xml file changed. To filter log messages marked as 'SPECIAL_EMAIL_NOTIFICATION', adjust your logback configuration according to the example provided on the Installation & Configuration page. |
Deprecation
Version | Timing | Changes |
---|---|---|
5.0.0 | After the update to Importer 4.4.0 and before updating to 6.0.0 | Since importer version 4.4.0 there are two new modules to build and represent Sophora-XML. One of them is the model, which now contains some classes that resided in the Importer core before. To use the new artifact use the artifactId com.subshell.sophora.importer.model in the groupId com.subshell.sophora These Classes will be removed in 5.3.0!
|
API Changes
Breaking Changes
Version | Timing | Changes |
---|---|---|
5.0.0 | com.subshell.sophora.importer.core.creators.CategoryCreator andcom.subshell.sophora.importer.core.creators.CategoryPath are removed from Importer 5 | |
5.0.0 | The Method IErrorTracker#writeToFile(File file) is removed from Importer 5 | |
5.3.0 | Code that has been marked for removal in Sophora 5.3.0 has now been removed:
|