Changes for page 240 - Spring Cleaning
Last modified by Erik Bakker on 2025/03/10 10:00
From version 812.1
edited by Carlijn Kokkeler
on 2024/12/02 09:38
on 2024/12/02 09:38
Change comment:
There is no comment for this version
To version 853.1
edited by Erik Bakker
on 2025/02/10 09:27
on 2025/02/10 09:27
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 -23 4-AlertAdventures1 +238 - Preparation Paraside - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. CarlijnKokkeler1 +XWiki.ebakker - Content
-
... ... @@ -3,55 +3,29 @@ 3 3 ((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** In this release, ou rnewerroralertingwillbe available!Please findoutmoreaboutit[[here>>doc:Main.eMagizAcademy.Microlearnings.Novice.Alerting.novice-alerting-error-alerting.WebHome||target="blank"]].Moreover,awruntimeimageisavailable,checkit out[[here>>doc:Main.ReleaseInformation.RuntimeImages.V320.WebHome||target="blank"]].Lastly,we have improved the selectionvisibilityindatamodels,andhavefixedabug regardingfailovercontainers.6 +**Hi there, eMagiz developers!** In this release, we focused on finishing the first iteration of our new eMagiz Mendix Connector and the first iteration of our new base image. We will first utilize the new eMagiz Mendix Connector to get an even better feeling of its performance, but you will notice a UI change straightaway. Once we have passed that hurdle, we will share more information about it and release it to a broader range of customers. Regarding the base image, we will now introduce this to our flow testing offering to see if anything unexpected happens. This is an additional safety measure we have put in place to reduce the chance of something breaking in your model once the new base image is released. On top of that, we have some minor updates to improve the quality of the platform. 7 7 8 -== ** FeedbackItems** ==9 - //__Erroralerting__//10 - Erroralertinghasbeenimprovedforthe [[current runtime>>doc:Main.eMagiz Academy.Fundamentals.fundamental-runtime-generation3||target="blank"]]architecture,followingour queue alertingdesignhat hasbeen [[released>>doc:Main.ReleaseInformation.ReleaseBlogs.226- Alerting Alchemy.WebHome||target="blank"]]severalmonthsago. The new erroralertingfeatureallowsyou totriggeran alerton**all**incoming errors,orchoosetotriggerwhen**specificfilters**ontherror’s headers,message or classhavebeenmet. Furthermore,youcan selectthespecificruntimehe errororiginatedfroms one ofthefilters as well.8 +== **Updated Base Image** - Flow Testing Only == 9 + 10 +With this release we introduce the new [[runtime image>>Main.Release Information.Runtime Images||target="blank"]] to our flow testing functionality. This means that as of that moment your flow tests will run against the latest runtime image. We do this to decrease the likelihood of unexpected things happening on your actual environments once we release the image to the community. 11 11 12 -{{info}}Please take into consideration the following migration actions: * All existing error message alert triggers from the [[current runtime>>doc:Main.eMagiz Academy.Fundamentals.fundamental-runtime-generation3||target="blank"]] architecture models will be automatically migrated to the new alerting feature. 13 -* All fields will be mapped directly to their corresponding new fields on a 1:1 basis, with one exception: 14 -** The 'Description' field has been replaced by the new 'Instructions' field (note: the 'Description' field no longer exists). 15 -** The values of the old description field will be transferred into the instructions field 16 -* Additionally, a new field, 'Name', has been introduced for identification purposes. The 'Name' field will be included in email notifications when a trigger is activated. 17 -** This field will be automatically populated with a default name (e.g., "Error Trigger 1"). 18 -** **Users are advised to review and update these names to appropriately reflect each trigger's purpose**. 19 -* If an error message alert trigger has the following specific configuration, its trigger conditions will be migrated such that alerts are triggered for **all** incoming error messages: 20 -** "Check header" is disabled. 21 -** "Check error message" is enabled. 22 -** The "Error message contains" field includes only a single character. 23 -* The new feature introduces duplicate detection when saving an individual error trigger. This duplicate detection is not performed during the migration process. Please check your migrated error triggers to avoid receiving duplicate error alerts.{{/info}} 12 +{{info}} 13 +* **Please take into consideration the following**: 14 +* This means that the flow testing results could differ from the results you get once you have deployed your functionality to an environment. If something like that happens please contact us via our [[support department>>mailto:support@emagiz.com]]. 15 +{{/info}} 24 24 25 -{{warning}}To keep a better overview, we recommend you to remove your old dynamic triggers after the new error triggers are activated, these have already been disabled by our migration process. The same applies for your queue-related triggers. These triggers can be found under the ‘Other’ tab on the alert triggers page.{{/warning}} 26 - 27 -{{warning}}Please check out our [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Novice.Alerting.novice-alerting-error-alerting.WebHome||target="blank"]] for an elaborate explanation of our new error alerting. {{/warning}} 28 - 29 -//__Attribute selection__// 30 -When selecting an attribute in a datamodel, the selected attribute and associated entity are now highlighted. 31 - 32 -[[image:Main.Images.Release Blog.WebHome@release-234-cdm.png]] 17 +== **New eMagiz Mendix Connector**~* == 33 33 34 -//__Runtime image__// 35 -We have removed some deprecated components from our runtime image. 36 -* TCP support object 'Byte array text length header (de)serializer' 37 -* Mikrotik service activator 19 +The new eMagiz Mendix Connector is ready and will be first implemented in our own infrastructure to further assess the quality and stability of the new connector. Once this is done we will share more information to the community about the changes related to the new eMagiz Mendix Connector and make it available for a broader audience. In the mean time you will already notice a UI change that identifies Mendix systems by showing the Mendix icon on these systems. 38 38 39 -Please find out more [[here>>doc:Main.Release Information.Runtime Images.V320.WebHome||target="blank"]]. 40 - 41 -{{warning}}We recommend evaluating custom groovy scripts and SpEL expressions to ensure that they do not rely on functionality that may have been removed due to one of the library removals. 42 -* Calls to com.emagiz.util.Assert can be replaced with org.springframework.util.Assert 43 -* Calls to com.emagiz.util.StringUtils can be replaced with org.springframework.util.StringUtils 44 -* Calls to com.emagiz.util.CollectionUtils can be replaced with org.springframework.util.CollectionUtils{{/warning}} 45 - 46 46 == **Bug Fixes** == 47 -//__Failover container__// 48 -The failover container will now be shown correctly. 49 - 22 +//__Removing integrations from Create__// 23 +When removing an exit/entry connector linked to a system and using the same message type can now be removed from eMagiz without problems. 50 50 == **Fancy Forum Answers** == 51 51 52 52 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: 53 53 54 -* [[ H2 databasefollowingaqueue channel withoutmessagestore>>https://my.emagiz.com/p/question/172825635704003822||target="blank"]]28 +* [[Issue with importing XSD into eMagiz, replacing '=ref' references>>https://my.emagiz.com/p/question/172825635704054981||target="blank"]] 55 55 56 56 == **Key Takeaways** == 57 57 ... ... @@ -61,7 +61,7 @@ 61 61 * If you have feedback or ideas for us, talk to the Platypus 62 62 * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 63 63 * Clear your browser cache (Ctrl + Shift + Del) 64 -* Check out the release notes [[here>>doc:Main.Release Information.Portal.23 4-AlertAdventures.WebHome||target="blank"]]38 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.238 - Preparation Paradise.WebHome||target="blank"]] 65 65 * Start thinking about how the license tracker can aid your development 66 66 * Start thinking about major, minor, and patch 67 67 * Keep making great integrations