This is an automated email from the git hooks/post-receive script. New change to branch feature/7618 in repository observe. See http://git.codelutin.com/observe.git discards f1801b5 migration des écrans des renconttre pour les palangre (refs #7618) adds 2582a8d Suppression de ObserveServiceHelper et ObserveApplicationContext adds d5fa2ff Reduction du temps de lock dans la configuration de la base h2 adds 6d2c40b Deplacement et renommage de l'exception technique de l'application swing adds 2faaf54 Deplacement de BinderService et renommage en ObserveSwingBinder + suppression IObserveConfig + ajout de deux FIXME adds dbc9837 Suppression de la méthode createOpeningBinder dans les modèles d'ui adds 1949400 - Suppression d'objets dans le paquetage business - Suppression de certainnes méthodes qui ne servent plus (createOpeningBinder) adds 7ad7c05 closing service factory at application shutdown adds 580ed6a Ajout de plus de log pour voir essayer de voir comment sont fermées les data source adds dd02f87 Correction du label d'un noeud de création + correction des traductions correspondantes new 1aeef2a migration des écrans des renconttre pour les palangre (refs #7618) This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (f1801b5) \ N -- N -- N refs/heads/feature/7618 (1aeef2a) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever. 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 1aeef2ae7d22b2b19b3dbd7d167e52dfd321a286 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Oct 21 17:35:09 2015 +0200 migration des écrans des renconttre pour les palangre (refs #7618) Summary of changes: .../main/java/fr/ird/observe/ObserveRunner.java | 29 +- .../java/fr/ird/observe/ObserveServiceHelper.java | 344 ----------------- .../observe/ObserveSwingApplicationContext.java | 143 ++++++- ...Service.java => ObserveSwingBinderService.java} | 4 +- ...on.java => ObserveSwingTechnicalException.java} | 12 +- .../fr/ird/observe/business/IObserveConfig.java | 411 --------------------- .../business/ObserveApplicationContext.java | 231 ------------ .../fr/ird/observe/business/SendMessageAble.java | 1 + .../fr/ird/observe/db/ObserveSwingDataSource.java | 4 +- .../observe/ui/actions/ShowStorageInfoAction.java | 10 +- .../fr/ird/observe/ui/admin/AdminTabUIHandler.java | 6 +- .../ui/admin/validate/ValidateUIHandler.java | 21 +- .../ird/observe/ui/content/ContentUIHandler.java | 32 +- .../ird/observe/ui/content/ContentUIManager.java | 12 +- .../fr/ird/observe/ui/content/ContentUIModel.java | 8 +- .../content/impl/longline/BranchlineUIModel.java | 37 -- .../longline/LonglineDetailCompositionUIModel.java | 27 -- .../longline/LonglineGlobalCompositionUIModel.java | 17 - .../content/impl/longline/SetLonglineUIModel.java | 68 ---- .../seine/ActivitySeineObservedSystemUIModel.java | 16 +- ...tingObjectTransmittingBuoyOperationUIModel.java | 15 - .../content/impl/seine/FloatingObjectUIModel.java | 18 - .../ui/content/impl/seine/SetSeineUIModel.java | 30 -- .../impl/longline/ActivityLonglinesUIModel.java | 27 +- .../list/impl/longline/TripLonglinesUIModel.java | 19 - .../list/impl/seine/ActivitySeinesUIModel.java | 32 -- .../ui/content/list/impl/seine/RoutesUIModel.java | 19 - .../content/list/impl/seine/TripSeinesUIModel.java | 19 - .../ui/content/open/ContentOpenableUIHandler.java | 7 +- .../impl/longline/ActivityLonglineUIModel.java | 33 +- .../open/impl/longline/TripLonglineUIModel.java | 31 -- .../open/impl/seine/ActivitySeineUIModel.java | 37 +- .../ui/content/open/impl/seine/RouteUIModel.java | 21 -- .../content/open/impl/seine/TripSeineUIModel.java | 31 -- .../ui/content/ref/ContentReferenceUIHandler.java | 10 +- .../ui/content/ref/ContentReferenceUIModel.java | 18 - .../ui/content/ref/ReferenceHomeUIModel.java | 7 - .../ui/content/table/ContentTableUIModel.java | 25 +- .../table/impl/longline/CatchLonglineUIModel.java | 4 +- .../table/impl/longline/SensorUsedUIHandler.java | 10 +- .../content/table/impl/longline/TdrUIHandler.java | 10 +- .../ui/content/table/impl/longline/TdrUIModel.java | 4 +- .../ird/observe/ui/storage/StorageUIHandler.java | 4 +- .../ui/storage/tabs/StorageTabUIHandler.java | 8 +- .../fr/ird/observe/ui/tree/DtoNodeSupport.java | 7 +- .../ui/util/tripMap/TripMapContentBuilder.java | 4 +- .../observe/ui/util/tripMap/TripMapUIHandler.java | 6 +- .../observe/validation/ObserveSwingValidator.java | 5 +- .../validation/ValidationMessageDetector.java | 5 +- .../observe-application-swing_en_GB.properties | 10 +- .../observe-application-swing_es_ES.properties | 12 +- .../observe-application-swing_fr_FR.properties | 12 +- ...glineDetailCompositionValidatorServiceTest.java | 12 +- .../observe/ObserveTopiaConfigurationFactory.java | 2 +- .../services/service/DataSourceServiceTopia.java | 28 +- 55 files changed, 289 insertions(+), 1686 deletions(-) delete mode 100644 observe-application-swing/src/main/java/fr/ird/observe/ObserveServiceHelper.java rename observe-application-swing/src/main/java/fr/ird/observe/{business/BinderService.java => ObserveSwingBinderService.java} (97%) rename observe-application-swing/src/main/java/fr/ird/observe/{business/ObserveTechnicalException.java => ObserveSwingTechnicalException.java} (75%) delete mode 100644 observe-application-swing/src/main/java/fr/ird/observe/business/IObserveConfig.java delete mode 100644 observe-application-swing/src/main/java/fr/ird/observe/business/ObserveApplicationContext.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.