[ANN] Adagio 3.4.1 is out!
Bonjour, Une nouvelle version d'Adagio 3.4.1 est disponible. Quoi de neuf dans la version 3.4.1 ---------------------------------- Dans cette nouvelle version, un nouveau module technique a été mis en place pour éviter de dupliquer le code entre le module core et core-allegro. Les poms des projets ont aussi été revus pour être plus clairs et plus factorisés. Les migrations via liquidbase ont aussi été normalisés entre les deux modules de persistence. Il est désormais possible de ne plus utiliser le cache de second niveau d'hibernate via la propriété *hibernate.use_second_level_cache* A noter que le schéma de la base passe en 3.4.1. Et pleins d'autres choses... Changelog complêt ----------------- [adagio-core-shared] Introduce a new module for common technical code between core and core-allegro moudles [adagio-core-allegro] To do generate any cache for hibernate, this is not a good idea to place cache on any entities (add hibernate.enableCache property in pom and andromda.xml) [adagio-core-allegro] Add a database changelog v3.4.1, to ensure compatibility with Allegro v3.4.2 [adagio-core-allegro] Add enumeration TranscribingItemTypeId in allegro model. [adagio-core-allegro] Add property 'hibernate.use_second_level_cache' in conf-*.properties. Now used by the Hibernate session. [adagio-core] Add liquibase 2.0.5 to manage database updates. [adagio-core] Add LocationHierarchyOverride to allow attributes override on LocationHierarchy (Need for GIS SIH to force isMainAssociation when a sector has 2 parents, with surfaceSamplingRatio=0,5). (mantis #16037) [adagio-core] Add ValidityStatus and link with major referential entities. Need for referential administrator for validation process. [adagio-core] Add isMandatory attribute into TranscribingItemType and GroupingClassification. If true, administrator must maintained it. (mantis #16037) [adagio-core] Add a comments attribute on (almost) all referential entities (mantis #16037). [adagio-core] Add new entity ConversionOrigin referenced by RoundWeigthConversion and WeigthLengthConversion (mantis #16037) [adagio-core] Add updateDate to entities : SamplingStrata, BuyerType, Status, SaleType, QualityFlag ((mantis #16037) [adagio-core] Add property 'hibernate.use_second_level_cache' in conf-*.properties. Now used by the Hibernate session. [adagio-core-allegro] Fix liquibase changelog 3.2.3 (add preconditions in all 'changeset'), to be able to migration a database from Allegro v3.4.2 [adagio-core] minor bug on the enumeration type QualitativeValueId.sizeSmall [adagio-core] fix length of qualificationComments to 2000 characters in VesselPhysicalFeatures and GearPhysicalfeature (instead of 255 characters) [adagio-core] fix length of vesselCode to 12 characters in DeletedItemHistory (instead of 255 characters) [adagio-core] rename EconomicalSurvey.synchronisationStatus into synchronizationStatus ('z' instead of 's') Utiliser adagio --------------- Les artefacts sont disponibles ici: http://nexus.e-is.pro/nexus/content/repositories/sih-adagio-releases/ Pour l'utiliser ajouter la dépendence suivante dans votre pom : <dependency> <groupId>fr.ifremer.adagio</groupId> <artifactId>adagio-core-allegro</artifactId> <version>3.4.1</version> </dependency> ou <dependency> <groupId>fr.ifremer.adagio</groupId> <artifactId>adagio-core</artifactId> <version>3.4.1</version> </dependency> Have fun! tony. -- Tony Chemit -------------------- tél: +33 (0) 2 40 50 29 28 http://www.codelutin.com email: chemit@codelutin.com twitter: https://twitter.com/tchemit
participants (1)
-
Tony Chemit