Last modified by Erik Bakker on 2026/08/18 15:02

From version 33.1
edited by Erik Bakker
on 2026/07/14 13:36
Change comment: There is no comment for this version
To version 37.1
edited by Erik Bakker
on 2026/08/18 14:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -12,6 +12,7 @@
12 12  == 2. Changes ==
13 13  
14 14  * We will update to run on Java 25.
15 +** If you are using custom SpEL expressions or Groovy scripts you could be impacted. Best course of action for now would be to identify these cases and if you have questions to contact us to discuss the best approach.
15 15  * The grant type {{code}}password{{/code}} when using the OAuth interceptor to retrieve a token from an external IDP is **no longer** supported.
16 16  ** 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).
17 17  * The default behavior of requesting an OAuth token from an IDP has changed. This means that the Client authentication method will default to {{code}}Client secret basic{{/code}} instead of {{code}}Client secret post{{/code}}.
... ... @@ -18,6 +18,7 @@
18 18  ** If you are using the default configuration, please verify whether the IDP allows you to request OAuth tokens using the Client secret basic option.
19 19  * All data pipeline (Job) related functionality will be removed and can no longer be used.
20 20  * The {{code}}ProxyWebServiceMessageSender{{/code}} support component will be removed.
22 +* SMB Session Factories configured with Connect as guest or {{code}}Force SMB version 2{{/code}} enabled, as well as {{code}}Domain{{/code}} configured, will now also use the configured domain for authentication.
21 21  
22 22  == 3. Key takeaways ==
23 23