mailman.cloud.codelutin.com
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

Observe-commits

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2015 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2014 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2013 -----
  • December
  • November
  • October
  • September
observe-commits@list.forge.codelutin.com

February 2019

  • 1 participants
  • 98 discussions
[Git][ultreiaio/ird-observe][release/7.0.2] [jgitflow-maven-plugin]updating poms for branch'release/7.0.2' with non-snapshot versions[skip ci]
by Tony CHEMIT 06 Feb '19

06 Feb '19
Tony CHEMIT pushed to branch release/7.0.2 at ultreiaio / ird-observe Commits: c3c19cff by tchemit at 2019-02-06T11:14:35Z [jgitflow-maven-plugin]updating poms for branch&#39;release/7.0.2&#39; with non-snapshot versions[skip ci] - - - - - 16 changed files: - client-configuration/pom.xml - client-core/pom.xml - client-runner/pom.xml - dto/pom.xml - observe-i18n/pom.xml - observe/pom.xml - persistence/pom.xml - pom.xml - server-configuration/pom.xml - server-core/pom.xml - server-runner/pom.xml - services-client/pom.xml - services-local/pom.xml - services/pom.xml - test/pom.xml - validation/pom.xml Changes: ===================================== client-configuration/pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.2</version> </parent> <artifactId>client-configuration</artifactId> ===================================== client-core/pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.2</version> </parent> <artifactId>client-core</artifactId> ===================================== client-runner/pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.2</version> </parent> <artifactId>client-runner</artifactId> ===================================== dto/pom.xml ===================================== @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.2</version> </parent> <artifactId>dto</artifactId> ===================================== observe-i18n/pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.2</version> </parent> <artifactId>observe-i18n</artifactId> ===================================== observe/pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.2</version> </parent> <artifactId>observe</artifactId> ===================================== persistence/pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.2</version> </parent> <artifactId>persistence</artifactId> ===================================== pom.xml ===================================== @@ -31,7 +31,7 @@ <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.2</version> <packaging>pom</packaging> <name>ObServe :: Pom</name> ===================================== server-configuration/pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.2</version> </parent> <artifactId>server-configuration</artifactId> ===================================== server-core/pom.xml ===================================== @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.2</version> </parent> <artifactId>server-core</artifactId> ===================================== server-runner/pom.xml ===================================== @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.2</version> </parent> <artifactId>server-runner</artifactId> ===================================== services-client/pom.xml ===================================== @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.2</version> </parent> <artifactId>services-client</artifactId> ===================================== services-local/pom.xml ===================================== @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.2</version> </parent> <artifactId>services-local</artifactId> ===================================== services/pom.xml ===================================== @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.2</version> </parent> <artifactId>services</artifactId> ===================================== test/pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.2</version> </parent> <artifactId>test</artifactId> ===================================== validation/pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.2</version> </parent> <artifactId>validation</artifactId> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/c3c19cffdfb8cc252f69eac4e48… -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/c3c19cffdfb8cc252f69eac4e48… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][master-7.x] 27 commits: [jgitflow-maven-plugin]updating poms for 7.0.2-SNAPSHOT development[skip ci]
by Tony CHEMIT 06 Feb '19

