This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.myproject.models; | |
import static org.junit.Assert.*; | |
import org.apache.sling.api.resource.Resource; | |
import org.apache.sling.testing.mock.sling.servlet.MockSlingHttpServletRequest; | |
import org.junit.Before; | |
import org.junit.Rule; | |
import org.junit.Test; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Only in 4.4.2/ui.apps/META-INF/vault: nodetypes.cnd | |
Only in 4.4.2/ui.apps/META-INF/vault: privileges.xml | |
diff -r 4.4.2/ui.apps/META-INF/vault/properties.xml 4.4.3-SNAPSHOT/ui.apps/META-INF/vault/properties.xml | |
5c5 | |
< <entry key="createdBy">brobert</entry> | |
--- | |
> <entry key="createdBy">jedelson</entry> | |
8c8 | |
< <entry key="created">2020-02-28T22:54:19.507-0800</entry> | |
--- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
swagger: '2.0' | |
info: | |
description: This is a simple API | |
version: 1.0.0 | |
title: Simple API | |
# tags are used for organizing operations | |
tags: | |
- name: admins | |
description: Secured Admin-only calls |
OlderNewer