Changes for page 222 - Flee Frustration

Last modified by CarlijnKokkeler on 2024/06/05 09:31

From version 439.1
edited by CarlijnKokkeler
on 2024/04/08 11:25
Change comment: There is no comment for this version
To version 53.1
edited by Erik Bakker
on 2022/11/21 13:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -218 - Sprightly Spring
1 +188 - Close Encounters
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.CarlijnKokkeler
1 +XWiki.ebakker
Content
... ... @@ -1,81 +1,88 @@
1 1  {{container}}
2 -{{container layoutStyle="columns"}}
3 -(((
2 +{{container layoutStyle="columns"}}(((
4 4  [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]]
5 5  
6 -**Hi there, eMagiz developers!**
5 +**Hi there, eMagiz developers!** This release is characterized mainly by our efforts to bolster our 3rd generation runtime and all its interactions. Furthermore, some minor fixes and beta features will be released to the community.
7 7  
7 +== **3rd generation runtime bolstering** ==
8 8  
9 -== **Spring 6 Migration** ==
10 -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 our release that will be released on April 11th, 2024, which is this release.
9 +This release will introduce various improvements for our 3rd generation runtime. Below you will find the most noteworthy enhancements we made to the 3rd generation runtime and its interaction with the portal.
11 11  
12 -Configurations that contain any one of the listed components below are automatically migrated to Spring 6:
13 -* JDBC BoneCP data source
14 -* SSL web service message sender
15 -* Web service outbound gateway
16 -* SFTP session factory
17 -* HTTP components message sender
18 -* Job manager
19 -* Credentials
20 -* Simple job launcher
21 -* Default SFTP session factory
11 +//__Migration of JMS backup configuration improved__//
12 +With this release, the configuration of the JMS backup configuration is improved to prevent potential connectivity issues after migrating to the 3rd generation runtime.
22 22  
23 -Legacy configurations that contain SSL web service message sender components are also updated with a non runtime affecting change.
14 +//__Prechecks on Upgrade option made available for 3rd generation runtime__//
15 +As with the current runtime architecture, you can now also execute the prechecks before automatically upgrading to the latest cloud template on the 3rd generation runtime architecture.
24 24  
25 -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"]].
17 +//__Autogenerated exits can be deployed at once__//
18 +This release has fixed a bug that prevented you from deploying an exit flow correctly.
26 26  
27 -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 image 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
20 +//__Code mapping functionality available on 3rd generation runtime__//
21 +As of this release, code mapping functionality is also available for the 3rd generation runtime. This removes the restriction on migrating to the new 3rd generation runtime for our clients that use the code mapping functionality.
28 28  
29 -== **Feedback Items** ==
30 -//__Dynamic trigger__//
31 -The generic alert trigger "More than 100 messages on queue over 10 minutes" has been migrated to a dynamic trigger for each model and environment, allowing users to edit this trigger.
23 +//__Improved the performance when activating a release__//
24 +With this release, the performance of activating a release has improved considerably. This means less waiting time when activating a release.
32 32  
33 -[[image:Main.Images.Release Blog.WebHome@release-217-template-tango-custom-trigger.png]]
26 +//__Failing runtimes won't be restarted indefinitely anymore__//
27 +We have put a cap on this behavior to prevent your logs from exploding due to a failing runtime being restarted indefinitely. As of this release, five attempts will be made to restart a failing runtime. If the runtime can not start correctly after these attempts, the runtime will be stopped.
34 34  
35 -//__Copy to clipboard buttons__//
36 -Copy to clipboard buttons have been added to various pages:
29 +== **Exportable Release Audit** ~* ==
37 37  
38 - * Deploy agent pop-up
39 - * Create - Flow designer: Properties
40 - * Deploy - Property releases: Property details
31 +On top of that, we will also launch a new Beta feature to the community that allows you to export an audit document of your (Production) release.
41 41  
42 -[[image:Main.Images.Release Blog.WebHome@release-217-template-tango-copy-to-clipboard.png]]
33 +[[image:Main.Images.Release Blog.WebHome@188-release-blog--exportable-release-audit.png]]
43 43  
44 -//__Reset H2 database__//
45 -For our **[[current runtime>>doc:Main.eMagiz Academy.Fundamentals.fundamental-runtime-generation3||target="blank"]]** architecture, it is now possible to remove the eMagiz infra H2 database for connector machines.
35 +{{warning}}Note that the following restrictions apply when exporting an audit document:
36 + * Works **only** for releases that are promoted and made active on **Production**
37 + * You will **only** see changes made during the **current** calendar year
38 + * On the first of April all objects of the **last** calendar year will be **removed**.
39 + ** As a consequence you cannot download this information anymore **after** the first of April{{/warning}}
46 46  
47 -{{info}}Please note the following:
41 +== **Feedback items ** ==
48 48  
49 -* Only H2 databases that are registered under the standard eMagiz data folder will be removed.
50 -* It is possible to reset the H2 database on every cloud runtime, but it will only have effect if an H2 database exists for that runtime.
51 -* For on-premise runtimes, only a reset of the runtime is needed.
43 +We have also solved other feedback items besides the flow designer's critical updates.
52 52  
53 -For more information please check out this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.eMagiz Runtime Management.intermediate-runtime-management-reset-h2.WebHome||target="blank"]]{{/info}}
45 +//__Improved naming convention on Store related pages__//
46 +We have improved various display names to ensure that it is clear from the naming that store content can be implemented in all integration patterns.
54 54  
55 -[[image:Main.Images.Release Blog.WebHome@release-217-template-tango-remove-h2.png]]
48 +//__Press "Enter" to search on multiple pages__//
49 +In our Daemon Switch release, we added functionality that allowed you to press **Enter** to search on the property overview page. This release has added this functionality to many more pages across the portal. The complete list is as follows.
56 56  
57 -== **Bug Fixes** ==
58 -//__Runtime overview improvements__//
59 -The runtime overview has been improved regarding checks on the runtime version.
51 +* Deploy → Deployment Plan
52 +* Deploy → Properties → History
53 +* Deploy → User Management → Roles
54 +* Manage → Error Messages → Error Messages
55 +* Manage → Error Messages → Flows with Error Messages
56 +* Manage → Error Messages → Exceptions of Error Messages
57 +* Manage → Log Entries
58 +* Manage → Alerts
59 +* Manage → Triggers
60 +* Manage → Tags – Cant find (only Gen2)
61 +* Manage → Notifications
62 +* Manage → Notification Settings
63 +* Manage → Data Usage → History
64 +* Manage → Code mappings → All tabs
60 60  
61 61  == **Fancy Forum Answers** ==
62 62  
63 63  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:
64 64  
65 -* [[XSD is only partially imported into eMagiz (xmlStat.xsd)>>https://my.emagiz.com/p/question/172825635703773349||target="blank"]]
66 -* [[TLSv1.3>>https://my.emagiz.com/p/question/172825635703773474||target="blank"]]
70 +* [[Synchronous file pick-up>>https://my.emagiz.com/p/question/172825635703197660||target="blank"]]
71 +* [[Receiving e-mail via IMAP or POP3 - Set up>>https://my.emagiz.com/p/question/172825635703197881||target="blank"]]
72 +* [[Best way of Receiving and Sending Mail>>https://my.emagiz.com/p/question/172825635703210149||target="blank"]]
67 67  
68 -== **Key Takeaways** ==
74 +== **Key takeaways** ==
69 69  
70 -Thanks to all who 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 +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:
71 71  
72 72  * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]
73 73  * If you have feedback or ideas for us, talk to the Platypus
74 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these.
80 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these.
75 75  * Clear your browser cache (Ctrl + Shift + Del)
76 76  * Check out the release notes [here]
77 77  * Start thinking about how the license tracker can aid your development
78 78  * Start thinking about major, minor, and patch
85 +* Upgrade to the latest build number
79 79  * Keep making great integrations
80 80  
81 81  Let's stay in touch and till next time!
... ... @@ -83,11 +83,6 @@
83 83  {{info}}
84 84  ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]
85 85  
86 -{{/info}}
87 -)))
88 -
89 -(((
90 -{{toc/}}
91 -)))
93 +~*~* Indicates a GEN3-only feature.
94 +{{/info}})))((({{toc/}}))){{/container}}
92 92  {{/container}}
93 -{{/container}}