06 Feb '19
Tony CHEMIT pushed to branch master-7.x at ultreiaio / ird-observe Commits: ee17bd14 by tchemit at 2019-01-02T14:55:55Z [jgitflow-maven-plugin]updating poms for 7.0.2-SNAPSHOT development[skip ci] - - - - - 61227bb1 by tchemit at 2019-01-02T14:57:34Z [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts[skip ci] - - - - - de2a0164 by tchemit at 2019-01-02T14:57:34Z [jgitflow-maven-plugin]merging &#39;master-7.x&#39; into &#39;develop-7.x&#39; - - - - - 640d843d by tchemit at 2019-01-02T14:57:35Z [jgitflow-maven-plugin]Updating develop poms back to pre merge state[skip ci] - - - - - f9bdec58 by tchemit at 2019-01-04T14:09:52Z Fix at last tests database generation + try to update a little longline test db :( - - - - - 8c49cf6c by tchemit at 2019-01-04T14:30:39Z fix a test after updating tests db - - - - - c9bcc505 by tchemit at 2019-01-10T14:09:59Z Try to fix ci - - - - - 27b83a7a by tchemit at 2019-01-10T14:42:29Z [UI REFERNETIEL] Personne : impossible d&#39;afficher les éléments liés à une personne - Closes #1193 - - - - - 7476c1b3 by tchemit at 2019-01-11T09:48:17Z Tentative d&#39;ouverture d&#39;une base avec des droits référentiel échoue - Closes #1196 - - - - - 71f0eba9 by tchemit at 2019-01-14T11:05:30Z Impossible de voir les utilisations de référentiel si connecté en mode referentiel - Closes #1197 - - - - - 41aadc59 by tchemit at 2019-01-14T16:19:06Z Revert referential write service + improve some code - - - - - 7ce42d93 by tchemit at 2019-01-28T13:18:12Z [PS] bug calcul des données - Closes #1201 - - - - - 0db4772e by tchemit at 2019-02-01T12:21:08Z add missing i18n key - - - - - 75a404fc by tchemit at 2019-02-01T12:24:48Z La migration v3 vers v7 ne passe pas (fichier mal localisé) - Closes #1209 - - - - - b7395c07 by tchemit at 2019-02-01T14:03:49Z Alignement des anciennes versions de migration - - - - - 5032d7a0 by tchemit at 2019-02-01T14:07:21Z Le mode plein écran est disponible (?) et pose des problèmes : le retirer - Closes #1207 - - - - - f1d83bb1 by tchemit at 2019-02-01T14:11:40Z [PS] libellé Code simplifié -&gt; Type d&#39;objet simplifié (CECOFAD) - Closes #1208 - - - - - 87b32626 by tchemit at 2019-02-03T11:30:28Z Problème d&#39;ouverture d&#39;une sauvegarde 5.4 - Closes #1184 - - - - - 73f3e67b by tchemit at 2019-02-03T11:41:02Z add missing i18n key - - - - - 31fe85c9 by tchemit at 2019-02-03T11:41:09Z update tests - - - - - a675aea2 by tchemit at 2019-02-03T12:09:31Z Bug observe connexion via webservice - Closes #1206 - - - - - d98cdc09 by tchemit at 2019-02-03T14:24:23Z [UI] Listes déroulantes : ergonomie - Closes #1202 - - - - - 273d1d32 by tchemit at 2019-02-03T14:46:57Z [LL - Observation Capture] L&#39;onglet Brancheline est accessible même si aucune donnée n&#39;est sélectionée - Closes #1210 - - - - - 39df65ea by tchemit at 2019-02-05T11:35:27Z petite erreur dans la migration - - - - - dec3b2a3 by tchemit at 2019-02-05T16:17:58Z Update to use last hibernate - - - - - c3c19cff by tchemit at 2019-02-06T11:14:35Z [jgitflow-maven-plugin]updating poms for branch&#39;release/7.0.2&#39; with non-snapshot versions[skip ci] - - - - - 7c5f6d83 by tchemit at 2019-02-06T11:23:43Z [jgitflow-maven-plugin]merging &#39;release/7.0.2&#39; into &#39;master-7.x&#39; - - - - - 30 changed files: - .gitlab-ci.yml - client-configuration/pom.xml - client-configuration/src/license/THIRD-PARTY.properties - client-core/pom.xml - client-core/src/license/THIRD-PARTY.properties - client-core/src/main/i18n/getters/java.getter - client-core/src/main/java/fr/ird/observe/client/ui/ObserveMainUI.jaxx - client-core/src/main/java/fr/ird/observe/client/ui/ObserveMainUI.jcss - client-core/src/main/java/fr/ird/observe/client/ui/actions/main/menu/help/ShowAboutAction.java - client-core/src/main/java/fr/ird/observe/client/ui/content/ContentUIInitializer.java - client-core/src/main/java/fr/ird/observe/client/ui/content/data/longline/CatchLonglineUI.jaxx - client-core/src/main/java/fr/ird/observe/client/ui/content/data/longline/CatchLonglineUI.jcss - client-core/src/main/java/fr/ird/observe/client/ui/content/data/seine/FloatingObjectTransmittingBuoyOperationUI.jaxx - client-core/src/main/java/fr/ird/observe/client/ui/content/data/seine/FloatingObjectTransmittingBuoyOperationUIHandler.java - client-core/src/main/java/fr/ird/observe/client/ui/tree/navigation/NavigationTree.java - client-runner/pom.xml - client-runner/src/license/THIRD-PARTY.properties - dto/pom.xml - client-core/src/main/java/fr/ird/observe/client/ui/actions/main/menu/file/ToWindowScreenAction.java → dto/src/main/java/fr/ird/observe/dto/referential/SpeciesGroupHelper.java - observe-i18n/pom.xml - client-core/src/main/i18n/templates/about_en_GB.ftl → observe-i18n/src/main/i18n/templates/about_en_GB.ftl - client-core/src/main/i18n/templates/about_es_ES.ftl → observe-i18n/src/main/i18n/templates/about_es_ES.ftl - client-core/src/main/i18n/templates/about_fr_FR.ftl → observe-i18n/src/main/i18n/templates/about_fr_FR.ftl - client-core/src/main/i18n/templates/connexionTestResult_en_GB.ftl → observe-i18n/src/main/i18n/templates/connexionTestResult_en_GB.ftl - client-core/src/main/i18n/templates/connexionTestResult_es_ES.ftl → observe-i18n/src/main/i18n/templates/connexionTestResult_es_ES.ftl - client-core/src/main/i18n/templates/connexionTestResult_fr_FR.ftl → observe-i18n/src/main/i18n/templates/connexionTestResult_fr_FR.ftl - client-core/src/main/i18n/templates/dataSourceConnectionReport_en_GB.ftl → observe-i18n/src/main/i18n/templates/dataSourceConnectionReport_en_GB.ftl - client-core/src/main/i18n/templates/dataSourceConnectionReport_es_ES.ftl → observe-i18n/src/main/i18n/templates/dataSourceConnectionReport_es_ES.ftl - client-core/src/main/i18n/templates/dataSourceConnectionReport_fr_FR.ftl → observe-i18n/src/main/i18n/templates/dataSourceConnectionReport_fr_FR.ftl - client-core/src/main/i18n/templates/dataSourceInformation_en_GB.ftl → observe-i18n/src/main/i18n/templates/dataSourceInformation_en_GB.ftl The diff was not included because it is too large. View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/71c951c642e4b29cebd19d245d… -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/71c951c642e4b29cebd19d245d… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][develop-7.x] 5 commits: [jgitflow-maven-plugin]updating poms for branch'release/7.0.2' with non-snapshot versions[skip ci]
by Tony CHEMIT 06 Feb '19

06 Feb '19
Tony CHEMIT pushed to branch develop-7.x at ultreiaio / ird-observe Commits: c3c19cff by tchemit at 2019-02-06T11:14:35Z [jgitflow-maven-plugin]updating poms for branch&#39;release/7.0.2&#39; with non-snapshot versions[skip ci] - - - - - 7c5f6d83 by tchemit at 2019-02-06T11:23:43Z [jgitflow-maven-plugin]merging &#39;release/7.0.2&#39; into &#39;master-7.x&#39; - - - - - c2a223e3 by tchemit at 2019-02-06T11:23:46Z [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts[skip ci] - - - - - bcbef19f by tchemit at 2019-02-06T11:23:46Z [jgitflow-maven-plugin]merging &#39;master-7.x&#39; into &#39;develop-7.x&#39; - - - - - 7cf9c26b by tchemit at 2019-02-06T11:23:47Z [jgitflow-maven-plugin]Updating develop poms back to pre merge state[skip ci] - - - - - 0 changed files: Changes: View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/4682e516ed3b01d4e29adbf6f6… -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/4682e516ed3b01d4e29adbf6f6… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][develop-7.x] [jgitflow-maven-plugin]updating poms for 7.0.3-SNAPSHOT development[skip ci]
by Tony CHEMIT 06 Feb '19

06 Feb '19
Tony CHEMIT pushed to branch develop-7.x at ultreiaio / ird-observe Commits: 4682e516 by tchemit at 2019-02-06T11:14:10Z [jgitflow-maven-plugin]updating poms for 7.0.3-SNAPSHOT development[skip ci] - - - - - 16 changed files: - client-configuration/pom.xml - client-core/pom.xml - client-runner/pom.xml - dto/pom.xml - observe-i18n/pom.xml - observe/pom.xml - persistence/pom.xml - pom.xml - server-configuration/pom.xml - server-core/pom.xml - server-runner/pom.xml - services-client/pom.xml - services-local/pom.xml - services/pom.xml - test/pom.xml - validation/pom.xml Changes: ===================================== client-configuration/pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.3-SNAPSHOT</version> </parent> <artifactId>client-configuration</artifactId> ===================================== client-core/pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.3-SNAPSHOT</version> </parent> <artifactId>client-core</artifactId> ===================================== client-runner/pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.3-SNAPSHOT</version> </parent> <artifactId>client-runner</artifactId> ===================================== dto/pom.xml ===================================== @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.3-SNAPSHOT</version> </parent> <artifactId>dto</artifactId> ===================================== observe-i18n/pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.3-SNAPSHOT</version> </parent> <artifactId>observe-i18n</artifactId> ===================================== observe/pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.3-SNAPSHOT</version> </parent> <artifactId>observe</artifactId> ===================================== persistence/pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.3-SNAPSHOT</version> </parent> <artifactId>persistence</artifactId> ===================================== pom.xml ===================================== @@ -31,7 +31,7 @@ <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ObServe :: Pom</name> ===================================== server-configuration/pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.3-SNAPSHOT</version> </parent> <artifactId>server-configuration</artifactId> ===================================== server-core/pom.xml ===================================== @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.3-SNAPSHOT</version> </parent> <artifactId>server-core</artifactId> ===================================== server-runner/pom.xml ===================================== @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.3-SNAPSHOT</version> </parent> <artifactId>server-runner</artifactId> ===================================== services-client/pom.xml ===================================== @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.3-SNAPSHOT</version> </parent> <artifactId>services-client</artifactId> ===================================== services-local/pom.xml ===================================== @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.3-SNAPSHOT</version> </parent> <artifactId>services-local</artifactId> ===================================== services/pom.xml ===================================== @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.3-SNAPSHOT</version> </parent> <artifactId>services</artifactId> ===================================== test/pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.3-SNAPSHOT</version> </parent> <artifactId>test</artifactId> ===================================== validation/pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.3-SNAPSHOT</version> </parent> <artifactId>validation</artifactId> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/4682e516ed3b01d4e29adbf6f69… -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/4682e516ed3b01d4e29adbf6f69… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe] Pushed new branch release/7.0.2
by Tony CHEMIT 06 Feb '19

