Changes for page 224 - Summer Sonata
Last modified by Danniar Firdausy on 2024/07/04 10:01
From version 460.1
edited by Carlijn Kokkeler
on 2024/04/10 11:56
on 2024/04/10 11:56
Change comment:
There is no comment for this version
To version 574.2
edited by Danniar Firdausy
on 2024/07/01 13:20
on 2024/07/01 13:20
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 -2 18- SprightlySpring1 +224 - Summer Sonata - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. CarlijnKokkeler1 +XWiki.dfirdausy - Content
-
... ... @@ -3,43 +3,53 @@ 3 3 ((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** In th is release,we will do a largemaintenanceupdate,moving the eMagiz [[currentruntime>>doc:Main.eMagiz Academy.Fundamentals.fundamental-runtime-generation3||target="blank"]]stack fromSpring 5 to Spring 6 and from Java 8 to Java 17. Pleasereferto our new[[runtime image>>doc:Main.Release Information.Runtime Images.V300.WebHome||target="blank"]] and Spring 6 [[migrationpath>>doc:Main.eMagizSupport.MigrationPaths.migration-path-spring-6-migration.WebHome||target="blank"]]fororeinformation. Next to this,wehaveimprovedevent streaminglogging, so that logs arenot cluttered with irrelevantinfo anymore. Lastly, wehave removedthedeprecated cloud option'Root' from the portal.6 +**Hi there, eMagiz developers!** In the past week, we focused our effort to improve the usability of our platform as well as addressing feedback we received from the community. 7 7 8 -== **Spring 6 Migration** == 9 -As announced in our previous release blogs, we will release a major version of our [[current runtime>>doc:Main.eMagiz Academy.Fundamentals.fundamental-runtime-generation3||target="blank"]] base image for all our clients running on the [[current runtime>>doc:Main.eMagiz Academy.Fundamentals.fundamental-runtime-generation3||target="blank"]] architecture in this release. 8 +have worked hard to release a new [[runtime image>>doc:Main.Release Information.Runtime Images.V310.WebHome||target="blank"]]. This image contains several bug fixes, and increases the debugger duration. Next to this, improvements have been done to the SwaggerUI settings, we have resolved more deprecated warnings to prepare for Mendix version 10, and it is now possible to filter on the use of message types in Capture. Moreover, we have done bug fixes related to viewing an XSLT and SpEL expressions used for contructing a multipart/form-data HTTP request. 10 10 11 -Configurations that contain any one of the listed components below are automatically migrated to Spring 6: 12 -* JDBC BoneCP data source 13 -* SSL web service message sender 14 -* Web service outbound gateway 15 -* SFTP session factory 16 -* HTTP components message sender 17 -* Job manager 18 -* Credentials 19 -* Simple job launcher 20 -* Default SFTP session factory 10 +== **Feedback Items** == 11 +//__SwaggerUI default__// 12 +Model contacts are now able to select a default SwaggerUI environment from the API management settings in the Design phase. The environment selected here will be the first and the default value of SwaggerUI server dropdown. 21 21 22 - {{info}}In our continued efforts tomakethe transitionto Spring 6 as smoothaspossiblewe have written down the advisedprocess for identifying and updating therelevant flowsas a consequence ofthe Spring 6 migration,which you can find [[here>>doc:Main.eMagiz Support.Migration Paths.migration-path-spring-6-migration.WebHome||target="blank"]].14 +[[image:Main.Images.Release Blog.WebHome@release-223-default-swaggerui.png]] 23 23 24 -This large maintenance update, moving the eMagiz runtime stack from Spring 5 to Spring 6 and from Java 8 to Java 17, includes moving to latest (major) versions of open source projects, libraries and technologies. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.WebHome||target="blank"]] will be released. Although no new functionality is added in this new image version, several Spring libraries have been changed significantly. More information can be found [[here>>doc:Main.Release Information.Runtime Images.V300.WebHome||target="blank"]]. {{/info}} 16 +//__Used message types__// 17 +It is now possible to filter the message types in Capture on whether they are used. 25 25 26 -{{info}}Please be aware that we will create autosaved versions for affected flows still running on the legacy runtime architecture. This way, we ensure consistency in what the user sees when working with flow components in the Create phase while at the same time prepare your model for a future migration to the current runtime architecture. Should you need to make a functional change in one of these affected flows, you can do so without a deployment and without using Spring 6 in your legacy runtime. {{/info}} 19 +[[image:Main.Images.Release Blog.WebHome@release-223-capture-settings-used.png]] 20 + 21 +//__Debugger duration__// 22 +Wiretaps and debugging sessions will now collect messages for ten minutes, this used to be five. Note that the JMS server needs to be updated in order to also store the messages for ten minutes instead of five. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V310.WebHome||target="blank"]] is available. 27 27 28 -== **Fe edback Items** ==29 -//__ Eventstreaming logging__//30 - Event streamingprocessors willproducesignificantlylesslogging, so thelogsare not clutteredwithirrelevantinfo logs.24 +== **Bug Fixes** == 25 +//__SFTP sessions__// 26 +Support has been added to provide SFTP session factories with a known_hosts in string format rather than file format, so that it is easier to setup SFTP. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V310.WebHome||target="blank"]] is available. Moreover, helptexts have been added for clarification. 31 31 32 -//__Root Cloud__// 33 -Options and screens related to the deprecated cloud option 'Root' have been removed from the portal. 28 +[[image:Main.Images.Release Blog.WebHome@release-223-known-hosts.png]] 34 34 30 + 31 +[[image:Main.Images.Release Blog.WebHome@release-223-known-hosts-generation.png]] 32 + 33 +//__SMB outbound gateway__// 34 +The SMB outbound gateway with the GET command did not work, this has been resolved. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V310.WebHome||target="blank"]] is available. 35 + 36 +//__TaskScheduler__// 37 +In rare occurences, when a TaskScheduler was used, a deadlock situation could occur due to thread starvation. The number of threads available to the TaskScheduler has been increased to resolve this issue. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V310.WebHome||target="blank"]] is available. 38 + 39 +//__View XSLT__// 40 +We fixed an issue with the transformation tooling, where it was not possible to view an XSLT in certain cases. 41 + 42 +//__Multipart/form-data HTTP request__// 43 +The recommended SpEL expression used for contructing a multipart/form-data HTTP request was no longer valid. The [[documentation>>doc:Main.eMagiz Academy.Microlearnings.Expert Level.Data Handling.expert-data-handling-multipart-form-data.WebHome||target="blank"]] has been updated with the new standard and the updated expression is now part of our default test suite. The [[legacy documentation>>doc:Main.eMagiz Academy.Microlearnings.Legacy Functionality.expert-data-handling-multipart-form-data.WebHome||target="blank"]] is also still available. 44 + 35 35 == **Fancy Forum Answers** == 36 36 37 37 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: 38 38 39 -* [[ ModelDashboard-Manage-color explanation>>https://my.emagiz.com/p/question/172825635703786144||target="blank"]]40 -* [[ ErrorhandlingwithinXSLTextensiongateway>>https://my.emagiz.com/p/question/172825635700354385||target="blank"]]41 -* [[ RequestingAzure token notworking becauseofform-datastructure>>https://my.emagiz.com/p/question/172825635703799013||target="blank"]]42 -* [[ PGPSigningandEncryption>>https://my.emagiz.com/p/question/172825635703799061||target="blank"]]49 +* [[.NET REST API authentication>>https://my.emagiz.com/p/question/172825635703862917||target="blank"]] 50 +* [[SMB Session Factory can't connect to AIX (or Linux) Samba share>>https://my.emagiz.com/p/question/172825635703875733||target="blank"]] 51 +* [[Check header value http_statusCode in standard filter>>https://my.emagiz.com/p/question/172825635703875955||target="blank"]] 52 +* [[How set up alerting for one message per hour>>https://my.emagiz.com/p/question/172825635703876056||target="blank"]] 43 43 44 44 == **Key Takeaways** == 45 45 ... ... @@ -49,7 +49,7 @@ 49 49 * If you have feedback or ideas for us, talk to the Platypus 50 50 * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 51 51 * Clear your browser cache (Ctrl + Shift + Del) 52 -* Check out the release notes [here] 62 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.223 - Idyllic Image.WebHome||target="blank"]] 53 53 * Start thinking about how the license tracker can aid your development 54 54 * Start thinking about major, minor, and patch 55 55 * Keep making great integrations