Releases: oracle/weblogic-deploy-tooling
Releases · oracle/weblogic-deploy-tooling
WebLogic Deploy Tooling 3.2.4
Major New Features
None
Other Changes
- #1503 - Added the
EnableJMSStoreDBPersistence
andEnableJTATLogDBPersistence
attributes todomainInfo
,
which allow JRF domains to automatically convert template defined JMS and JTA stores from File stores to Database
stores during domain creation. This feature was added in support of Oracle Identity Governance domain creation.
Bug Fixes
None
Known Issues
WebLogic Deploy Tooling 3.2.3
Major New Features
None
Other Changes
- #1496 - Added a post-createDomain script element to the typedef file definitions to accommodate extra
offline work required for Oracle Identity Governance domain creation. - #1499 - Added updated translation bundle files.
Bug Fixes
- #1486 - Fixed JSON parser issue in handling escaped newlines.
- #1488 - Worked around a Jython 2.2.1 issue where environment variables with a newline in their value
caused remaining environment variable values to not be visible from Jython. - #1490 - Fixed an issue with deprecation logging statements to ensure that the class and method names
were logged properly. - #1494 - Changed the language for some logging/error messages to make them clearer.
- #1495 - Reworded several log messages that were confusing to users and difficult to translate.
- #1497 - Fixed sh-based shell scripts to work properly on Solaris 10.x Bourne shell.
- #1498 - Corrected the error message for a deploy-related error.
Known Issues
WebLogic Deploy Tooling 3.2.2
Major New Features
None
Other Changes
- #1475 - Added support for upcoming SAML2 data initialization files in the archive file.
- #1476 - Added support for upcoming SAML2 data initialization files in the Discover Domain, Create Domain, and Update Domain tools.
Bug Fixes
- #1482 - Fixed an issue related to secret naming that was causing the generated secret names to overlap in locations with multiple credential or password fields.
- #1483 - Filtered out the
OPSSSecrets
field in thedomainInfo
section of the model when targeting WebLogic Kubernetes Operator or Verrazzano MII and PV targets. - #1484 - Fixed aliases for the 12.2.1.4 and 14.1.1 July 2023 PSU versions.
Known Issues
WebLogic Deploy Tooling 3.2.1
Major New Features
None
Other Changes
- #1465 - Initial, limited i18n translation bundles added
Bug Fixes
- #1466 - Updated
Server
andServerTemplate
aliases to add new offline attributes in upcoming versions of WebLogic Server. - #1467 - Updated
CoherenceSystemResource
aliases to addSecuredProduction
online attribute used in upcoming versions of WebLogic Server. - #1468 - Fixed an error related to tool initialization with WebLogic Server versions earlier than 12.2.1 (Issue #1466).
- #1469 - Corrected method names used for logging so that they are the same as the actual method name in which they are
being used. - #1470 - Fixed system-test test 35 to allow it to succeed when run on machines other than the Jenkins agents.
- #1471 - Fixed a
discoverDomain
issue that was causing errors while looking forSecureMode
on WebLogic Server
versions earlier than 12.2.1.1 (Issue #1467).
Known Issues
WebLogic Deploy Tooling 3.2.0
Major New Features
None
Other Changes
- #1450 - Added alias updates for April 2023 PSUs for 12.2.1.3, 12.2.1.4, and 14.1.1.
- #1454 - Added aliases for new fields introduced in upcoming versions of WebLogic Server.
- #1457 - Deprecated
system-elements
section of typedef files and replaced it with a newdiscover-filters
section
that supports filtering named elements in most top-level folders. - #1458 - Updated Model and Archive documentation to reflect the current state of the code.
Bug Fixes
- #1459 - Fixed a type conversion issues for properties entries where boolean and integers were not being properly
converted to strings in 14.1.1 and newer.
Known Issues
WebLogic Deploy Tooling 3.1.0
Major New Features
None
Other Changes
- #1431 - Added new
OPSSInitialization
section todomainInfo
in order to support ODI and OIG domain creation. - #1432 - Added database connectivity check to validate RCU database connection details prior to creating a domain
using RCU schemas when not running RCU. - #1434 - Added JSON output of restart and non-dynamic change information (#1154)
- #1438 - Deprecated the use of all RCU-related arguments that provide database connectivity information with
the Create Domain tool.
Bug Fixes
- #1428 - Added command-line usage for OPSS Wallet related arguments to Create Domain. Enhanced the documentation to
describe how to use the OPSS Wallet to recreate a domain that connects to existing RCU schemas. - #1429 - Updated Discover Domain
-target
argument usage. Updated the documentation related to-target
to reflect
recent changes. - #1436 - Fixed an issue with deleting machines created by a template.
- #1437 - Fixed offline discovery issues when discovering domains that have used slashes in their object names (e.g., SOA Suite)
- #1438 - Fixed issues where Create Domain RCU-related command-line arguments were not override model-supplied values.
- #1439 - Worked around a discovery issue for domains with the
Trust Service Identity Asserter
when the Oracle Home
has not been patched to contain the security provider's schema JAR file.
Known Issues
WebLogic Deploy Tooling 3.0.4
WebLogic Deploy Tooling 3.0.3
Major New Features
None
Other Changes
None
Bug Fixes
- #1412: Fixed a bug in the Prepare Model integration with WKTUI.
- #1413: Fixed a number of internationalization message-related issues.
- #1414: Fixed a bug with wallet collection during discovery of a Proxy data source.
- #1416: Fixed a bug in the handling of mail session properties with credentials that was causing a Jython AttributeError (Issue #1415).
- #1419: Fixed open issue from previous releases regarding wlst attribute not defined errors in online remote discovery.
- #1420: Fixed a bug where a trailing slash on an application
SourcePath
would cause a empty ZIP file error.
Known Issues
WebLogic Deploy Tooling 3.0.2
Major New Features
None
Other Changes
None
Bug Fixes
- #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.
- #1411: Corrected a bug where wallet extraction handling with multiple archive files was happening in the wrong order.
Known Issues
- When running
discoverDomain
with the-remote
flag, there are several MBeans that are not being properly handled that
will result inINFO
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.
####<Feb 16, 2023 1:40:00 PM> <INFO> <Discoverer> <_add_to_dictionary> <WLSDPLY-06106> <Unable to add ServerFailureTrigger
from location /Clusters/mycluster/OverloadProtection/mycluster to the model : Failed to convert the wlst attribute name and
value for the model at location (model_folders = ['Cluster', 'OverloadProtection'], 'name_tokens' = {'DOMAIN': 'tododomain',
'CLUSTER': 'mycluster','OVERLOADPROTECTION': 'mycluster'}) : The wlst attribute ServerFailureTrigger is not defined for the
model folder /Cluster/OverloadProtection>
WebLogic Deploy Tooling 3.0.1
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
- When running
discoverDomain
with the-remote
flag, there are several MBeans that are not being properly handled that
will result inINFO
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.
####<Feb 16, 2023 1:40:00 PM> <INFO> <Discoverer> <_add_to_dictionary> <WLSDPLY-06106> <Unable to add ServerFailureTrigger
from location /Clusters/mycluster/OverloadProtection/mycluster to the model : Failed to convert the wlst attribute name and
value for the model at location (model_folders = ['Cluster', 'OverloadProtection'], 'name_tokens' = {'DOMAIN': 'tododomain',
'CLUSTER': 'mycluster','OVERLOADPROTECTION': 'mycluster'}) : The wlst attribute ServerFailureTrigger is not defined for the
model folder /Cluster/OverloadProtection>