Changes for page 224 - Summer Sonata
Last modified by Danniar Firdausy on 2024/07/04 10:01
From version 473.1
edited by Carlijn Kokkeler
on 2024/04/23 12:21
on 2024/04/23 12:21
Change comment:
There is no comment for this version
To version 463.1
edited by Carlijn Kokkeler
on 2024/04/15 12:27
on 2024/04/15 12:27
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -21 9-CreationCarousel1 +218 - Sprightly Spring - Content
-
... ... @@ -3,53 +3,43 @@ 3 3 ((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** This release, weintroduce newenvironmenttemplatesforDockersingled doublelane.The Moreover,wehave anewversionof oureMagizMendix connectoravailable,that willsupport Mendix version 10and higher. Furthermore,the pathlengthin OpenAPI spec imports has beenincreasedto a maximumof300 characters. Lastly,we havedonemanybugfixes,oneof whichwillensurethatSFTPsessionswillbeclosedagain aftercompletion.Forthis fix, anew [[runtime image>>doc:Main.Release Information.Runtime Images.V304.WebHome||target="blank"]] hasbeen published.6 +**Hi there, eMagiz developers!** In this release, we will do a large maintenance update, moving the eMagiz [[current runtime>>doc:Main.eMagiz Academy.Fundamentals.fundamental-runtime-generation3||target="blank"]] stack from Spring 5 to Spring 6 and from Java 8 to Java 17. Please refer to our new [[runtime image>>doc:Main.Release Information.Runtime Images.V300.WebHome||target="blank"]] and Spring 6 [[migration path>>doc:Main.eMagiz Support.Migration Paths.migration-path-spring-6-migration.WebHome||target="blank"]] for more information. Next to this, we have improved event streaming logging, so that logs are not cluttered with irrelevant info anymore. Lastly, we have removed the deprecated cloud option 'Root' from the portal. 7 7 8 -== ** Environment Template R13 Docker- SingleLane** ==9 - Thisrelease introducesanewnon-serviceaffecting environment templateforallour customersrunning inasingle-lane setup. Thisenvironmenttemplateupdates the on-premisemachineagents.Thecompletereleasenotes on theenvironment templatecan be found [[here>>doc:Main.ReleaseInformation.CloudTemplates.R13 Docker-SingleLane.WebHome||target="blank"]].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. 10 10 11 -== **Environment Template R15 Docker - Double Lane** == 12 -This release introduces a new non-service affecting environment template for all our customers running in a double-lane setup. This environment template updates the on-premise machine agents. The complete release notes on the environment template can be found [[here>>doc:Main.Release Information.Cloud Templates.R15 Docker - Double Lane.WebHome||target="blank"]]. 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 13 13 14 - ==**FeedbackItems**==22 +{{info}}In our continued efforts to make the transition to Spring 6 as smooth as possible we have written down the advised process for identifying and updating the relevant flows as a consequence of the Spring 6 migration, which you can find [[here>>doc:Main.eMagiz Support.Migration Paths.migration-path-spring-6-migration.WebHome||target="blank"]]. 15 15 16 -//__eMagiz Mendix connector__// 17 -We released a new version of our eMagiz Mendix connector that will support Mendix version 10 and higher. 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}} 18 18 19 -//__Improved OpenAPI import__// 20 -The path length in OpenAPI spec imports has been increased to a maximum of 300 characters. 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}} 21 21 22 -== ** BugFixes** ==23 -//__E rrorhandling__//24 - Whenmigratingto the current generationarchitecture, the default errorhandlingwillnow also bemigratedcorrectly, so thatnomanualchanges have tobedone forthis.28 +== **Feedback Items** == 29 +//__Event streaming logging__// 30 +Event streaming processors will produce significantly less logging, so the logs are not cluttered with irrelevant info logs. 25 25 26 -//__ Volumemapping passwords__//27 - Passwordsfornetworkvolumesarehiddenon themachineafterdeployment.32 +//__Root Cloud__// 33 +Options and screens related to the deprecated cloud option 'Root' have been removed from the portal. 28 28 29 -//__Create integration removal__// 30 -When removing an integration from Create, the Create phase is correctly updated as well. 31 - 32 -//__Legacy statistics__// 33 -Legacy pages are now correctly hidden when running on the current runtime architecture. 34 - 35 -//__Unused properties__// 36 -Users are not able to edit or delete eMagiz properties, so now they will also not be shown in the 'Unused property overview' anymore. 37 - 38 -//__Enumeration values__// 39 -Enumeration values for event processors can now be edited in Create. 40 - 41 -[[image:Main.Images.Release Blog.WebHome@release-219-creation-carousel-event-processor.png]] 42 - 43 -//__SFTP sessions__// 44 -SFTP session factories did not close their connection after it was complete. This could cause connection starvation on the SFTP server, and was especially noticable when using the SFTP Session Factory without caching, as that factory opens a new connection for every call. For this, a new [[image>>doc:Main.Release Information.Runtime Images.V304.WebHome||target="blank"]] has been released. 45 - 46 46 == **Fancy Forum Answers** == 47 47 48 48 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: 49 49 50 -* [[Create an overview of DataFlows without any datatraffic>>https://my.emagiz.com/p/question/172825635703811872||target="blank"]] 51 -* [[Flowtest does not work>>https://my.emagiz.com/p/question/172825635703811773||target="blank"]] 52 -* [[Debugger blocks all other traffic>>https://my.emagiz.com/p/question/172825635703812013||target="blank"]] 39 +* [[Model Dashboard - Manage - color explanation>>https://my.emagiz.com/p/question/172825635703786144||target="blank"]] 40 +* [[Error handling within XSLT extension gateway>>https://my.emagiz.com/p/question/172825635700354385||target="blank"]] 41 +* [[Requesting Azure token not working because of form-data structure>>https://my.emagiz.com/p/question/172825635703799013||target="blank"]] 42 +* [[PGP Signing and Encryption>>https://my.emagiz.com/p/question/172825635703799061||target="blank"]] 53 53 54 54 == **Key Takeaways** == 55 55