Skip to content

Commit fe7b79f

Browse files
authored
Merge pull request #88 from migtools/7.2.1_Release-notes
to be merged - MTA 7.2.1 Release Notes
2 parents 90fbc9a + afe431e commit fe7b79f

File tree

3 files changed

+44
-2
lines changed

3 files changed

+44
-2
lines changed

docs/release-notes/master.adoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,24 @@ include::topics/ref_resolved-issues-7-2-0.adoc[leveloffset=+2]
3030

3131
include::topics/ref_known-issues-7-2-0.adoc[leveloffset=+2]
3232

33-
3433
//snippets required for release notes and other locations
3534
include::topics/analysis-dependency-rule-snippet.adoc[]
3635

3736
include::topics/analyzer-rbac-known-issue-snippet.adoc[]
3837

3938
// include::topics/svn-checkout-fails-issue-snippet.adoc[]
4039

41-
4240
For a complete list of all known issues, see the list of link:https://issues.redhat.com/issues/?filter=12447880[{ProductShortName} 7.2.0 known issues] in Jira.
4341

4442

43+
44+
[id="mta-7-2-0"]
45+
== {ProductShortName} 7.2.1
46+
47+
include::topics/ref_resolved-issues-7-2-1.adoc[leveloffset=+2]
48+
49+
include::topics/ref_known-issues-7-2-1.adoc[leveloffset=+2]
50+
51+
52+
4553
:!release-notes:
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
:_newdoc-version: 2.18.3
2+
:_template-generated: 2025-02-10
3+
4+
:_mod-docs-content-type: REFERENCE
5+
6+
[id="known-issues-7-2-1_{context}"]
7+
= Known issues
8+
9+
This section provides highlighted known issues in {ProductFullName} version 7.2.1.
10+
11+
.Application analysis might fail to resolve dependencies
12+
13+
When you run application analysis by using the {ProductShortName} user interface (UI) for any target application, the dependencies list might be shown as empty after the analysis is complete. Currently, there is no workaround for this issue. link:https://issues.redhat.com/browse/MTA-4598[(MTA-4598)]
14+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
:_newdoc-version: 2.18.3
2+
:_template-generated: 2025-02-12
3+
4+
:_mod-docs-content-type: REFERENCE
5+
6+
[id="resolved-issues-7-2-1_{context}"]
7+
= Resolved issues
8+
9+
This section provides highlighted issues that have been resolved in {ProductFullName} 7.2.1.
10+
11+
.OpenRewrite CMD now properly mounts the settings file
12+
13+
The {ProductFullName} CLI not only analyzes source code but also transforms it to adopt a particular technology. To transform the code, {ProductShortName} can use an external settings file, for example, to access the Maven repository. In such cases, this file must be mounted to a running container where the analysis engine will run.
14+
15+
Previously, this file could not be mounted. As a result, the transformation operation failed. With this update, the issue has been resolved, and the file is now properly mounted to the running container. link:https://issues.redhat.com/browse/MTA-4553[(MTA-4553)]
16+
17+
18+
.The application analysis no longer fails on RHEL 8
19+
20+
Previously, when you ran the application analysis with the {ProductShortName} 7.2.0 version on RHEL 8 systems, the analysis failed with the `version `GLIBC_2.32' not found` error. With this update, the issue has been resolved, and the application analysis no longer fails for RHEL 8. link:https://issues.redhat.com/browse/MTA-4634[(MTA-4634)]

0 commit comments

Comments
 (0)