You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/src/main/java/com/adobe/aem/commons/assetshare/components/actions/share/ShareService.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ public interface ShareService {
43
43
*
44
44
* @param request the request that provides context of which Asset Share instance the request is coming to.
45
45
* @param response the response
46
-
* @param shareParameters a <String, Object> map or parameters; This is initially constructed from the request.getParameterMap() but can be augmented in the ShareService implementationa s needed.
46
+
* @param shareParameters a <String, Object> map or parameters; This is initially constructed from the request.getParameterMap() but can be augmented in the ShareService implementation as needed.
47
47
* @throws ShareException is thrown if an error occurs with sharing (required share params are missing) or with the sharing initiation itself.
Copy file name to clipboardExpand all lines: core/src/main/java/com/adobe/aem/commons/assetshare/components/actions/share/impl/EmailShareServiceImpl.java
// Check to ensure the minimum set of e-mail parameters are provided; Throw exception if not.
159
169
if (emailAddresses == null || emailAddresses.length == 0) {
160
170
thrownewShareException("At least one e-mail address is required to share");
@@ -163,7 +173,7 @@ private final void share(final Config config, final ValueMap shareParameters, fi
163
173
}
164
174
165
175
// Convert provided params to <String, String>; anything that needs to be accessed in its native type should be accessed and manipulated via shareParameters.get(..)
Copy file name to clipboardExpand all lines: pom.xml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@
72
72
<!-- the minimum AEM 6.5 version being supported -->
73
73
<aem.classic.api.version>6.5.7.0003</aem.classic.api.version><!-- actually one of https://repo1.maven.org/maven2/io/wcm/maven/io.wcm.maven.aem-dependencies/ -->
74
74
<!-- the minimum AEMaaCS version being supported -->
75
-
<aem.sdk.api.version>2022.9.8722.20220912T101352Z-220800</aem.sdk.api.version><!-- actually one of https://repo1.maven.org/maven2/com/adobe/aem/aem-sdk-api/ -->
75
+
<aem.sdk.api.version>2023.3.11382.20230315T073850Z-230200</aem.sdk.api.version><!-- actually one of https://repo1.maven.org/maven2/com/adobe/aem/aem-sdk-api/ -->
Copy file name to clipboardExpand all lines: ui.apps/src/main/content/jcr_root/apps/asset-share-commons/components/details/action-buttons/action-buttons.html
Copy file name to clipboardExpand all lines: ui.apps/src/main/content/jcr_root/apps/asset-share-commons/components/details/editor-links/editor-links.html
0 commit comments