branch feature/3761 updated (49fd7a2 -> 5be79ba)
This is an automated email from the git hooks/post-receive script. New change to branch feature/3761 in repository topia. See http://git.nuiton.org/topia.git discards 49fd7a2 Add attributeType tag value (See #3765) discards 70e3741 passage sur nuitonpom 3 + mise à jour de l'url du projet discards 60ebdcb [jgitflow-maven-plugin]updating poms for branch'release/3.0' with non-snapshot versions discards 06e4384 Fix a tagValue in topia-it, the package was not coherent with the model discards 97033ea 'generateDTOTopiaId' tagvalue no longer exists discards 4619d54 A bug in Eugene make 'tagValue' invalid, use 'tagvalue' instead discards ab398b9 Set eugeneVersion to 3.0-SNAPSHOT adds 2284657 Do not create tms_version table if flag initSchema is off in configuration (Closes #3767) adds b03399e Add attributeType tag value (See #3765) adds 644750d Introduce attributeType tag value Closes #3765 Merge branch 'feature/3765' into develop adds 7004d98 Add generateForeignKeyNames tag value definition (See #3722) adds 5d0c239 - Generate foreign key names if tag value found (See #3722) - Generate schema everywhere in hibernate mapping (See #3726) adds 694659d Fix hibernateType and attributeType tag value loading when specify on an attribute. adds d6e7362 Consider schema everywhere (Closes #3726) Generate foreign key names (Closes #3722) new 5ee7f25 Set eugeneVersion to 3.0-SNAPSHOT new 062f4f0 A bug in Eugene make 'tagValue' invalid, use 'tagvalue' instead new c1dea5a 'generateDTOTopiaId' tagvalue no longer exists new d5a35f0 Fix a tagValue in topia-it, the package was not coherent with the model new 2828d12 [jgitflow-maven-plugin]updating poms for branch'release/3.0' with non-snapshot versions new 5be79ba passage sur nuitonpom 3 + mise à jour de l'url du projet 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 (49fd7a2) \ N -- N -- N refs/heads/feature/3761 (5be79ba) 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 6 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 5be79bad3fca9a546741cff2aa1a441f2e6946a0 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Aug 21 19:18:25 2015 +0200 passage sur nuitonpom 3 + mise à jour de l'url du projet commit 2828d12f33eebb54ea891ce56a827de148ada06b Author: Maven Release <maven-release@codelutin.com> Date: Fri Jul 31 17:28:34 2015 +0200 [jgitflow-maven-plugin]updating poms for branch'release/3.0' with non-snapshot versions commit d5a35f0ec5debc9768f5c37ed6f2035da65e8ae4 Author: Brendan Le Ny <bleny@codelutin.com> Date: Fri Aug 21 16:06:17 2015 +0200 Fix a tagValue in topia-it, the package was not coherent with the model commit c1dea5a1b1f0e89dff770a7522a82acf38448853 Author: Brendan Le Ny <bleny@codelutin.com> Date: Fri Aug 21 15:56:22 2015 +0200 'generateDTOTopiaId' tagvalue no longer exists commit 062f4f04e040e1ea119b7ff81a1e7aa3fd017341 Author: Brendan Le Ny <bleny@codelutin.com> Date: Fri Aug 21 15:51:18 2015 +0200 A bug in Eugene make 'tagValue' invalid, use 'tagvalue' instead commit 5ee7f25b05a386deb4fe57c51e5df0dab2eb51d2 Author: Brendan Le Ny <bleny@codelutin.com> Date: Fri Aug 21 14:48:32 2015 +0200 Set eugeneVersion to 3.0-SNAPSHOT Summary of changes: .../topia/migration/TopiaMigrationEngine.java | 3 +- .../templates/EntityHibernateMappingGenerator.java | 233 ++++++++++++++------- .../org/nuiton/topia/templates/TopiaTagValues.java | 45 +++- .../topia/templates/TopiaTemplateHelper.java | 40 ++++ 4 files changed, 245 insertions(+), 76 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/3761 in repository topia. See http://git.nuiton.org/topia.git commit 5ee7f25b05a386deb4fe57c51e5df0dab2eb51d2 Author: Brendan Le Ny <bleny@codelutin.com> Date: Fri Aug 21 14:48:32 2015 +0200 Set eugeneVersion to 3.0-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3da0b46..6b84185 100644 --- a/pom.xml +++ b/pom.xml @@ -234,7 +234,7 @@ <!-- libs version --> <commonsLoggingVersion>1.2</commonsLoggingVersion> - <eugeneVersion>2.13</eugeneVersion> + <eugeneVersion>3.0-SNAPSHOT</eugeneVersion> <flywayVersion>3.1</flywayVersion> <guavaVersion>18.0</guavaVersion> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/3761 in repository topia. See http://git.nuiton.org/topia.git commit 062f4f04e040e1ea119b7ff81a1e7aa3fd017341 Author: Brendan Le Ny <bleny@codelutin.com> Date: Fri Aug 21 15:51:18 2015 +0200 A bug in Eugene make 'tagValue' invalid, use 'tagvalue' instead --- topia-it/src/main/xmi/topia-it-legacy.properties | 8 ++++---- topia-it/src/main/xmi/topia-it-mapping.properties | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/topia-it/src/main/xmi/topia-it-legacy.properties b/topia-it/src/main/xmi/topia-it-legacy.properties index 8861673..4c9a5d8 100644 --- a/topia-it/src/main/xmi/topia-it-legacy.properties +++ b/topia-it/src/main/xmi/topia-it-legacy.properties @@ -25,10 +25,10 @@ model.tagvalue.i18n=topia.test.common. model.tagvalue.generateOperatorForDAOHelper=true model.tagvalue.constantPrefix=PROPERTY_ model.tagvalue.generateDTOTopiaId=true -model.tagValue.applicationContextSuperClass=org.nuiton.topia.it.legacy.AbstractTopiaItLegacyApplicationContext -model.tagValue.persistenceContextSuperClass=org.nuiton.topia.it.legacy.AbstractTopiaItLegacyPersistenceContext -model.tagValue.daoSuperClass=org.nuiton.topia.it.legacy.AbstractTopiaItLegacyDao -model.tagValue.entitySuperClass=org.nuiton.topia.it.legacy.AbstractTopiaItLegacyEntity +model.tagvalue.applicationContextSuperClass=org.nuiton.topia.it.legacy.AbstractTopiaItLegacyApplicationContext +model.tagvalue.persistenceContextSuperClass=org.nuiton.topia.it.legacy.AbstractTopiaItLegacyPersistenceContext +model.tagvalue.daoSuperClass=org.nuiton.topia.it.legacy.AbstractTopiaItLegacyDao +model.tagvalue.entitySuperClass=org.nuiton.topia.it.legacy.AbstractTopiaItLegacyEntity model.tagvalue.generatePropertyChangeSupport=true #org.nuiton.topia.it.legacy.topiatest.Company.class.tagvalue.naturalIdMutable=false diff --git a/topia-it/src/main/xmi/topia-it-mapping.properties b/topia-it/src/main/xmi/topia-it-mapping.properties index f63cc45..c413fd8 100644 --- a/topia-it/src/main/xmi/topia-it-mapping.properties +++ b/topia-it/src/main/xmi/topia-it-mapping.properties @@ -32,15 +32,15 @@ model.tagvalue.hibernateAttributeType.java.lang.String=java.lang.String org.nuiton.topia.it.mapping.test15.A15A.attribute.aFloat.tagvalue.hibernateAttributeType=double org.nuiton.topia.it.mapping.test15.A15A.attribute.aFloatWrapper.tagvalue.hibernateAttributeType=double -org.nuiton.topia.it.mapping.test17.A17.class.tagValue.dbSchema=A -org.nuiton.topia.it.mapping.test17.A17.class.tagValue.dbName=A -org.nuiton.topia.it.mapping.test17.A17.attribute.a.tagValue.dbName=aa +org.nuiton.topia.it.mapping.test17.A17.class.tagvalue.dbSchema=A +org.nuiton.topia.it.mapping.test17.A17.class.tagvalue.dbName=A +org.nuiton.topia.it.mapping.test17.A17.attribute.a.tagvalue.dbName=aa -org.nuiton.topia.it.mapping.test17.B17.class.tagValue.dbSchema=B -org.nuiton.topia.it.mapping.test17.B17.class.tagValue.dbName=B +org.nuiton.topia.it.mapping.test17.B17.class.tagvalue.dbSchema=B +org.nuiton.topia.it.mapping.test17.B17.class.tagvalue.dbName=B -org.nuiton.topia.it.mapping.test17.BB17.class.tagValue.dbSchema=B -org.nuiton.topia.it.mapping.test17.BB17.attribute.bb.tagValue.dbName=cc +org.nuiton.topia.it.mapping.test17.BB17.class.tagvalue.dbSchema=B +org.nuiton.topia.it.mapping.test17.BB17.attribute.bb.tagvalue.dbName=cc package.org.nuiton.topia.it.mapping.test18.stereotype=entity package.org.nuiton.topia.it.mapping.test18.tagvalue.constantPrefix=PROPERTY2_ -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/3761 in repository topia. See http://git.nuiton.org/topia.git commit c1dea5a1b1f0e89dff770a7522a82acf38448853 Author: Brendan Le Ny <bleny@codelutin.com> Date: Fri Aug 21 15:56:22 2015 +0200 'generateDTOTopiaId' tagvalue no longer exists --- topia-it/src/main/xmi/topia-it-legacy.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/topia-it/src/main/xmi/topia-it-legacy.properties b/topia-it/src/main/xmi/topia-it-legacy.properties index 4c9a5d8..89d99a1 100644 --- a/topia-it/src/main/xmi/topia-it-legacy.properties +++ b/topia-it/src/main/xmi/topia-it-legacy.properties @@ -24,7 +24,6 @@ model.tagvalue.i18n=topia.test.common. model.tagvalue.generateOperatorForDAOHelper=true model.tagvalue.constantPrefix=PROPERTY_ -model.tagvalue.generateDTOTopiaId=true model.tagvalue.applicationContextSuperClass=org.nuiton.topia.it.legacy.AbstractTopiaItLegacyApplicationContext model.tagvalue.persistenceContextSuperClass=org.nuiton.topia.it.legacy.AbstractTopiaItLegacyPersistenceContext model.tagvalue.daoSuperClass=org.nuiton.topia.it.legacy.AbstractTopiaItLegacyDao -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/3761 in repository topia. See http://git.nuiton.org/topia.git commit d5a35f0ec5debc9768f5c37ed6f2035da65e8ae4 Author: Brendan Le Ny <bleny@codelutin.com> Date: Fri Aug 21 16:06:17 2015 +0200 Fix a tagValue in topia-it, the package was not coherent with the model --- topia-it/src/main/xmi/topia-it-legacy.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topia-it/src/main/xmi/topia-it-legacy.properties b/topia-it/src/main/xmi/topia-it-legacy.properties index 89d99a1..589f29f 100644 --- a/topia-it/src/main/xmi/topia-it-legacy.properties +++ b/topia-it/src/main/xmi/topia-it-legacy.properties @@ -39,4 +39,4 @@ org.nuiton.topia.it.legacy.topiatest.NaturalizedEntity.attribute.naturalIdNotNul org.nuiton.topia.it.legacy.topiatest.NaturalizedEntity.attribute.naturalIdNull.tagvalue.naturalId=true org.nuiton.topia.it.legacy.topiatest.NaturalizedEntity.attribute.naturalIdNull.tagvalue.notNull=false -org.nuiton.topia.it.legacy.test.entities.Personne.attribute.otherGender.tagvalue.useEnumerationName=true +org.nuiton.topia.it.legacy.topiatest.Personne.attribute.otherGender.tagvalue.useEnumerationName=true -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/3761 in repository topia. See http://git.nuiton.org/topia.git commit 2828d12f33eebb54ea891ce56a827de148ada06b Author: Maven Release <maven-release@codelutin.com> Date: Fri Jul 31 17:28:34 2015 +0200 [jgitflow-maven-plugin]updating poms for branch'release/3.0' with non-snapshot versions --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6b84185..3da0b46 100644 --- a/pom.xml +++ b/pom.xml @@ -234,7 +234,7 @@ <!-- libs version --> <commonsLoggingVersion>1.2</commonsLoggingVersion> - <eugeneVersion>3.0-SNAPSHOT</eugeneVersion> + <eugeneVersion>2.13</eugeneVersion> <flywayVersion>3.1</flywayVersion> <guavaVersion>18.0</guavaVersion> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/3761 in repository topia. See http://git.nuiton.org/topia.git commit 5be79bad3fca9a546741cff2aa1a441f2e6946a0 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Aug 21 19:18:25 2015 +0200 passage sur nuitonpom 3 + mise à jour de l'url du projet --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3da0b46..a647ed6 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>2.4.1</version> + <version>3</version> </parent> <artifactId>topia</artifactId> @@ -41,7 +41,7 @@ Tools for Portable and Independent Architecture : Framework de persistance et de distribution d'application. </description> - <url>https://doc.nuiton.org/topia</url> + <url>https://topia.nuiton.org</url> <inceptionYear>2004</inceptionYear> <developers> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm