Changes for page 213 - Joyful Journeys
Last modified by Carlijn Kokkeler on 2024/04/18 13:07
From version 195.1
edited by Carlijn Kokkeler
on 2023/10/23 15:13
on 2023/10/23 15:13
Change comment:
There is no comment for this version
To version 118.1
edited by Erik Bakker
on 2023/05/22 15:07
on 2023/05/22 15:07
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - 207-Aligned State1 +198 - Great Migration - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. CarlijnKokkeler1 +XWiki.ebakker - Content
-
... ... @@ -2,74 +2,47 @@ 2 2 {{container layoutStyle="columns"}}((( 3 3 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 4 4 5 -**Hi there, eMagiz developers!** Wehavedone much work forstategeneration,sothatyoucanderivemore informationfrom yourata! Examplesareenrichment, aggregation,change detectionandduplicatedetection. Stategeneration functionalityis only accessibleformodelswithanadd-onstate generationlicense.Nextto stategeneration, several improvementsregarding thealignment of components have been made.Moreover,performanceimprovementsand bug fixeshavebeen implemented.Lastly,achangein themetricsstoragedurationhasbeenperformed.5 +**Hi there, eMagiz developers!** In the last few weeks, we have worked hard on improving the migration towards our next-generation architecture and the general behavior when running on the next-generation architecture. Furthermore, several improvements have been made to our infrastructure to ensure that all data flowing via this infrastructure now that more and more customers are migrating can be handled as well, if not better, as before. 6 6 7 -== ** StateGeneration** ==7 +== **3rd generation improvements and bug fixes** == 8 8 9 -//__New components__// 10 -The following components have been added: 11 -* Aggregator: reverse of the splitter, used to combine multiple messages into a single one. 12 -* Infinispan metadata outbound channel adapter: used to (temporarily) store metadata, which can be used to enrich messages, or make decisions in filters or scripts. 13 -* Content enricher: used to add properties to the payload of messages, similar to what the header enricher can do for headers. 14 -* Duplicate detector: support object used to detect duplicate messages for a certain key on an inbound channel of a flow component. Duplicates can be marked or discarded. 15 -* Infinispan support objects, supporting the aggregator, metadata outbound channel adapter and content enricher. 9 +//__"Stop" action when running a hybrid situation is not causing issues anymore__// 10 +Before, it could happen when running a double-lane setup in a hybrid situation (i.e., karaf, based runtimes on top of the next-generation architecture) that the stop action on said runtime would not stop the runtime but "kill" it. With this release, that behavior is changed. 16 16 17 -//__SpEL functions & JSON__// 18 -Added SpEL functions for: 19 -* Encoding & decoding Base64, Hex and hmac. 20 -* Date retrieval (currentDateTime, currentEpochMilli, currentEpochSecond). 21 -* Date conversion (DateTime to Epoch, Epoch to DateTime, DateTime formatter and DateTime parser). 12 +{{info}}Note that this fix is part of a new runtime image for the karaf-based runtimes. The impact of this can be read [[here>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-deploy-execute-deployment-plan-gen3.WebHome||target="blank"]]{{/info}} 22 22 23 -Added support for SpEL property accessors for XML and JSON, meaning that you can read message payloads in SpEL expressions easily. For example, to retrieve the value for 'id' in the following JSON String: `{"id":"123"}`, this SpEL expression suffices: `payload.id`. 14 +//__Improved efficiency in deploying a release__// 15 +This release improves the efficiency of the "prepare release" step needed when deploying on the next-generation architecture. 24 24 25 -Added support for `#JsonPath` usage in SpEL expressions. 17 +//__Removed specific dependencies between Deploy Architecture and Releases__// 18 +In this release, we have removed several explicit dependencies that confused the functionality in the Deploy Architecture overview compared to the functionality linked to a release, specifically the deployment of a release. 26 26 27 -//__ Newimageversion2.0.0__//28 -Th eabove functionalities arefeaturesofthenew image version 2.0.0. Importanttonoteis that thelibraryusedforCode Mappingshas beenchanged.ChangedthelibraryusedforCodeMappings.AnycustomerwithGen3runtimes and code mappingsisrequiredtoresettheirinfra flowsprior to deploying on image 2.0.0.20 +//__Improved validation errors on the invalid configuration of HTTP outbound components__// 21 +This release fixes and re-introduces the option to execute your actions on the eMagiz per zone or all at once when running in a double-lane Docker setup. 29 29 30 -//__Component pages__// 31 -Pages to add the new components have been created. Forms have been created nicely with proper help texts. The EHCache cache manager has been removed. 23 +//__Improved migration behavior__// 24 +This release introduces several improvements concerning the migration behavior via "Transfer settings from Design." Among these are: 25 +A smoother migration of your JMS (and backup JMS) process. 26 +Shortening of names that otherwise would be too long, additional feedback given to the user. 27 +Feedback when the migration process is finished. 32 32 33 - == **MetricsStorageDuration** ==34 - Manage- Monitoring: Wewillchangetheretentionofmonitoringdataofdifferent environments.Forminuteleveldata,itwillbe keptfortest,acceptance andproductionenvironmentsfor5,7and30 daysrespectively. Thenheminuteleveldatawillbereducedto hourleveldata thenwillbestoredfortest,acceptanceandproductionfor3,6and12months respectively.29 +//__Additional checks when deploying__// 30 +This release introduces additional checks when deploying. Among others, we have added a check to prevent you from deploying two flows that use the same resource with differing versions. Not stopping this can cause issues with deployments and even worse with the functional behavior of the flows, as it leads to the situation in which a validation error might trigger on one offramp but not on the other. 35 35 36 -[[image:Main.Images.Release Blog.WebHome@release-blog-207-aligned-state-metrics-storage.png]] 37 - 38 -== **Feedback Items** == 39 - 40 -//__Import from store__// 41 -Design - Message Mapping: The button 'Import from Store' will directly open the store instead of showing a pop asking whether the store should be opened. 42 - 43 -//__Save and cancel buttons__// 44 -The Save and Cancel buttons have been placed slightly further apart from each other to avoid misclicking. 45 - 46 -//__User session times__// 47 -Manage - Monitoring: The user session times for 3rd generation runtime dashboards have been extended, so that the user is not thrown out of the model when using the Manage phase for longer than an hour. 48 - 49 - 50 - 51 -== **Bug Fixes** == 52 - 53 - 54 - 55 55 == **Fancy Forum Answers** == 56 56 57 57 As always, this is a gentle reminder to ask questions via the Q&A forum. The Q&A forum is available in the eMagiz iPaaS portal, so we can all benefit from the knowledge within the community. For some inspiration, take a look at these forum answers: 58 58 59 -* [[JSON Web Tokens (JWT authentication)>>https://my.emagiz.com/p/question/172825635703606919||target="blank"]] 60 -* [[Determining container sizes & reading architecture pages>>https://my.emagiz.com/p/question/172825635703594204||target="blank"]] 61 -* [[SFTP connectivity - supported algorithms>>https://my.emagiz.com/p/question/172825635703607141||target="blank"]] 62 -* [[Deploy property release results in missing flows in runtime>>https://my.emagiz.com/p/question/172825635703607354||target="blank"]] 63 -* [[MessageDeliveryException: Dispatcher has no subscribers>>https://my.emagiz.com/p/question/172825635703619797||target="blank"]] 36 +* [[How to determine the system definition for this sample message in JSON?>>https://my.emagiz.com/p/question/172825635703440852||target="blank"]] 37 +* [[Instability in JMS connection>>https://my.emagiz.com/p/question/172825635703440717||target="blank"]] 64 64 65 - 66 66 == **Key takeaways** == 67 67 68 -Thanks to all whohelped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you:41 +Thanks to all that helped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you: 69 69 70 70 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 71 71 * If you have feedback or ideas for us, talk to the Platypus 72 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 45 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 73 73 * Clear your browser cache (Ctrl + Shift + Del) 74 74 * Check out the release notes [here] 75 75 * Start thinking about how the license tracker can aid your development ... ... @@ -82,6 +82,6 @@ 82 82 {{info}} 83 83 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 84 84 85 -~*~* Indicates a next-generation-architecture only feature.58 +~*~* Indicates a GEN3-only feature. 86 86 {{/info}})))((({{toc/}}))){{/container}} 87 87 {{/container}}