Skip to content

Commit 91b0ea9

Browse files
committed
WDT-789 - Adding note to custom security provider section
1 parent ee4c6a4 commit 91b0ea9

File tree

314 files changed

+65
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

314 files changed

+65
-13
lines changed

core/src/main/java/oracle/weblogic/deploy/aliases/VersionUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ public static boolean doVersionRangesOverlap(String range1, String range2) throw
291291
public static String getValidAttributeVersionRangeMessage(String name, String path, String version,
292292
String mode, String versionRangeHigh, String wlstModeHigh, String versionRangeLow, String wlstModeLow)
293293
throws VersionException {
294-
final String METHOD = "getValidVersionRangeMessage";
294+
final String METHOD = "getValidAttributeVersionRangeMessage";
295295

296296
LOGGER.entering(CLASS, METHOD, name, path, version, mode, versionRangeHigh, wlstModeHigh,
297297
versionRangeLow, wlstModeLow);
@@ -321,7 +321,7 @@ public static String getValidAttributeVersionRangeMessage(String name, String pa
321321

322322
private static String getAttributeVersionRangeMessage(String name, String path, String version, String mode,
323323
String versionRange, String... messageKeys) throws VersionException {
324-
final String METHOD = "getValidVersionRangeMessage";
324+
final String METHOD = "getAttributeVersionRangeMessage";
325325

326326
LOGGER.entering(CLASS, METHOD, name, path, version, mode, versionRange, messageKeys);
327327

documentation/3.0/config.toml renamed to documentation/4.0/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) 2021, 2023, Oracle and/or its affiliates.
2+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
#
14
# analytics
25
googleAnalytics = "UA-129126578-2"
36

Lines changed: 28 additions & 0 deletions

documentation/3.0/content/release-notes/_index.md renamed to documentation/4.0/content/release-notes/release-3.5.0.md

Lines changed: 6 additions & 6 deletions

documentation/3.0/content/samples/securityproviders-model.md renamed to documentation/4.0/content/samples/securityproviders-model.md

Lines changed: 24 additions & 3 deletions
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)