From 6983edd990772ed7f1d6eb9705d47fd2ea64367e Mon Sep 17 00:00:00 2001 From: Robert Patrick Date: Sat, 4 Mar 2023 22:04:50 -0600 Subject: [PATCH] fixing an issue where a deprecation message was still generating a warning --- .../deploy/util/WLSDeployArchive.java | 2 +- .../3.0/content/release-notes/_index.md | 8 ++-- .../content/release-notes/release-3.0.1.md | 37 +++++++++++++++++++ 3 files changed, 42 insertions(+), 5 deletions(-) create mode 100644 documentation/3.0/content/release-notes/release-3.0.1.md diff --git a/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployArchive.java b/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployArchive.java index f4639527bb..c53c30f4b9 100644 --- a/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployArchive.java +++ b/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployArchive.java @@ -4410,7 +4410,7 @@ protected void extractWallet(File domainHome, String extractPath, List z // if (zipEntries.size() == 1 && firstZipEntry.toLowerCase().endsWith(".zip")) { if (!StringUtils.isEmpty(deprecationKey)) { - LOGGER.warning(deprecationKey, getArchiveFileName(), firstZipEntry, extractPath); + LOGGER.deprecation(deprecationKey, getArchiveFileName(), firstZipEntry, extractPath); } unzipZippedArchiveFileEntry(firstZipEntry, fullExtractPath); } else { diff --git a/documentation/3.0/content/release-notes/_index.md b/documentation/3.0/content/release-notes/_index.md index c4bb384467..177c1323bb 100644 --- a/documentation/3.0/content/release-notes/_index.md +++ b/documentation/3.0/content/release-notes/_index.md @@ -1,12 +1,12 @@ +++ title = "Release Notes" date = 2019-02-22T15:27:38-05:00 -weight = 94 +weight = 93 pre = " " +++ -### Changes in Release 3.0.1 +### Changes in Release 3.0.2 - [Major New Features](#major-new-features) - [Other Changes](#other-changes) - [Bugs Fixes](#bug-fixes) @@ -20,8 +20,8 @@ None None #### Bug Fixes -- #1396: Added additional validation to the `RCUDbInfo` section. -- #1398: Corrected a bug introduced in 3.0.0 that broke validation of sparse models with dynamic clusters. +- #1405: Corrected some issues with the Windows shell scripts where they were not properly handling paths with spaces. +- #1409: Corrected a bug where a wallet deprecation message was still being logged as a warning. #### Known Issues 1. When running `discoverDomain` with the `-remote` flag, there are several MBeans that are not being properly handled that diff --git a/documentation/3.0/content/release-notes/release-3.0.1.md b/documentation/3.0/content/release-notes/release-3.0.1.md new file mode 100644 index 0000000000..ff49207216 --- /dev/null +++ b/documentation/3.0/content/release-notes/release-3.0.1.md @@ -0,0 +1,37 @@ ++++ +title = "Release 3.0.1" +date = 2019-02-22T15:27:38-05:00 +weight = 94 +pre = " " ++++ + + +### Changes in Release 3.0.1 +- [Major New Features](#major-new-features) +- [Other Changes](#other-changes) +- [Bugs Fixes](#bug-fixes) +- [Known Issues](#known-issues) + + +#### Major New Features +None + +#### Other Changes +None + +#### Bug Fixes +- #1396: Added additional validation to the `RCUDbInfo` section. +- #1398: Corrected a bug introduced in 3.0.0 that broke validation of sparse models with dynamic clusters. + +#### Known Issues +1. When running `discoverDomain` with the `-remote` flag, there are several MBeans that are not being properly handled that + will result in `INFO` level messages that look similar to the example shown below. These errors seem to happen only when the MBean is + non-existent so the resulting model should still be accurate. These issues are expected to be fixed in a future release. + +``` +#### <_add_to_dictionary> +```