06 Feb '19
Tony CHEMIT pushed new branch release/7.0.2 at ultreiaio / ird-observe -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/tree/release/7.0.2 You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][develop] update changelog
by Tony CHEMIT 06 Feb '19

06 Feb '19
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 0513a173 by tchemit at 2019-02-06T11:12:33Z update changelog - - - - - 2 changed files: - .mvn/gitlab-cache/milestones/750347-artifacts.json - CHANGELOG.md Changes: ===================================== .mvn/gitlab-cache/milestones/750347-artifacts.json ===================================== @@ -2,11 +2,11 @@ { "name": "Application", "filename": "observe-7.0.2.zip", - "url": "https://ultreia.io/release/observe-7.0.2-SNAPSHOT.zip" + "url": "http://repo1.maven.org/maven2/fr/ird/observe/observe/7.0.2/observe-7.0.2.zip" }, { "name": "Serveur", - "filename": "observe-7.0.2-SNAPSHOT.war", - "url": "https://ultreia.io/release/observe-7.0.2-SNAPSHOT.war" + "filename": "observe-7.0.2.war", + "url": "http://repo1.maven.org/maven2/fr/ird/observe/observe/7.0.2/observe-7.0.2.war" } ] \ No newline at end of file ===================================== CHANGELOG.md ===================================== @@ -1,7 +1,7 @@ # ObServe changelog * Author [Tony Chemit](mailto:dev@tchemit.fr) - * Last generated at 2019-02-03 16:04. + * Last generated at 2019-02-06 12:11. ## Version [8.0-alpha-4](https://gitlab.com/ultreiaio/ird-observe/milestones/115) Seconde partie du troisième lot du contrat IRD-2018-01-V8.&#13;&#10;contient fonctionnalités avancées. @@ -115,11 +115,11 @@ Premier lot du contrat IRD-2018-01-V8 ## Version [7.0.2](https://gitlab.com/ultreiaio/ird-observe/milestones/132) -**Closed at *In progress*.** +**Closed at *2019-02-06*.** ### Download -* [Application (observe-7.0.2.zip)](https://ultreia.io/release/observe-7.0.2-SNAPSHOT.zip) -* [Serveur (observe-7.0.2-SNAPSHOT.war)](https://ultreia.io/release/observe-7.0.2-SNAPSHOT.war) +* [Application (observe-7.0.2.zip)](http://repo1.maven.org/maven2/fr/ird/observe/observe/7.…) +* [Serveur (observe-7.0.2.war)](http://repo1.maven.org/maven2/fr/ird/observe/observe/7.…) ### Issues * [[Anomalie 1184]](https://gitlab.com/ultreiaio/ird-observe/issues/1184) **Problème d&#39;ouverture d&#39;une sauvegarde 5.4** (Thanks to Tony CHEMIT) (Reported by Pascal Cauquil) View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/0513a173bb8a0b44f526cc1c142… -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/0513a173bb8a0b44f526cc1c142… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][develop] use last pom and topia and hibernate
by Tony CHEMIT 05 Feb '19

05 Feb '19
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: bf7411d2 by tchemit at 2019-02-05T16:57:33Z use last pom and topia and hibernate - - - - - 1 changed file: - pom.xml Changes: ===================================== pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>io.ultreia.maven</groupId> <artifactId>pom</artifactId> - <version>2019.8.5</version> + <version>2019.8.7</version> </parent> <groupId>fr.ird.observe</groupId> @@ -166,7 +166,7 @@ <!--<lib.version.java4all.i18n>4.0-beta-3-SNAPSHOT</lib.version.java4all.i18n>--> <!--<lib.version.java4all.config>1.0.8-SNAPSHOT</lib.version.java4all.config>--> <!--<lib.version.nuiton.topia>3.4.2-SNAPSHOT</lib.version.nuiton.topia>--> - <lib.version.java4all.topia>1.6-SNAPSHOT</lib.version.java4all.topia> + <lib.version.java4all.topia>1.6</lib.version.java4all.topia> <!--<lib.xwork.version>2.3.35</lib.xwork.version>--> <!--<lib.version.hibernate>5.2.10.Final</lib.version.hibernate>--> @@ -240,6 +240,23 @@ <artifactId>jaxb-runtime</artifactId> <version>2.3.1</version> </dependency> + + <dependency> + <groupId>org.nuiton.topia</groupId> + <artifactId>topia-persistence</artifactId> + <version>${lib.version.nuiton.topia}</version> + <exclusions> + <exclusion> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-ehcache</artifactId> + </exclusion> + <exclusion> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-c3p0</artifactId> + </exclusion> + </exclusions> + </dependency> + </dependencies> </dependencyManagement> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/bf7411d22bfece38c62fc97b3ff… -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/bf7411d22bfece38c62fc97b3ff… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][develop-7.x] Update to use last hibernate
by Tony CHEMIT 05 Feb '19

