Skip to content

MTA-5305 Release Notes for 7.3.2 #168

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

Open
wants to merge 2 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
7 changes: 7 additions & 0 deletions docs/release-notes/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ include::topics/making-open-source-more-inclusive.adoc[]

{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).

[id="mta-7-3-2"]
== {ProductShortName} 7.3.2

include::topics/mta-rn-technical-changes-7-3-2.adoc[leveloffset=+2]

include::topics/ref_fixed-issues-7-3-2.adoc[leveloffset=+2]

[id="mta-7-3-1"]
== {ProductShortName} 7.3.1

Expand Down
11 changes: 11 additions & 0 deletions docs/topics/mta-rn-technical-changes-7-3-2.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// Module included in the following assemblies:
//
// * docs/release_notes-7.0/master.adoc

:_content-type: REFERENCE
[id="mta-rn-technical-changes-7-3-2_{context}"]
= Technical changes

The following technical changes have been made in {ProductFullName} 7.3.2:

* 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.
17 changes: 17 additions & 0 deletions docs/topics/ref_fixed-issues-7-3-2.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
:_newdoc-version: 2.18.3
:_template-generated: 2025-05-12

:_mod-docs-content-type: REFERENCE

[id="fixed-issues-7-3-2_{context}"]
= Fixed issues

This section provides the following bug fixes and resolved issues that have a significant impact on the {ProductFullName} 7.3.2.

.{ProductShortName} now generates consistent results after analyzing large .EAR binary files

Previously, when analyzing binary applications, {ProductShortName} relied on the Maven search index to determine whether dependencies were internal to the application or whether the application was installed as an open-source dependency. Depending on the availability of the Maven search index, it was assumed that an open-source dependency was internal to the application and includes the dependency in the analysis results. In this case, analysis returned more incidents and greater effort to address issues found in dependencies. This issue has been resolved in {ProductShortName} 7.3.2. link:https://issues.redhat.com/browse/MTA-5588[(MTA-5588)]

.{ProductShortName} does not generate false positives when analyzing Java applications

Previously, {ProductShortName} generated a false positive issue after analyzing a Java application dependency. This issue has been resolved in {ProductShortName} 7.3.2. link:https://issues.redhat.com/browse/MTA-4025[(MTA-4025)]