diff --git a/docs/release-notes/master.adoc b/docs/release-notes/master.adoc index 9a65540c..af042ae2 100644 --- a/docs/release-notes/master.adoc +++ b/docs/release-notes/master.adoc @@ -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 diff --git a/docs/topics/mta-rn-technical-changes-7-3-2.adoc b/docs/topics/mta-rn-technical-changes-7-3-2.adoc new file mode 100644 index 00000000..9f8a2cbc --- /dev/null +++ b/docs/topics/mta-rn-technical-changes-7-3-2.adoc @@ -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. diff --git a/docs/topics/ref_fixed-issues-7-3-2.adoc b/docs/topics/ref_fixed-issues-7-3-2.adoc new file mode 100644 index 00000000..3b0b1c06 --- /dev/null +++ b/docs/topics/ref_fixed-issues-7-3-2.adoc @@ -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)]