Changes for page 213 - Joyful Journeys
Last modified by Carlijn Kokkeler on 2024/04/18 13:07
From version 196.1
edited by Carlijn Kokkeler
on 2023/10/23 15:25
on 2023/10/23 15:25
Change comment:
There is no comment for this version
To version 117.1
edited by Erik Bakker
on 2023/05/22 14:03
on 2023/05/22 14:03
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,81 +2,54 @@ 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.State generation functionalityis only accessibleformodelswithanadd-onstate generationlicense.Nextto stategeneration, several improvementsregarding thealignment of components have been made.Moreover,performanceimprovementsand bug fixeshave been implemented.Lastly,achangeinthe metricsstoragedurationhasbeenperformed.5 +**Hi there, eMagiz developers!** In the last few weeks, we have worked hard on improving the migration towards our next-generation architecture as well as improved the general behavior when running on the next-generation architecture. Furthermore, several improvements have been made to our own infrastructure to ensure that all data flowing via this infrastructure now more and more customers are migrating can be handled as good 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 +//__Removed certain dependencies between Deploy Architecture and Releases__// 15 +In this release, we have removed several specific dependencies that caused confusion between the functionality in the Deploy Architecture overview compared to the functionality that is linked to a release and specifically the deployment of a release. 24 24 25 -Added support for `#JsonPath` usage in SpEL expressions. 17 +//__Improved validation errors on invalid configuration of HTTP outbound components__// 18 +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. 26 26 27 -//__ Newimage version2.0.0__//28 -Th eabovefunctionalitiesarefeaturesofthenew image version2.0.0.Importanttooteis thatthe libraryusedforCodeMappingshasbeenchanged.ChangedthelibraryusedforCodeMappings.Anycustomerwith Gen3runtimes andcodemappings is requiredto resettheirinfraflowspriortodeploying onimage2.0.0.20 +//__Improved migration behavior__// 21 +This release introduces several improvements with regards to the migration behavior via "Transfer settings from Design". Among these are a smoother migration of your JMS (and backup JMS) process, additional feedback given to the user and feedback when the migration process is finished. 29 29 30 -//__ Componentpages__//31 - Pagesto addthenewcomponentshavebeencreated. Formshavebeencreatednicelywithproperhelptexts.TheEHCachecachemanagerhasbeen removed.23 +//__Improved auto-healing when running in a hybrid situation__// 24 +In situations where you run in a hybrid situation (i.e., partly next-gen and partly the current generation), we have improved the auto-healing functionality in case an "out of memory" appears on a runtime running in the current generation but on a next-generation architecture. 32 32 33 - ==**MetricsStorageDuration**==34 - Wewill change theretentionofmonitoringdataof differentenvironments.Forminutelevel data,itwill bekeptfortest,acceptanceandproduction environmentsfor5, 7and 30 days respectively.Thenthe minuteleveldata will bereducedto houreveldatathenwill bestoredfortest,acceptance and productionfor 3, 6and 12 monthsrespectively.26 +//__Improved rollup and storage of metrics when running your solution in the next generation archticture__// 27 +To improve the stability of the Manage phase and, in particular, the metrics when zooming out on the provided information, we have made some structural changes that support this user functionality better. 35 35 36 - [[image:Main.Images.ReleaseBlog.WebHome@release-blog-207-aligned-state-metrics-storage.png]]29 +{{warning}} Due to this change, the platform will remove data collected before the release date in the upcoming weeks. This process will be finished at the beginning of June. From then on, all data before the 12th of May will no longer be visible. As users generally do not look back this far back in time, we consider this an acceptable trade-off. {{/warning}} 37 37 38 -== **Feedback Items** ==31 +== **Feedback items ** == 39 39 40 -//__ Import fromstore__//41 - Thebutton'Importfrom Store'inDesignwilldirectlyopenthe storeinsteadofshowingapopaskingwhether thestoreshouldbeopened.33 +//__Make sure the message format can be viewed without "Start editing"__// 34 +With this release, we have ensured that when you navigate to Design -> System message, you can see the message format (i.e., XML, JSON, or EDI) without entering the "Start Editing" mode. 42 42 43 -//__ Saveandcancelbuttonsplacement__//44 - The saveandcancelbuttons have beenplacedslightlyfurtherapartfromeach other to avoid misclicking.36 +//__Various styling improvements in the flow testing functionality__// 37 +Various minor styling improvements have been added to the flow testing functionality to improve the overall user experience. Please check out the release notes for a complete list and more details. 45 45 46 -//__User session times__// 47 -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 -//__Cancel and next buttons order// 50 -The order of the cancel and next buttons when creating a new trigger has been changed to increase alignment across the platform. Now, all cancel buttons are placed on the right of a 'next' or 'save' button. 51 - 52 - 53 -== **Bug Fixes** == 54 -//__Topic and event-processor names__// 55 -The styling of the event streaming canvas in the Create and Deploy phases has been altered slightly to make topic and event-processor names more readable. 56 - 57 -//__System alignment__// 58 -The positioning of Systems across Design, Create and Deploy phases are now synchronized to the position of their respective System in the Capture phase. So, systems are aligned regarding positioning across all phases. 59 - 60 - 61 - 62 62 == **Fancy Forum Answers** == 63 63 64 64 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: 65 65 66 -* [[JSON Web Tokens (JWT authentication)>>https://my.emagiz.com/p/question/172825635703606919||target="blank"]] 67 -* [[Determining container sizes & reading architecture pages>>https://my.emagiz.com/p/question/172825635703594204||target="blank"]] 68 -* [[SFTP connectivity - supported algorithms>>https://my.emagiz.com/p/question/172825635703607141||target="blank"]] 69 -* [[Deploy property release results in missing flows in runtime>>https://my.emagiz.com/p/question/172825635703607354||target="blank"]] 70 -* [[MessageDeliveryException: Dispatcher has no subscribers>>https://my.emagiz.com/p/question/172825635703619797||target="blank"]] 43 +* [[Update Core01 without downtime?>>https://my.emagiz.com/p/question/172825635703427783||target="blank"]] 44 +* [["EDI" mapping?>>https://my.emagiz.com/p/question/172825635703440524||target="blank"]] 71 71 72 - 73 73 == **Key takeaways** == 74 74 75 -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:48 +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: 76 76 77 77 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 78 78 * If you have feedback or ideas for us, talk to the Platypus 79 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 52 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 80 80 * Clear your browser cache (Ctrl + Shift + Del) 81 81 * Check out the release notes [here] 82 82 * Start thinking about how the license tracker can aid your development ... ... @@ -89,6 +89,6 @@ 89 89 {{info}} 90 90 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 91 91 92 -~*~* Indicates a next-generation-architecture only feature.65 +~*~* Indicates a GEN3-only feature. 93 93 {{/info}})))((({{toc/}}))){{/container}} 94 94 {{/container}}