Impact upcoming runtime image
Version 33.1 by Erik Bakker on 2026/07/14 13:36
As announced in our Release blog dated July 16th, 2026, we are hard at work updating our runtime code to the latest major version. Below is a more detailed overview of all functionality.
If you have any questions, please contact academy@emagiz.com.
1. Prerequisites
- For more general context read the following microlearning
2. Changes
- We will update to run on Java 25.
- The grant type password when using the OAuth interceptor to retrieve a token from an external IDP is no longer supported.
- If you are using this grant type, please verify whether the IDP allows you to request OAuth tokens using one of the accepted grant types (preferably client credentials).
- The default behavior of requesting an OAuth token from an IDP has changed. This means that the Client authentication method will default to Client secret basic instead of Client secret post.
- If you are using the default configuration, please verify whether the IDP allows you to request OAuth tokens using the Client secret basic option.
- All data pipeline (Job) related functionality will be removed and can no longer be used.
- The ProxyWebServiceMessageSender support component will be removed.
3. Key takeaways
- Validate whether the changes mentioned above are impacting any model you are responsible for.