Skip to content

Commit 284be39

Browse files
author
Prabha Kylasamiyer Sundara Rajan
committed
MTA-5305 Release Notes for 7.3.2
Signed-off-by: Prabha Kylasamiyer Sundara Rajan <[email protected]>
1 parent 0de6fce commit 284be39

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

docs/release-notes/master.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ 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-2"]
22+
== {ProductShortName} 7.3.2
23+
24+
include::topics/mta-rn-technical-changes-7-3-2.adoc[leveloffset=+2]
25+
26+
include::topics/ref_fixed-issues-7-3-2.adoc[leveloffset=+2]
27+
2128
[id="mta-7-3-1"]
2229
== {ProductShortName} 7.3.1
2330

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * docs/release_notes-7.0/master.adoc
4+
5+
:_content-type: REFERENCE
6+
[id="mta-rn-technical-changes-7-3-2_{context}"]
7+
= Technical changes
8+
9+
The following technical changes have been made in {ProductFullName} 7.3.2:
10+
11+
* After the {ProductFullName} 7.3.2 version, the Eclipse IDE plugin for {ProductShortName} will be deprecated and is planned to be removed in future releases. Red{nbsp}Hat will provide bug fixes and support for this feature during the current release lifecycle, but this feature will no longer receive enhancements and will be removed.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
:_newdoc-version: 2.18.3
2+
:_template-generated: 2025-05-12
3+
4+
:_mod-docs-content-type: REFERENCE
5+
6+
[id="fixed-issues-7-3-2_{context}"]
7+
= Fixed issues
8+
9+
This section provides the following bug fixes and resolved issues that have a significant impact on the {ProductFullName} 7.3.2.
10+
11+
.{ProductShortName} now generates consistent results after analyzing large .EAR binary files
12+
13+
Previously, when analyzing binary applications, {ProductShortName} relied on the Maven search index to determine whether embedded dependencies were internal to the application or were publicly available (usually classified as open-source dependency). Depending on the availability of the Maven search index, an open-source dependency could be wrongly classified as internal to the application and was included as a dependency in the analysis results. In this case, the analysis returned more incidents and greater effort to address issues found in dependencies. This issue has been resolved in {ProductShortName} 7.3.2 by adding the flag `--disable-maven-search` to the `analyze` command. When disabled, the analysis will consistently classify dependencies. link:https://issues.redhat.com/browse/MTA-5588[(MTA-5588)]

0 commit comments

Comments
 (0)