Skip to content

Commit e65d62f

Browse files
authored
Merge branch 'main' into mta-5094-rn-7.3.0-known-issue
2 parents d4fa679 + 80ca5cc commit e65d62f

File tree

4 files changed

+33
-0
lines changed

4 files changed

+33
-0
lines changed

docs/release-notes/master.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ include::topics/making-open-source-more-inclusive.adoc[]
1818

1919
{ProductFullName} {DocInfoProductNumber} accelerates large-scale application modernization efforts across hybrid cloud environments on {ocp-first}. This solution provides insight throughout the adoption process, at both the portfolio and application levels: inventory, assess, analyze, and manage applications for faster migration to {ocp-short} through the user interface (UI) and command-line interface (CLI).
2020

21+
[id="mta-7-3-0"]
22+
== {ProductShortName} 7.3.0
23+
24+
include::topics/ref_known-issues-7-3-0.adoc[leveloffset=+2]
25+
2126
[id="mta-7-2-2"]
2227
== {ProductShortName} 7.2.2
2328

docs/topics/ref_known-issues-7-2-2.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ When you analyze Java applications, {ProductShortName} rules can trigger a false
1111

1212
.Source code and dependency analysis of Java applications generate varying effort
1313
When you run multiple `source code + dependency` repeated analysis of Java applications for the `OpenJDK 17` target, {ProductShortName} generates varying effort. Currently, there is no workaround for this issue. link:https://issues.redhat.com/browse/MTA-4943[(MTA-4943)]
14+
15+
.Application credential update does not trigger a new discovery task
16+
When you update the source or Maven credential for an application, a new discovery task is not triggered in the {ProductShortName} {WebName}. link:https://issues.redhat.com/browse/MTA-5121[(MTA-5121)]

docs/topics/ref_known-issues-7-3-0.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,14 @@ This section provides highlighted known issues in {ProductFullName} version 7.3.
88

99
.Non-Java applications are analyzed in containerless mode in the {ProductShortName} CLI
1010
When you analyze non-Java applications, {ProductShortName} initiates the analysis in containerless mode. Workaround: set the `--run-local=false` flag to analyze non-Java applications. link:https://issues.redhat.com/browse/MTA-5068[MTA-5068]
11+
=======
12+
.`.NET` Framework application analysis fails in the {ProductShortName} {CLIName}
13+
When you analyze `.NET` Framework applications in Windows containers using the {ProductShortName} {CLIName}, the analysis fails for the following environment variables:
14+
15+
* `DOTNET_PROVIDER_IMG`: `quay.io/konveyor/dotnet-external-provider:release-0.7`
16+
* `RUNNER_IMG`: `quay.io/konveyor/kantra:latest`
17+
* `PODMAN_BIN`: `C:\Program Files\Docker\Docker\resources\bin\docker.exe`
18+
19+
Workaround: Use the following version of the Dotnet provider image:
20+
`set DOTNET_PROVIDER_IMG=quay.io/konveyor/dotnet-external-provider:v0.5.0`
21+
link:https://issues.redhat.com/browse/MTA-5203[(MTA-5203)]
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// Module included in the following assemblies:
2+
//
3+
//docs/release_notes-7.2.0/master.adoc
4+
5+
:_template-generated: 2024-12-04
6+
:_mod-docs-content-type: REFERENCE
7+
8+
[id="resolved-issues-7-3-0_{context}"]
9+
= Resolved issues
10+
11+
This section provides highlighted issues that have been resolved in {ProductFullName} 7.3.0.
12+
13+
.MTA CLI now excludes the `target` folder when analyzing compiled Java Maven projects
14+
Previously, for compiled Java Maven projects, the {ProductShortName} CLI included incidents by analyzing the `target` folder. This generated different reports for Java Maven projects before and after running the `mvn-clean-package` command. This issue has been resolved in {ProductShortName} 7.3.0. link:https://issues.redhat.com/browse/MTA-5078[(MTA-5078)]

0 commit comments

Comments
 (0)