0% found this document useful (0 votes)
2 views5 pages

DesignStudio ReleaseNotes R26.2

The document provides release notes for Design Studio (DS) version AMR R26, detailing enhancements and defects across three sub-versions: R26.0, R26.1, and R26.2. Key updates include an upgrade from Java 11 to Java 21 and various defect resolutions related to vulnerabilities and functionality issues. Additionally, it outlines migration steps for updating POM files to the new version 26.2.

Uploaded by

mohamed.koubaa
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views5 pages

DesignStudio ReleaseNotes R26.2

The document provides release notes for Design Studio (DS) version AMR R26, detailing enhancements and defects across three sub-versions: R26.0, R26.1, and R26.2. Key updates include an upgrade from Java 11 to Java 21 and various defect resolutions related to vulnerabilities and functionality issues. Additionally, it outlines migration steps for updating POM files to the new version 26.2.

Uploaded by

mohamed.koubaa
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Release R26

Design Studio (DS)


Release Notes

Information in this document is subject to change without notice.

No part of this document may be reproduced or transmitted in any form or by any means,
for any purpose, without the express written permission of TEMENOS HEADQUARTERS SA.

© 2016 Temenos Headquarters SA - all rights reserved.


Contents
Contents ........................................................................................................................................ 2
1. Introduction ........................................................................................................................... 3
2. Release Highlights ............................................................................................................... 3
2.1 DS R26.0 ....................................................................................... 3
2.1.1 Enhancements ................................................................................................................. 3
2.1.2 Defects.............................................................................................................................. 3
2.2 DS R26.1 ....................................................................................... 3
2.2.1 Enhancements ................................................................................................................. 3
2.2.2 Defects.............................................................................................................................. 3
2.3 DS R26.2 ....................................................................................... 4
2.3.1 Enhancements ................................................................................................................. 4
2.3.2 Defects.............................................................................................................................. 4
3. Migration ................................................................................................................................. 4

Information in this document is subject to change without notice.

No part of this document may be reproduced or transmitted in any form or by any means,
for any purpose, without the express written permission of TEMENOS HEADQUARTERS SA.

© 2016 Temenos Headquarters SA - all rights reserved.


Design Studio Release Notes AMR R26

1. Introduction
The Design Studio (DS) Workbench application is an integrated graphical environment that
enables business and IT professionals to design elements for T24 Model Bank. The application
provides his own "designers" using editors and text-based tools for developing elements called:
models.

Design Studio is the Integrated Development Environment (IDE) for realizing T24 design time
tasks. It provides import and edition of resources (local ref, versions, enquiries...). All items
edited in DS intend to be packaged and deployed on T24 runtime environment.

2. Release Highlights
This section provides an overview of any new DS components or features and advice regarding
any components which have been replaced, deprecated, or modified.

DS version is AMR R26.

2.1 DS R26.0
2.1.1 Enhancements
• DS - Upgrading Version of Contributor components

2.1.2 Defects
• IFW-12415 TSR-1136666 BJBS - Vulnerability reports for t24binaries.
• DS-20109 TSR-1080125 Outdated versions of JDK and Spring Framework in DS.
• IFW-12287 TSR-1080125 Upgrade of Spring-related artifacts and removal of older
versions from the binaries.
• DS-19996 TSR-1088903 OCS - DS - When the meta-dict is imported, the language
code somehow becomes "zh_tw", it should be “zh_TW”, and it shows “Unknown
language” under the Translation Tab.
• DS-19932 TSR-1100172 Issue in Test connection in latest environment.
• DS-19869 TSR-1067811 Issue with Version import in Design Studio.
• IFW-11558 TSR-1049916 Vulnerabilities reported in the TWS war file
• IFW-10995 TSR-1001413 User credentials should be masked in TWS logs.
• IFW-10941 TSR-991633 Different Behavior Field Val in Ofs Source

2.2 DS R26.1
2.2.1 Enhancements
• Upgraded the product from Java 11 to Java 21 to leverage the latest platform
improvements and continued long-term support.

2.2.2 Defects
• NA

3
Design Studio Release Notes AMR R26

2.3 DS R26.2
2.3.1 Enhancements
• NA

2.3.2 Defects
• DS - Upgrading Version of Contributor components
• DS-20757 TSR-3215118 [Link]:
com/google/common/util/concurrent/internal/InternalFutureFailureAccess , users
are getting this error while building building the Iris R18 project in Design Studio
R26.1

3. Migration
Update DS T24-binaries
POM referencing old t24-binaries versions must be updated to the new version: 26.2

Source code / continuous integration


• Upload the t24-binaries to Nexus (or their maven repository)
• Update all the relevant POMs (see POMs migration guide below)

POM migration upgrade guide


To update to the latest version all POMs must be updated to version 26.2

Sample projects to be updated:


- xxxx-models\[Link]
- xxxx-models-gen\[Link]
- xxxx-packager\[Link]
- xxxx-packager\module\[Link]
- xxxx-data-code\[Link]
- xxxx-iris\[Link]
- xxxx-iris-parent\[Link]
- xxxx-embedded-server-tafj\[Link]

Migration path is described below: replace NEW_VERSION by 26.2

Original POM New POM

4
Design Studio Release Notes AMR R26

<groupId>[Link]</groupId> <groupId>[Link]</groupId>
<artifactId>t24-core</artifactId> <artifactId>t24-core</artifactId>
<version>OLD_VERSION</version> <version>NEW_VERSION</version>

<groupId>[Link]</groupId> <groupId>[Link]</groupId>
<artifactId>t24-core-tafj</artifactId> <artifactId>t24-core-tafj</artifactId>
<version> OLD_VERSION</version> <version>NEW_VERSION</version>

If you reference any other internal t24-binairies


artefact then you also need to update it
<groupId>[Link]</groupId>
<groupId>[Link]</groupId> <artifactId>aaa-bbb</artifactId>
<artifactId>aaa-bbb</artifactId> <version>NEW_VERSION</version>
<version> OLD_VERSION</version>

In xxxx-embedded-server-tafj\[Link]
,xxxx-iris\[Link] , xxxx-iris-
<parent>
parent\[Link]
<groupId>[Link]</groupId>
<artifactId>testds</artifactId>
<parent>
<version> NEW_VERSION </version>
<groupId>[Link]</groupId> <relativePath>../xxxx-iris-
parent/[Link]</relativePath>
<artifactId>testds</artifactId>
</parent>
<version> OLD_VERSION</version>
<relativePath>../xxxx-iris-
parent/[Link]</relativePath>
</parent>

API Designer update


No Change in API Designer.

You might also like