05 Feb '19
Tony CHEMIT pushed to branch develop-7.x at ultreiaio / ird-observe Commits: dec3b2a3 by tchemit at 2019-02-05T16:17:58Z Update to use last hibernate - - - - - 10 changed files: - client-configuration/src/license/THIRD-PARTY.properties - client-core/src/license/THIRD-PARTY.properties - client-runner/src/license/THIRD-PARTY.properties - persistence/src/license/THIRD-PARTY.properties - pom.xml - server-core/src/license/THIRD-PARTY.properties - server-runner/src/license/THIRD-PARTY.properties - services-client/src/license/THIRD-PARTY.properties - services-local/src/license/THIRD-PARTY.properties - services/src/license/THIRD-PARTY.properties Changes: ===================================== client-configuration/src/license/THIRD-PARTY.properties ===================================== @@ -4,16 +4,21 @@ # - Apache 2.0 # - Apache License 2.0 # - Apache License, version 2.0 +# - BSD 3-clause New License # - BSD License +# - CDDL 1.1 +# - CDDL/GPLv2+CE # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License -# - Eclipse Distribution License (EDL), Version 1.0 -# - Eclipse Public License (EPL), Version 1.0 +# - Eclipse Distribution License - v 1.0 +# - Eclipse Distribution License v. 1.0 # - Eclipse Public License 1.0 +# - Eclipse Public License v1.0 # - Eclipse Public License, Version 1.0 # - GNU General Public License, Version 2 with the Classpath Exception -# - GNU General Public License, version 2 (GPL2), with the classpath exception # - GNU Lesser General Public License, Version 2.1 +# - GNU Library General Public License v2.1 or later +# - GPL2 w/ CPE # - General Public License (GPL) # - Indiana University Extreme! Lab Software License, version 1.1.1 # - Lesser General Public License (LGPL) @@ -30,6 +35,5 @@ # Please fill the missing licenses for dependencies : # # -#Fri May 11 14:26:25 CEST 2018 +#Tue Feb 05 15:34:55 CET 2019 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -dom4j--dom4j--1.6.1=BSD License ===================================== client-core/src/license/THIRD-PARTY.properties ===================================== @@ -1,37 +1,45 @@ # Generated by org.codehaus.mojo.license.AddThirdPartyMojo #------------------------------------------------------------------------------- # Already used licenses in project : -# - AL 2.0 # - Apache 2.0 # - Apache License 2.0 # - Apache License, version 2.0 +# - BSD 2-Clause License +# - BSD 3-clause New License # - BSD License # - BSD License for HSQL +# - CDDL 1.1 +# - CDDL/GPLv2+CE +# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License # - EPSG database distribution license -# - Eclipse Distribution License (EDL), Version 1.0 -# - Eclipse Public License (EPL), Version 1.0 +# - Eclipse Distribution License - v 1.0 +# - Eclipse Distribution License v. 1.0 # - Eclipse Public License 1.0 +# - Eclipse Public License v1.0 # - Eclipse Public License, Version 1.0 -# - GNU General Public License - Version 2 with the class path exception +# - Eclipse Publish License, Version 1.0 # - GNU General Public License, Version 2 with the Classpath Exception -# - GNU Lesser General Public License # - GNU Lesser General Public License, Version 2.1 -# - GNU Lesser Public License +# - GNU Library General Public License v2.1 or later +# - GPL2 w/ CPE # - General Public License (GPL) # - HSQLDB License, a BSD open source license +# - Indiana University Extreme! Lab Software License, version 1.1.1 # - JDL (Java Distribution License) -# - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 +# - Lesser General Public License (LPGL) +# - Lesser General Public License (LPGL) v 2.1 # - MIT License # - MPL 1.1 +# - MPL 2.0 or EPL 1.0 # - New BSD License # - OGC copyright -# - Public Domain # - Similar to Apache License but with the acknowledgment clause removed +# - The Apache License, Version 2.0 # - The Apache Software License, Version 2.0 -# - The H2 License, Version 1.0 +# - The MIT License # - The MIT License(MIT) # - The New BSD License # - The PostgreSQL License @@ -40,7 +48,6 @@ # Please fill the missing licenses for dependencies : # # -#Thu Sep 01 13:13:00 CEST 2016 +#Tue Feb 05 15:35:14 CET 2019 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -dom4j--dom4j--1.6.1=BSD License javax.media--jai_core--1.1.3=JDL (Java Distribution License) ===================================== client-runner/src/license/THIRD-PARTY.properties ===================================== @@ -1,23 +1,28 @@ # Generated by org.codehaus.mojo.license.AddThirdPartyMojo #------------------------------------------------------------------------------- # Already used licenses in project : -# - AL 2.0 # - Apache 2.0 # - Apache License 2.0 # - Apache License, version 2.0 +# - BSD 2-Clause License +# - BSD 3-clause New License # - BSD License # - BSD License for HSQL +# - CDDL 1.1 +# - CDDL/GPLv2+CE # - Common Development and Distribution License # - EPSG database distribution license -# - Eclipse Distribution License (EDL), Version 1.0 -# - Eclipse Public License (EPL), Version 1.0 +# - Eclipse Distribution License - v 1.0 +# - Eclipse Distribution License v. 1.0 # - Eclipse Public License 1.0 +# - Eclipse Public License v1.0 # - Eclipse Public License, Version 1.0 -# - GNU General Public License - Version 2 with the class path exception +# - Eclipse Publish License, Version 1.0 # - GNU General Public License, Version 2 with the Classpath Exception # - GNU Lesser General Public License # - GNU Lesser General Public License, Version 2.1 -# - GNU Lesser Public License +# - GNU Library General Public License v2.1 or later +# - GPL2 w/ CPE # - General Public License (GPL) # - HSQLDB License, a BSD open source license # - JDL (Java Distribution License) @@ -25,13 +30,15 @@ # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 # - MIT License +# - MIT license # - MPL 1.1 +# - MPL 2.0 or EPL 1.0 # - New BSD License # - OGC copyright -# - Public Domain # - Similar to Apache License but with the acknowledgment clause removed +# - The Apache License, Version 2.0 # - The Apache Software License, Version 2.0 -# - The H2 License, Version 1.0 +# - The MIT License # - The MIT License(MIT) # - The New BSD License # - The PostgreSQL License @@ -40,7 +47,6 @@ # Please fill the missing licenses for dependencies : # # -#Thu Sep 01 13:13:00 CEST 2016 +#Tue Feb 05 15:35:42 CET 2019 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -dom4j--dom4j--1.6.1=BSD License javax.media--jai_core--1.1.3=JDL (Java Distribution License) ===================================== persistence/src/license/THIRD-PARTY.properties ===================================== @@ -1,33 +1,41 @@ # Generated by org.codehaus.mojo.license.AddThirdPartyMojo #------------------------------------------------------------------------------- # Already used licenses in project : -# - AL 2.0 +# - Apache 2.0 # - Apache License 2.0 # - Apache License, version 2.0 -# - Apache Software License, version 1.1 +# - BSD 3-clause New License # - BSD License +# - CDDL 1.1 +# - CDDL/GPLv2+CE # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License -# - Common Public License Version 1.0 -# - Eclipse Distribution License (EDL), Version 1.0 -# - Eclipse Public License (EPL), Version 1.0 +# - Eclipse Distribution License - v 1.0 +# - Eclipse Distribution License v. 1.0 +# - Eclipse Public License 1.0 +# - Eclipse Public License v1.0 +# - Eclipse Public License, Version 1.0 # - GNU General Public License, Version 2 with the Classpath Exception +# - GNU Lesser General Public License, Version 2.1 +# - GNU Library General Public License v2.1 or later # - GNU Library or Lesser General Public License -# - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - GPL2 w/ CPE +# - General Public License (GPL) +# - Indiana University Extreme! Lab Software License, version 1.1.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 # - Lesser General Public License (LPGL) # - Lesser General Public License (LPGL) v 2.1 # - MIT License # - MPL 1.1 +# - MPL 2.0 or EPL 1.0 # - New BSD License -# - Public Domain # - The Apache Software License, Version 2.0 -# - The H2 License, Version 1.0 +# - The MIT License +# - The PostgreSQL License #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Tue Aug 26 01:19:49 CEST 2014 +#Tue Feb 05 15:31:54 CET 2019 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -dom4j--dom4j--1.6.1=BSD License ===================================== pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>io.ultreia.maven</groupId> <artifactId>pom</artifactId> - <version>2019.8.4</version> + <version>2019.8.7</version> </parent> <groupId>fr.ird.observe</groupId> @@ -155,18 +155,18 @@ <maven.build.timestamp.format>dd/MM/yyyy HH:mm z</maven.build.timestamp.format> <buildDate>${maven.build.timestamp}</buildDate> - <observeToolkitVersion>3.7.14</observeToolkitVersion> + <observeToolkitVersion>3.7.15</observeToolkitVersion> <!--<lib.version.java4all.http>1.0.13</lib.version.java4all.http>--> <lib.version.nuiton.validation>3.1</lib.version.nuiton.validation> <!--<lib.version.java4all.config>1.0.3</lib.version.java4all.config>--> <xworkVersion>2.3.35</xworkVersion> - <!--<lib.version.hibernate>5.2.10.Final</lib.version.hibernate>--> + <!--can't use 1.4.197 (date has changed + blob also--> <lib.version.h2>1.4.196</lib.version.h2> <lib.version.java4all.eugene>3.0-alpha-26</lib.version.java4all.eugene> <!--<lib.version.java4all.jaxx>3.0-alpha-47-SNAPSHOT</lib.version.java4all.jaxx>--> <!--<lib.version.java4all.i18n>4.0-beta-8-SNAPSHOT</lib.version.java4all.i18n>--> - <lib.version.java4all.topia>1.1.11</lib.version.java4all.topia> + <lib.version.java4all.topia>1.1.12</lib.version.java4all.topia> <!--<lib.version.nuiton.topia>3.6-SNAPSHOT</lib.version.nuiton.topia>--> <!--<lib.version.java4all.eugene>3.0-alpha-21</lib.version.java4all.eugene>--> @@ -260,6 +260,22 @@ <version>1.08</version> </dependency> + <dependency> + <groupId>org.nuiton.topia</groupId> + <artifactId>topia-persistence</artifactId> + <version>${lib.version.nuiton.topia}</version> + <exclusions> + <exclusion> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-ehcache</artifactId> + </exclusion> + <exclusion> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-c3p0</artifactId> + </exclusion> + </exclusions> + </dependency> + </dependencies> </dependencyManagement> ===================================== server-core/src/license/THIRD-PARTY.properties ===================================== @@ -1,47 +1,49 @@ # Generated by org.codehaus.mojo.license.AddThirdPartyMojo #------------------------------------------------------------------------------- # Already used licenses in project : -# - AL 2.0 # - Apache 2 +# - Apache 2.0 # - Apache License # - Apache License 2.0 # - Apache License, version 2.0 -# - Apache Software License - Version 2.0 +# - BSD 3-clause New License # - BSD License # - BSD licence -# - BSD style # - Bouncy Castle Licence # - CDDL + GPLv2 with classpath exception +# - CDDL 1.1 +# - CDDL/GPLv2+CE # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License -# - Eclipse Distribution License (EDL), Version 1.0 -# - Eclipse Public License (EPL), Version 1.0 -# - Eclipse Public License - Version 1.0 +# - Eclipse Distribution License - v 1.0 +# - Eclipse Distribution License v. 1.0 # - Eclipse Public License 1.0 +# - Eclipse Public License v1.0 # - Eclipse Public License, Version 1.0 # - GNU General Public License, Version 2 with the Classpath Exception # - GNU Lesser General Public License, Version 2.1 -# - GNU Lesser Public License +# - GNU Library General Public License v2.1 or later +# - GPL2 w/ CPE # - General Public License (GPL) -# - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - Indiana University Extreme! Lab Software License, version 1.1.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 # - Lesser General Public License (LPGL) # - Lesser General Public License (LPGL) v 2.1 # - MIT License # - MPL 1.1 +# - MPL 2.0 or EPL 1.0 # - New BSD License -# - Public Domain # - Similar to Apache License but with the acknowledgment clause removed # - The Apache Software License, Version 2.0 -# - The H2 License, Version 1.0 +# - The MIT License # - The New BSD License +# - The PostgreSQL License # - WTFPL #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Mon Sep 07 10:23:15 CEST 2015 +#Tue Feb 05 15:34:51 CET 2019 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -dom4j--dom4j--1.6.1=BSD License org.antlr--antlr-runtime--3.3=The Apache Software License, Version 2.0 ===================================== server-runner/src/license/THIRD-PARTY.properties ===================================== @@ -1,47 +1,47 @@ # Generated by org.codehaus.mojo.license.AddThirdPartyMojo #------------------------------------------------------------------------------- # Already used licenses in project : -# - AL 2.0 # - Apache 2 +# - Apache 2.0 # - Apache License # - Apache License 2.0 # - Apache License, version 2.0 -# - Apache Software License - Version 2.0 +# - BSD 3-clause New License # - BSD License # - BSD licence -# - BSD style # - Bouncy Castle Licence -# - CDDL + GPLv2 with classpath exception +# - CDDL 1.1 +# - CDDL/GPLv2+CE # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License -# - Eclipse Distribution License (EDL), Version 1.0 -# - Eclipse Public License (EPL), Version 1.0 -# - Eclipse Public License - Version 1.0 -# - Eclipse Public License 1.0 +# - Eclipse Distribution License - v 1.0 +# - Eclipse Distribution License v. 1.0 +# - Eclipse Public License v1.0 # - Eclipse Public License, Version 1.0 # - GNU General Public License, Version 2 with the Classpath Exception # - GNU Lesser General Public License, Version 2.1 -# - GNU Lesser Public License +# - GNU Library General Public License v2.1 or later +# - GPL2 w/ CPE # - General Public License (GPL) -# - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - Indiana University Extreme! Lab Software License, version 1.1.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 # - Lesser General Public License (LPGL) # - Lesser General Public License (LPGL) v 2.1 # - MIT License # - MPL 1.1 +# - MPL 2.0 or EPL 1.0 # - New BSD License -# - Public Domain # - Similar to Apache License but with the acknowledgment clause removed # - The Apache Software License, Version 2.0 -# - The H2 License, Version 1.0 +# - The MIT License # - The New BSD License +# - The PostgreSQL License # - WTFPL #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Mon Sep 07 10:23:15 CEST 2015 +#Tue Feb 05 15:35:38 CET 2019 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -dom4j--dom4j--1.6.1=BSD License org.antlr--antlr-runtime--3.3=The Apache Software License, Version 2.0 ===================================== services-client/src/license/THIRD-PARTY.properties ===================================== @@ -4,16 +4,21 @@ # - Apache 2.0 # - Apache License 2.0 # - Apache License, version 2.0 +# - BSD 3-clause New License # - BSD License +# - CDDL 1.1 +# - CDDL/GPLv2+CE # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License -# - Eclipse Distribution License (EDL), Version 1.0 -# - Eclipse Public License (EPL), Version 1.0 +# - Eclipse Distribution License - v 1.0 +# - Eclipse Distribution License v. 1.0 # - Eclipse Public License 1.0 +# - Eclipse Public License v1.0 # - Eclipse Public License, Version 1.0 # - GNU General Public License, Version 2 with the Classpath Exception -# - GNU General Public License, version 2 (GPL2), with the classpath exception # - GNU Lesser General Public License, Version 2.1 +# - GNU Library General Public License v2.1 or later +# - GPL2 w/ CPE # - General Public License (GPL) # - Indiana University Extreme! Lab Software License, version 1.1.1 # - Lesser General Public License (LGPL) @@ -30,6 +35,5 @@ # Please fill the missing licenses for dependencies : # # -#Fri May 11 14:26:07 CEST 2018 +#Tue Feb 05 15:34:44 CET 2019 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -dom4j--dom4j--1.6.1=BSD License ===================================== services-local/src/license/THIRD-PARTY.properties ===================================== @@ -1,34 +1,40 @@ # Generated by org.codehaus.mojo.license.AddThirdPartyMojo #------------------------------------------------------------------------------- # Already used licenses in project : -# - AL 2.0 +# - Apache 2.0 # - Apache License 2.0 # - Apache License, version 2.0 +# - BSD 3-clause New License # - BSD License +# - CDDL 1.1 +# - CDDL/GPLv2+CE # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License -# - Eclipse Distribution License (EDL), Version 1.0 -# - Eclipse Public License (EPL), Version 1.0 +# - Eclipse Distribution License - v 1.0 +# - Eclipse Distribution License v. 1.0 # - Eclipse Public License 1.0 +# - Eclipse Public License v1.0 # - Eclipse Public License, Version 1.0 # - GNU General Public License, Version 2 with the Classpath Exception # - GNU Lesser General Public License, Version 2.1 +# - GNU Library General Public License v2.1 or later +# - GPL2 w/ CPE # - General Public License (GPL) -# - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - Indiana University Extreme! Lab Software License, version 1.1.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 # - Lesser General Public License (LPGL) # - Lesser General Public License (LPGL) v 2.1 # - MIT License # - MPL 1.1 +# - MPL 2.0 or EPL 1.0 # - New BSD License -# - Public Domain # - The Apache Software License, Version 2.0 -# - The H2 License, Version 1.0 +# - The MIT License +# - The PostgreSQL License #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Mon Sep 07 10:23:00 CEST 2015 +#Tue Feb 05 15:32:12 CET 2019 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -dom4j--dom4j--1.6.1=BSD License ===================================== services/src/license/THIRD-PARTY.properties ===================================== @@ -4,16 +4,21 @@ # - Apache 2.0 # - Apache License 2.0 # - Apache License, version 2.0 +# - BSD 3-clause New License # - BSD License +# - CDDL 1.1 +# - CDDL/GPLv2+CE # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License -# - Eclipse Distribution License (EDL), Version 1.0 -# - Eclipse Public License (EPL), Version 1.0 +# - Eclipse Distribution License - v 1.0 +# - Eclipse Distribution License v. 1.0 # - Eclipse Public License 1.0 +# - Eclipse Public License v1.0 # - Eclipse Public License, Version 1.0 # - GNU General Public License, Version 2 with the Classpath Exception -# - GNU General Public License, version 2 (GPL2), with the classpath exception # - GNU Lesser General Public License, Version 2.1 +# - GNU Library General Public License v2.1 or later +# - GPL2 w/ CPE # - General Public License (GPL) # - Indiana University Extreme! Lab Software License, version 1.1.1 # - Lesser General Public License (LGPL) @@ -30,6 +35,5 @@ # Please fill the missing licenses for dependencies : # # -#Fri May 11 14:22:56 CEST 2018 +#Tue Feb 05 15:32:08 CET 2019 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -dom4j--dom4j--1.6.1=BSD License View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/dec3b2a39abb6e392b7cea48520… -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/dec3b2a39abb6e392b7cea48520… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][develop] petite erreur dans la migration
by Tony CHEMIT 05 Feb '19

05 Feb '19
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 5eda67da by tchemit at 2019-02-05T11:44:27Z petite erreur dans la migration - - - - - 1 changed file: - persistence/src/main/java/fr/ird/observe/entities/migration/old/DataSourceMigrationForVersion_6_1.java Changes: ===================================== persistence/src/main/java/fr/ird/observe/entities/migration/old/DataSourceMigrationForVersion_6_1.java ===================================== @@ -53,10 +53,10 @@ public class DataSourceMigrationForVersion_6_1 extends OldMigrationVersionResour executor.addScript("04", "remove_dcp_fields"); Map<String, String> speciesGroupIdMapping = new TreeMap<>(); - speciesGroupIdMapping.put("fr.ird.observe.entities.referentiel.SpeciesGroup#1445863056144#0.9820877553253712", "INSERT INTO OBSERVE_COMMON.SPECIESGROUP (TOPIAID, TOPIAVERSION, TOPIACREATEDATE, LASTUPDATEDATE, CODE, URI, NEEDCOMMENT, STATUS, LABEL1, LABEL2, LABEL3, LABEL4, LABEL5, LABEL6, LABEL7, LABEL8) VALUES ('fr.ird.observe.entities.referentiel.SpeciesGroup#1445863056144#0.9820877553253712', 1, '2015-10-26 16:37:36.144000000', '2016-12-06 15:54:27.727005000', '11', null, false, 1, 'Rays', 'Raies', 'Rayas', null, null, null, null);"); - speciesGroupIdMapping.put("fr.ird.observe.entities.referentiel.SpeciesGroup#1239832683690#0.24333033683679461", "INSERT INTO OBSERVE_COMMON.SPECIESGROUP (TOPIAID, TOPIAVERSION, TOPIACREATEDATE, LASTUPDATEDATE, CODE, URI, NEEDCOMMENT, STATUS, LABEL1, LABEL2, LABEL3, LABEL4, LABEL5, LABEL6, LABEL7, LABEL8) VALUES ('fr.ird.observe.entities.referentiel.SpeciesGroup#1239832683690#0.24333033683679461', 14, '2009-04-15 00:00:00.003000000', '2016-12-06 15:54:27.727005000', '4', null, false, 1, 'Turtles', 'Tortues', 'Tortugas', null, null, null, null);"); - speciesGroupIdMapping.put("fr.ird.observe.entities.referentiel.SpeciesGroup#1446014286433#0.6480183366605247", "INSERT INTO OBSERVE_COMMON.SPECIESGROUP (TOPIAID, TOPIAVERSION, TOPIACREATEDATE, LASTUPDATEDATE, CODE, URI, NEEDCOMMENT, STATUS, LABEL1, LABEL2, LABEL3, LABEL4, LABEL5, LABEL6, LABEL7, LABEL8) VALUES ('fr.ird.observe.entities.referentiel.SpeciesGroup#1446014286433#0.6480183366605247', 1, '2015-10-28 10:38:06.432000000', '2016-12-06 15:54:27.727005000', '12', null, false, 1, 'Whale shark', 'Requin-baleine', 'Tiburón ballena', null, null, null, null);"); - speciesGroupIdMapping.put("fr.ird.observe.entities.referentiel.SpeciesGroup#1239832683689#0.7120116158620075", "INSERT INTO OBSERVE_COMMON.SPECIESGROUP (TOPIAID, TOPIAVERSION, TOPIACREATEDATE, LASTUPDATEDATE, CODE, URI, NEEDCOMMENT, STATUS, LABEL1, LABEL2, LABEL3, LABEL4, LABEL5, LABEL6, LABEL7, LABEL8) VALUES ('fr.ird.observe.entities.referentiel.SpeciesGroup#1239832683689#0.7120116158620075', 17, '2009-04-15 00:00:00.001000000', '2017-02-28 15:04:55.370000000', '2', null, false, 1, 'Sharks', 'Requins', 'Tiburones', null, null, null, null);"); + speciesGroupIdMapping.put("fr.ird.observe.entities.referentiel.SpeciesGroup#1445863056144#0.9820877553253712", "INSERT INTO OBSERVE_COMMON.SPECIESGROUP (TOPIAID, TOPIAVERSION, TOPIACREATEDATE, LASTUPDATEDATE, CODE, URI, NEEDCOMMENT, STATUS, LABEL1, LABEL2, LABEL3, LABEL4, LABEL5, LABEL6, LABEL7, LABEL8) VALUES ('fr.ird.observe.entities.referentiel.SpeciesGroup#1445863056144#0.9820877553253712', 1, '2015-10-26 16:37:36.144000000', '2016-12-06 15:54:27.727005000', '11', null, false, 1, 'Rays', 'Raies', 'Rayas', null, null, null, null, null);"); + speciesGroupIdMapping.put("fr.ird.observe.entities.referentiel.SpeciesGroup#1239832683690#0.24333033683679461", "INSERT INTO OBSERVE_COMMON.SPECIESGROUP (TOPIAID, TOPIAVERSION, TOPIACREATEDATE, LASTUPDATEDATE, CODE, URI, NEEDCOMMENT, STATUS, LABEL1, LABEL2, LABEL3, LABEL4, LABEL5, LABEL6, LABEL7, LABEL8) VALUES ('fr.ird.observe.entities.referentiel.SpeciesGroup#1239832683690#0.24333033683679461', 14, '2009-04-15 00:00:00.003000000', '2016-12-06 15:54:27.727005000', '4', null, false, 1, 'Turtles', 'Tortues', 'Tortugas', null, null, null, null, null);"); + speciesGroupIdMapping.put("fr.ird.observe.entities.referentiel.SpeciesGroup#1446014286433#0.6480183366605247", "INSERT INTO OBSERVE_COMMON.SPECIESGROUP (TOPIAID, TOPIAVERSION, TOPIACREATEDATE, LASTUPDATEDATE, CODE, URI, NEEDCOMMENT, STATUS, LABEL1, LABEL2, LABEL3, LABEL4, LABEL5, LABEL6, LABEL7, LABEL8) VALUES ('fr.ird.observe.entities.referentiel.SpeciesGroup#1446014286433#0.6480183366605247', 1, '2015-10-28 10:38:06.432000000', '2016-12-06 15:54:27.727005000', '12', null, false, 1, 'Whale shark', 'Requin-baleine', 'Tiburón ballena', null, null, null, null, null);"); + speciesGroupIdMapping.put("fr.ird.observe.entities.referentiel.SpeciesGroup#1239832683689#0.7120116158620075", "INSERT INTO OBSERVE_COMMON.SPECIESGROUP (TOPIAID, TOPIAVERSION, TOPIACREATEDATE, LASTUPDATEDATE, CODE, URI, NEEDCOMMENT, STATUS, LABEL1, LABEL2, LABEL3, LABEL4, LABEL5, LABEL6, LABEL7, LABEL8) VALUES ('fr.ird.observe.entities.referentiel.SpeciesGroup#1239832683689#0.7120116158620075', 17, '2009-04-15 00:00:00.001000000', '2017-02-28 15:04:55.370000000', '2', null, false, 1, 'Sharks', 'Requins', 'Tiburones', null, null, null, null, null);"); Set<String> existingSpeciesGroupIds = executor.getTopiaIds("OBSERVE_COMMON.SPECIESGROUP"); for (Map.Entry<String, String> entry : speciesGroupIdMapping.entrySet()) { View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/5eda67dae2d98ed8467960e93ea… -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/5eda67dae2d98ed8467960e93ea… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][develop-7.x] petite erreur dans la migration
by Tony CHEMIT 05 Feb '19

