branch develop updated (7d6ffc3 -> 218b503)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository tutti. See http://git.codelutin.com/tutti.git from 7d6ffc3 Toujours produire les tests au même endroit (on nettoie avat chaque test) afin de réduire l'empreinte disque new 218b503 Ajout du fichier de description des validateurs dans le class-path par defaut The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 218b50337b853a5876455cf361c2ae80b75c41b1 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jan 9 19:16:35 2016 +0100 Ajout du fichier de description des validateurs dans le class-path par defaut Summary of changes: observe-services-topia/pom.xml | 62 +- .../GenerateValidatorDescriptorsFileTool.java | 2 +- .../service/actions/validate/validators.json | 1492 ++++++++++++++++++++ 3 files changed, 1530 insertions(+), 26 deletions(-) create mode 100644 observe-services-topia/src/main/resources/fr/ird/observe/services/service/actions/validate/validators.json -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See http://git.codelutin.com/tutti.git commit 218b50337b853a5876455cf361c2ae80b75c41b1 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jan 9 19:16:35 2016 +0100 Ajout du fichier de description des validateurs dans le class-path par defaut --- observe-services-topia/pom.xml | 62 +- .../GenerateValidatorDescriptorsFileTool.java | 2 +- .../service/actions/validate/validators.json | 1492 ++++++++++++++++++++ 3 files changed, 1530 insertions(+), 26 deletions(-) diff --git a/observe-services-topia/pom.xml b/observe-services-topia/pom.xml index cf5ded9..5897f41 100644 --- a/observe-services-topia/pom.xml +++ b/observe-services-topia/pom.xml @@ -160,31 +160,6 @@ </executions> </plugin> - <!-- Pour générer le fichier validators.json et le placer dans la class-path --> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>exec-maven-plugin</artifactId> - <executions> - <execution> - <phase>process-classes</phase> - <goals> - <goal>java</goal> - </goals> - </execution> - </executions> - <configuration> - <mainClass>fr.ird.observe.services.service.actions.validate.GenerateValidatorDescriptorsFileTool</mainClass> - <arguments> - <argument> - ${project.build.outputDirectory}/fr/ird/observe/services/service/actions/validate/validators.json - </argument> - </arguments> - <additionalClasspathElements> - <additionalClasspathElement>${project.basedir}/src/test/resources</additionalClasspathElement> - </additionalClasspathElements> - </configuration> - </plugin> - </plugins> <pluginManagement> @@ -203,5 +178,42 @@ </pluginManagement> </build> + <profiles> + + <!-- Pour générer le fichier validators.json et le placer dans la class-path --> + <profile> + <id>regenerate-validators-decriptor</id> + <build> + <defaultGoal>process-classes</defaultGoal> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>exec-maven-plugin</artifactId> + <executions> + <execution> + <phase>process-classes</phase> + <goals> + <goal>java</goal> + </goals> + </execution> + </executions> + <configuration> + <mainClass>fr.ird.observe.services.service.actions.validate.GenerateValidatorDescriptorsFileTool</mainClass> + <arguments> + <argument> + ${project.basedir}/src/main/resources/fr/ird/observe/services/service/actions/validate/validators.json + </argument> + </arguments> + <additionalClasspathElements> + <additionalClasspathElement>${project.basedir}/src/test/resources</additionalClasspathElement> + </additionalClasspathElements> + </configuration> + </plugin> + </plugins> + </build> + + </profile> + </profiles> + </project> \ No newline at end of file diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/validate/GenerateValidatorDescriptorsFileTool.java b/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/validate/GenerateValidatorDescriptorsFileTool.java index 2e3f42d..7eec3e1 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/validate/GenerateValidatorDescriptorsFileTool.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/validate/GenerateValidatorDescriptorsFileTool.java @@ -49,7 +49,7 @@ public class GenerateValidatorDescriptorsFileTool { File targetFile; if (args.length == 0) { - targetFile = Paths.get("target", "classes", "fr", "ird", "observe", "services", "service", "actions", "validate", "validators.json").toAbsolutePath().toFile(); + targetFile = Paths.get("src", "main", "resources", "fr", "ird", "observe", "services", "service", "actions", "validate", "validators.json").toAbsolutePath().toFile(); } else { diff --git a/observe-services-topia/src/main/resources/fr/ird/observe/services/service/actions/validate/validators.json b/observe-services-topia/src/main/resources/fr/ird/observe/services/service/actions/validate/validators.json new file mode 100644 index 0000000..b554cef --- /dev/null +++ b/observe-services-topia/src/main/resources/fr/ird/observe/services/service/actions/validate/validators.json @@ -0,0 +1,1492 @@ +[ + { + "dtoType": "fr.ird.observe.services.dto.referential.CountryDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.CountryDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.CountryDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.CountryDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.FpaZoneDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.FpaZoneDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.FpaZoneDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.FpaZoneDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.GearDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.GearDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.GearDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.GearDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.GearCaracteristicDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.GearCaracteristicDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.GearCaracteristicDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.GearCaracteristicDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.GearCaracteristicTypeDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.GearCaracteristicTypeDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.GearCaracteristicTypeDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.GearCaracteristicTypeDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.HarbourDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.HarbourDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.HarbourDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.HarbourDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.LengthWeightParameterDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.LengthWeightParameterDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.LengthWeightParameterDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.LengthWeightParameterDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.OceanDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.OceanDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.OceanDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.OceanDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.OrganismDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.OrganismDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.OrganismDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.OrganismDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.PersonDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.PersonDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.PersonDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.PersonDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.ProgramDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.ProgramDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.ProgramDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.ProgramDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.SexDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.SexDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.SexDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.SexDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.SpeciesDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.SpeciesDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.SpeciesDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.SpeciesDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.SpeciesGroupDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.SpeciesGroupDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.SpeciesGroupDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.SpeciesGroupDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.SpeciesListDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.SpeciesListDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.SpeciesListDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.SpeciesListDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.VesselDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.VesselDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.VesselDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.VesselDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.VesselSizeCategoryDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.VesselSizeCategoryDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.VesselSizeCategoryDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.VesselSizeCategoryDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.VesselTypeDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.VesselTypeDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.VesselTypeDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.VesselTypeDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.BaitHaulingStatusDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.BaitHaulingStatusDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.BaitHaulingStatusDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.BaitHaulingStatusDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.BaitSettingStatusDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.BaitSettingStatusDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.BaitSettingStatusDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.BaitSettingStatusDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.BaitTypeDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.BaitTypeDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.BaitTypeDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.BaitTypeDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.CatchFateLonglineDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.CatchFateLonglineDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.CatchFateLonglineDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.CatchFateLonglineDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.EncounterTypeDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.EncounterTypeDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.EncounterTypeDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.EncounterTypeDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.HealthnessDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.HealthnessDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.HealthnessDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.HealthnessDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.HookPositionDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.HookPositionDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.HookPositionDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.HookPositionDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.HookSizeDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.HookSizeDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.HookSizeDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.HookSizeDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.HookTypeDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.HookTypeDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.HookTypeDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.HookTypeDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.ItemHorizontalPositionDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.ItemHorizontalPositionDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.ItemHorizontalPositionDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.ItemHorizontalPositionDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.ItemVerticalPositionDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.ItemVerticalPositionDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.ItemVerticalPositionDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.ItemVerticalPositionDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.LightsticksColorDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.LightsticksColorDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.LightsticksColorDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.LightsticksColorDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.LightsticksTypeDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.LightsticksTypeDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.LightsticksTypeDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.LightsticksTypeDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.LineTypeDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.LineTypeDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.LineTypeDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.LineTypeDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.MaturityStatusDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.MaturityStatusDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.MaturityStatusDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.MaturityStatusDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.MitigationTypeDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.MitigationTypeDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.MitigationTypeDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.MitigationTypeDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.SensorBrandDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.SensorBrandDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.SensorBrandDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.SensorBrandDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.SensorDataFormatDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.SensorDataFormatDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.SensorDataFormatDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.SensorDataFormatDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.SensorTypeDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.SensorTypeDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.SensorTypeDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.SensorTypeDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.SettingShapeDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.SettingShapeDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.SettingShapeDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.SettingShapeDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.SizeMeasureTypeDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.SizeMeasureTypeDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.SizeMeasureTypeDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.SizeMeasureTypeDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.StomacFullnessDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.StomacFullnessDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.StomacFullnessDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.StomacFullnessDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.TripTypeDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.TripTypeDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.TripTypeDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.TripTypeDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.VesselActivityLonglineDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.VesselActivityLonglineDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.VesselActivityLonglineDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.VesselActivityLonglineDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.WeightMeasureTypeDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.WeightMeasureTypeDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.WeightMeasureTypeDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.longline.WeightMeasureTypeDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.DetectionModeDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.DetectionModeDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.DetectionModeDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.DetectionModeDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ObjectFateDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ObjectFateDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ObjectFateDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ObjectFateDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ObjectOperationDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ObjectOperationDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ObjectOperationDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ObjectOperationDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ObjectTypeDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ObjectTypeDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ObjectTypeDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ObjectTypeDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ObservedSystemDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ObservedSystemDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ObservedSystemDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ObservedSystemDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ReasonForDiscardDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ReasonForDiscardDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ReasonForDiscardDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ReasonForDiscardDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ReasonForNoFishingDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ReasonForNoFishingDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ReasonForNoFishingDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ReasonForNoFishingDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ReasonForNullSetDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ReasonForNullSetDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ReasonForNullSetDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.ReasonForNullSetDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.SpeciesFateDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.SpeciesFateDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.SpeciesFateDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.SpeciesFateDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.SpeciesStatusDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.SpeciesStatusDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.SpeciesStatusDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.SpeciesStatusDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.SurroundingActivityDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.SurroundingActivityDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.SurroundingActivityDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.SurroundingActivityDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.TransmittingBuoyOperationDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.TransmittingBuoyOperationDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.TransmittingBuoyOperationDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.TransmittingBuoyOperationDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.TransmittingBuoyTypeDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.TransmittingBuoyTypeDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.TransmittingBuoyTypeDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.TransmittingBuoyTypeDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.VesselActivitySeineDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.VesselActivitySeineDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.VesselActivitySeineDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.VesselActivitySeineDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.WeightCategoryDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.WeightCategoryDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.WeightCategoryDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.WeightCategoryDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.WindDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.WindDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.WindDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.referential.seine.WindDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.ActivityLonglineDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.ActivityLonglineDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.ActivityLonglineDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.ActivityLonglineDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.BaitsCompositionDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.BranchlineDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.BranchlineDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.BranchlinesCompositionDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.CatchLonglineDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.CatchLonglineDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.EncounterDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.EncounterDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.FloatlinesCompositionDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.GearUseFeaturesLonglineDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.HooksCompositionDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.SensorUsedDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.SensorUsedDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.SetLonglineDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.SetLonglineDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.SetLonglineDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.SetLonglineDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.TdrDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.TdrDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.TripLonglineDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.TripLonglineDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.TripLonglineDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.longline.TripLonglineDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.ActivitySeineDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.ActivitySeineDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.ActivitySeineDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.ActivitySeineDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.FloatingObjectDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.FloatingObjectDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.FloatingObjectDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.FloatingObjectDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.GearUseFeaturesSeineDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.NonTargetCatchDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.NonTargetCatchDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.NonTargetLengthDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.NonTargetLengthDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.NonTargetSampleDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.ObjectObservedSpeciesDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.ObjectSchoolEstimateDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.ObjectSchoolEstimateDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.RouteDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.RouteDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.RouteDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.RouteDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.SchoolEstimateDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.SetSeineDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.SetSeineDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.SetSeineDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.SetSeineDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.TargetLengthDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.TargetLengthDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.TargetSampleDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.TransmittingBuoyDto", + "scope": "WARNING", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.TransmittingBuoyDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.TripSeineDto", + "scope": "ERROR", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.TripSeineDto", + "scope": "WARNING", + "context": "n1-create" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.TripSeineDto", + "scope": "ERROR", + "context": "n1-update" + }, + { + "dtoType": "fr.ird.observe.services.dto.seine.TripSeineDto", + "scope": "WARNING", + "context": "n1-update" + } +] \ No newline at end of file -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm