Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] MTA 7.2.1 Release Notes #88

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions docs/release-notes/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,24 @@ include::topics/ref_resolved-issues-7-2-0.adoc[leveloffset=+2]

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


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

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

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


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.



[id="mta-7-2-0"]
== {ProductShortName} 7.2.1

include::topics/ref_resolved-issues-7-2-1.adoc[leveloffset=+2]

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



:!release-notes:
14 changes: 14 additions & 0 deletions docs/topics/ref_known-issues-7-2-1.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
:_newdoc-version: 2.18.3
:_template-generated: 2025-02-10

:_mod-docs-content-type: REFERENCE

[id="known-issues-7-2-1_{context}"]
= Known issues

This section provides highlighted known issues in {ProductFullName} version 7.2.1.

.Application analysis with Maven 3.6 might fail to resolve dependencies

When you run application analysis for any target application, because the analysis uses Maven version 3.6, the dependencies list can be shown as empty after the analysis is complete. Currently, there is no workaround for this issue. link:https://issues.redhat.com/browse/MTA-4169[(MTA-4169)]

18 changes: 18 additions & 0 deletions docs/topics/ref_resolved-issues-7-2-1.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
:_newdoc-version: 2.18.3
:_template-generated: 2025-02-12

:_mod-docs-content-type: REFERENCE

[id="resolved-issues-7-2-1_{context}"]
= Resolved issues

This section provides highlighted issues that have been resolved in {ProductFullName} 7.2.1.

.Openwrite CMD now properly mounts the settings file
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check if it gets fixed for 7.2.1. If not, move to Known Issues

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: OpenRewrite

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue has been verified as resolved for 7.2.1.


The {ProductFullName} CLI not only analyzes a 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.

Previously, this file could not be mounted. As a result, the transformation operation failed. With this update, the issue has been fixed, and the file is now properly mounted to the running container. link:https://issues.redhat.com/browse/MTA-4553[(MTA-4553)]