05 Feb '19
Tony CHEMIT pushed to branch develop-7.x at ultreiaio / ird-observe Commits: 39df65ea by tchemit at 2019-02-05T11:35:27Z petite erreur dans la migration - - - - - 1 changed file: - persistence/src/main/java/fr/ird/observe/persistence/migration/old/DataSourceMigrationForVersion_6_1.java Changes: ===================================== persistence/src/main/java/fr/ird/observe/persistence/migration/old/DataSourceMigrationForVersion_6_1.java ===================================== @@ -53,10 +53,10 @@ public class DataSourceMigrationForVersion_6_1 extends OldMigrationVersionResour executor.addScript("04", "remove_dcp_fields"); Map<String, String> speciesGroupIdMapping = new TreeMap<>(); - speciesGroupIdMapping.put("fr.ird.observe.entities.referentiel.SpeciesGroup#1445863056144#0.9820877553253712", "INSERT INTO OBSERVE_COMMON.SPECIESGROUP (TOPIAID, TOPIAVERSION, TOPIACREATEDATE, LASTUPDATEDATE, CODE, URI, NEEDCOMMENT, STATUS, LABEL1, LABEL2, LABEL3, LABEL4, LABEL5, LABEL6, LABEL7, LABEL8) VALUES ('fr.ird.observe.entities.referentiel.SpeciesGroup#1445863056144#0.9820877553253712', 1, '2015-10-26 16:37:36.144000000', '2016-12-06 15:54:27.727005000', '11', null, false, 1, 'Rays', 'Raies', 'Rayas', null, null, null, null);"); - speciesGroupIdMapping.put("fr.ird.observe.entities.referentiel.SpeciesGroup#1239832683690#0.24333033683679461", "INSERT INTO OBSERVE_COMMON.SPECIESGROUP (TOPIAID, TOPIAVERSION, TOPIACREATEDATE, LASTUPDATEDATE, CODE, URI, NEEDCOMMENT, STATUS, LABEL1, LABEL2, LABEL3, LABEL4, LABEL5, LABEL6, LABEL7, LABEL8) VALUES ('fr.ird.observe.entities.referentiel.SpeciesGroup#1239832683690#0.24333033683679461', 14, '2009-04-15 00:00:00.003000000', '2016-12-06 15:54:27.727005000', '4', null, false, 1, 'Turtles', 'Tortues', 'Tortugas', null, null, null, null);"); - speciesGroupIdMapping.put("fr.ird.observe.entities.referentiel.SpeciesGroup#1446014286433#0.6480183366605247", "INSERT INTO OBSERVE_COMMON.SPECIESGROUP (TOPIAID, TOPIAVERSION, TOPIACREATEDATE, LASTUPDATEDATE, CODE, URI, NEEDCOMMENT, STATUS, LABEL1, LABEL2, LABEL3, LABEL4, LABEL5, LABEL6, LABEL7, LABEL8) VALUES ('fr.ird.observe.entities.referentiel.SpeciesGroup#1446014286433#0.6480183366605247', 1, '2015-10-28 10:38:06.432000000', '2016-12-06 15:54:27.727005000', '12', null, false, 1, 'Whale shark', 'Requin-baleine', 'Tiburón ballena', null, null, null, null);"); - speciesGroupIdMapping.put("fr.ird.observe.entities.referentiel.SpeciesGroup#1239832683689#0.7120116158620075", "INSERT INTO OBSERVE_COMMON.SPECIESGROUP (TOPIAID, TOPIAVERSION, TOPIACREATEDATE, LASTUPDATEDATE, CODE, URI, NEEDCOMMENT, STATUS, LABEL1, LABEL2, LABEL3, LABEL4, LABEL5, LABEL6, LABEL7, LABEL8) VALUES ('fr.ird.observe.entities.referentiel.SpeciesGroup#1239832683689#0.7120116158620075', 17, '2009-04-15 00:00:00.001000000', '2017-02-28 15:04:55.370000000', '2', null, false, 1, 'Sharks', 'Requins', 'Tiburones', null, null, null, null);"); + speciesGroupIdMapping.put("fr.ird.observe.entities.referentiel.SpeciesGroup#1445863056144#0.9820877553253712", "INSERT INTO OBSERVE_COMMON.SPECIESGROUP (TOPIAID, TOPIAVERSION, TOPIACREATEDATE, LASTUPDATEDATE, CODE, URI, NEEDCOMMENT, STATUS, LABEL1, LABEL2, LABEL3, LABEL4, LABEL5, LABEL6, LABEL7, LABEL8) VALUES ('fr.ird.observe.entities.referentiel.SpeciesGroup#1445863056144#0.9820877553253712', 1, '2015-10-26 16:37:36.144000000', '2016-12-06 15:54:27.727005000', '11', null, false, 1, 'Rays', 'Raies', 'Rayas', null, null, null, null, null);"); + speciesGroupIdMapping.put("fr.ird.observe.entities.referentiel.SpeciesGroup#1239832683690#0.24333033683679461", "INSERT INTO OBSERVE_COMMON.SPECIESGROUP (TOPIAID, TOPIAVERSION, TOPIACREATEDATE, LASTUPDATEDATE, CODE, URI, NEEDCOMMENT, STATUS, LABEL1, LABEL2, LABEL3, LABEL4, LABEL5, LABEL6, LABEL7, LABEL8) VALUES ('fr.ird.observe.entities.referentiel.SpeciesGroup#1239832683690#0.24333033683679461', 14, '2009-04-15 00:00:00.003000000', '2016-12-06 15:54:27.727005000', '4', null, false, 1, 'Turtles', 'Tortues', 'Tortugas', null, null, null, null, null);"); + speciesGroupIdMapping.put("fr.ird.observe.entities.referentiel.SpeciesGroup#1446014286433#0.6480183366605247", "INSERT INTO OBSERVE_COMMON.SPECIESGROUP (TOPIAID, TOPIAVERSION, TOPIACREATEDATE, LASTUPDATEDATE, CODE, URI, NEEDCOMMENT, STATUS, LABEL1, LABEL2, LABEL3, LABEL4, LABEL5, LABEL6, LABEL7, LABEL8) VALUES ('fr.ird.observe.entities.referentiel.SpeciesGroup#1446014286433#0.6480183366605247', 1, '2015-10-28 10:38:06.432000000', '2016-12-06 15:54:27.727005000', '12', null, false, 1, 'Whale shark', 'Requin-baleine', 'Tiburón ballena', null, null, null, null, null);"); + speciesGroupIdMapping.put("fr.ird.observe.entities.referentiel.SpeciesGroup#1239832683689#0.7120116158620075", "INSERT INTO OBSERVE_COMMON.SPECIESGROUP (TOPIAID, TOPIAVERSION, TOPIACREATEDATE, LASTUPDATEDATE, CODE, URI, NEEDCOMMENT, STATUS, LABEL1, LABEL2, LABEL3, LABEL4, LABEL5, LABEL6, LABEL7, LABEL8) VALUES ('fr.ird.observe.entities.referentiel.SpeciesGroup#1239832683689#0.7120116158620075', 17, '2009-04-15 00:00:00.001000000', '2017-02-28 15:04:55.370000000', '2', null, false, 1, 'Sharks', 'Requins', 'Tiburones', null, null, null, null, null);"); Set<String> existingSpeciesGroupIds = executor.getTopiaIds("OBSERVE_COMMON.SPECIESGROUP"); for (Map.Entry<String, String> entry : speciesGroupIdMapping.entrySet()) { View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/39df65eacf21148cc5c38dc3639… -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/39df65eacf21148cc5c38dc3639… You're receiving this email because of your account on gitlab.com.
1 0
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.