Skip to content

Commit f57978e

Browse files
Merge branch 'main' of github.com:oracle/weblogic-deploy-tooling
2 parents 5d4ea19 + 8904d71 commit f57978e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JMSSystemResource.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,9 +654,9 @@
654654
"folders": {},
655655
"attributes": {
656656
"MulticastAddress": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MulticastAddress", "wlst_path": "WP001", "default_value": null, "derived_default": "${:true}", "wlst_type": "string", "get_method": "GET", "restart_required": "true" } ],
657-
"MulticastPort": [ {"version": "[10,12.2.1.1)", "wlst_mode": "both", "wlst_name": "MulticastPort", "wlst_path": "WP001", "default_value": 6001, "wlst_type": "integer", "restart_required": "true"} ,
657+
"MulticastPort": [ {"version": "[10,12.2.1.1)", "wlst_mode": "both", "wlst_name": "MulticastPort", "wlst_path": "WP001", "default_value": 6001, "derived_default": "${:true}", "wlst_type": "integer", "restart_required": "true"} ,
658658
{"version": "[12.2.1.1,)", "wlst_mode": "both", "wlst_name": "MulticastPort", "wlst_path": "WP001", "default_value": "${0:6001}", "derived_default": "${:true}", "wlst_type": "integer", "restart_required": "true"} ],
659-
"MulticastTimeToLive": [ {"version": "[10,12.2.1.1)", "wlst_mode": "both", "wlst_name": "MulticastTimeToLive", "wlst_path": "WP001", "default_value": 1, "wlst_type": "integer", "restart_required": "true"} ,
659+
"MulticastTimeToLive": [ {"version": "[10,12.2.1.1)", "wlst_mode": "both", "wlst_name": "MulticastTimeToLive", "wlst_path": "WP001", "default_value": 1, "derived_default": "${:true}", "wlst_type": "integer", "restart_required": "true"} ,
660660
{"version": "[12.2.1.1,)", "wlst_mode": "both", "wlst_name": "MulticastTimeToLive", "wlst_path": "WP001", "default_value": "${0:1}", "derived_default": "${:true}", "wlst_type": "integer", "restart_required": "true"} ],
661661
"TemplateBean": [ {"version": "[10,)", "wlst_mode": "online", "wlst_name": "TemplateBean", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "access": "RO" } ]
662662
},

core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/Server.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,8 @@
11441144
"OutboundCertificateValidation": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "OutboundCertificateValidation", "wlst_path": "WP001", "default_value": "${__NULL__:BuiltinSSLValidationOnly}", "wlst_type": "string" } ],
11451145
"OutboundPrivateKeyAlias": [ {"version": "[10.3.6,)", "wlst_mode": "both", "wlst_name": "OutboundPrivateKeyAlias", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "access": "RO" } ],
11461146
"OutboundPrivateKeyPassPhraseEncrypted": [
1147-
{"version": "[10,12.2.1.1)", "wlst_mode": "both", "wlst_name": "OutboundPrivateKeyPassPhrase", "wlst_path": "WP001", "default_value": null, "wlst_type": "password", "access": "${:RO}" },
1147+
{"version": "[10,12.2.1)", "wlst_mode": "both", "wlst_name": "OutboundPrivateKeyPassPhrase", "wlst_path": "WP001", "default_value": null, "wlst_type": "password", "access": "${:RO}", "derived_default": "${:true}" },
1148+
{"version": "[12.2.1,12.2.1.1)", "wlst_mode": "both", "wlst_name": "OutboundPrivateKeyPassPhrase${Encrypted:}", "wlst_path": "WP001", "default_value": null, "wlst_type": "password", "access": "${:RO}", "derived_default": "${:true}" },
11481149
{"version": "[12.2.1.1,)", "wlst_mode": "both", "wlst_name": "OutboundPrivateKeyPassPhraseEncrypted", "wlst_path": "WP001", "default_value": null, "wlst_type": "password", "access": "${:RO}", "derived_default": "${:true}" }
11491150
],
11501151
"SSLRejectionLoggingEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "SSLRejectionLoggingEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],

integration-tests/alias-test/Jenkinsfile.verify-parent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ def build_failed_email_body = []
33

44
def computeVerifyVersions(String existingFiles) {
55
def fileList = existingFiles.readLines()
6-
def exclusionList = ['10.3.6.0', '12.1.1.0', '12.1.2.0.0', '12.1.3.0.0']
6+
def exclusionList = ['12.1.1.0', '12.1.2.0.0', '12.1.3.0.0']
77
def versionList = []
88
for (file in fileList) {
99
def matcher = file =~ /generatedOnline-(\d+(\.\d+){3,5}).json/

0 commit comments

Comments
 (0)