Skip to content

OWLS-93783: WLSVERSIONEARLIERTHAN METHOD IS MISSING IN 3.3.3 #2616

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

Merged
merged 2 commits into from
Nov 9, 2021

Conversation

lennyphan
Copy link
Member

Add missing wlsVersionEarlierThan method in model filtering for MII and add unit tests to verify isSecureModeEnabled and missing import.

from weblogic.management.configuration import LegalHelper
# WLS Domain versions supported by operator are 12.2.1.3 + patches, 12.2.1.4
# and 14.1.1.0 so current version will only be one of these that are listed.
return LegalHelper.versionEarlierThan("14.1.1.0", version)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code that was removed by PR #2582 checks against 14.1.2.0. Just want to make sure that changing from 14.1.2.0 to 14.1.1.0 here is intentional.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, it turns out from talking to Quang that secure mode will be enabled by default in 14.1.2.0 so had to change it. This is intentional.

Copy link
Member

@doxiao doxiao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@rjeberhard rjeberhard merged commit dc17421 into release/3.3 Nov 9, 2021
@rjeberhard rjeberhard deleted the OWLS-93783 branch January 31, 2022 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants