This is an automated email from the git hooks/post-receive script. New change to branch develop in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git from af1902c Merge branch 'feature/8124-VerifConfigurationSource' into 'develop' adds b3b6cc5 creation d'un adapteur pour le type blob (see #8124). adds b8d75e1 dans les binders entité vers Dto, copier les Blob pour supprimer le lien entre le blob et la connexion a la base de donnée (see #8143). adds 96628d1 ne pas remonter les fichiers en même temps que les DTO du formulaire. car sinon on remonte des données lourdes inutilement (see #8143). adds 9e62693 Merge branch 'feature/8143-blobGsonAdapter' into 'develop' No new revisions were added by this update. Summary of changes: .../src/main/java/fr/ird/observe/ui/UIHelper.java | 39 +++++++++++++ .../content/table/impl/longline/SensorUsedUI.jcss | 6 +- .../table/impl/longline/SensorUsedUIHandler.java | 63 ++++++--------------- .../table/impl/longline/SensorUsedUIModel.java | 8 +-- .../ui/content/table/impl/longline/TdrUI.jcss | 6 +- .../content/table/impl/longline/TdrUIHandler.java | 62 +++++--------------- .../ui/content/table/impl/longline/TdrUIModel.java | 10 ++-- .../observe/ui/util/tripMap/TripMapUIHandler.java | 15 +---- .../observe-application-swing_en_GB.properties | 4 ++ .../observe-application-swing_es_ES.properties | 4 ++ .../observe-application-swing_fr_FR.properties | 12 ++-- ...ctivityLongLineSensorUsedServiceController.java | 6 ++ .../v1/longline/TdrServiceController.java | 6 ++ ...ception.java => DataFileNotFoundException.java} | 4 +- .../ActivityLongLineSensorUsedService.java | 4 ++ .../services/service/longline/TdrService.java | 4 ++ .../ird/observe/services/dto/gson/BlobAdapter.java | 57 +++++++++++++++++++ .../services/dto/gson/ObserveDtoGsonSupplier.java | 2 + .../main/xmi/observe-services-dto-longline.zargo | Bin 66083 -> 67304 bytes .../ird/observe/services/ObserveServiceTopia.java | 20 +++++++ .../services/binder/BinderEngineInitializer.java | 5 ++ .../services/binder/data/DataBinderSupport.java | 21 +++++++ .../services/binder/data/SensorUsedBinder.java | 18 ++++-- .../observe/services/binder/data/TdrBinder.java | 18 ++++-- .../ActivityLongLineSensorUsedServiceTopia.java | 19 +++++++ .../services/service/longline/TdrServiceTopia.java | 19 +++++++ 26 files changed, 293 insertions(+), 139 deletions(-) copy observe-services-api/src/main/java/fr/ird/observe/services/service/{DataNotFoundException.java => DataFileNotFoundException.java} (90%) create mode 100644 observe-services-model/src/main/java/fr/ird/observe/services/dto/gson/BlobAdapter.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.