From f6a79cde2292e409287b6752853968fd04b9046a Mon Sep 17 00:00:00 2001 From: Florian Necas Date: Wed, 18 Dec 2024 11:28:50 +0100 Subject: [PATCH] fix : add migration dev guide --- georchestra-migration/migration-dev-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/georchestra-migration/migration-dev-guide.md b/georchestra-migration/migration-dev-guide.md index b690ab58c4..c95fed490b 100644 --- a/georchestra-migration/migration-dev-guide.md +++ b/georchestra-migration/migration-dev-guide.md @@ -33,7 +33,7 @@ All italic folder just have the `pom.xml` change. - csw-server - `CswFilter2Es.java` : Keep `{@}` instead of `%s` until it is fixed upstream (not supporting some CSW request) - `CswFilter2EsTest.java` : Keep `{@}` instead of `%s` - - `SearchController.java` : Keep `{@}` instead of `%s` with StringUtils.replace + - `SearchController.java` : Keep `{@}` instead of `%s` with StringUtils.replace, try/catch around Element resultMD, to avoid csw server to crash [issue core-gn 6940](https://github.com/geonetwork/core-geonetwork/issues/6940) - **docker** - Mandatory, get everything from geOrchestra - *docs*