File tree Expand file tree Collapse file tree 9 files changed +21
-16
lines changed
src/main/java/io/wcm/testing/mock/aem Expand file tree Collapse file tree 9 files changed +21
-16
lines changed Original file line number Diff line number Diff line change 23
23
xsi : schemaLocation =" http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd" >
24
24
<body >
25
25
26
+ <release version =" 5.1.2" date =" 2022-12-15" >
27
+ <action type =" update" dev =" sseifert" >
28
+ Update to latest OSGi Mock.
29
+ </action >
30
+ </release >
31
+
26
32
<release version =" 5.1.0" date =" 2022-09-30" >
27
33
<action type =" add" dev =" sseifert" ><![CDATA[
28
34
Add support for new Resource Resovler Type <code>RESOURCEPROVIDER_MOCK</code> introduced with <a href="https://issues.apache.org/jira/browse/SLING-11548">SLING-11548</a>.
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >io.wcm</groupId >
27
27
<artifactId >io.wcm.testing.aem-mock.parent</artifactId >
28
- <version >5.1.0 </version >
28
+ <version >5.1.2 </version >
29
29
<relativePath >../parent/pom.xml</relativePath >
30
30
</parent >
31
31
Original file line number Diff line number Diff line change 26
26
import org .apache .sling .api .resource .Resource ;
27
27
import org .apache .sling .api .resource .ValueMap ;
28
28
import org .jetbrains .annotations .NotNull ;
29
+ import org .jetbrains .annotations .Nullable ;
29
30
30
31
import com .day .cq .wcm .api .designer .Cell ;
31
32
import com .day .cq .wcm .api .designer .Design ;
32
33
import com .day .cq .wcm .api .designer .Style ;
33
- import com .drew .lang .annotations .Nullable ;
34
34
35
35
/**
36
36
* Mock implementation of {@link Style}.
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >io.wcm</groupId >
27
27
<artifactId >io.wcm.testing.aem-mock.parent</artifactId >
28
- <version >5.1.0 </version >
28
+ <version >5.1.2 </version >
29
29
<relativePath >../parent/pom.xml</relativePath >
30
30
</parent >
31
31
54
54
<dependency >
55
55
<groupId >io.wcm</groupId >
56
56
<artifactId >io.wcm.testing.aem-mock.core</artifactId >
57
- <version >5.1.0 </version >
57
+ <version >5.1.2 </version >
58
58
<scope >compile</scope >
59
59
</dependency >
60
60
87
87
<dependency >
88
88
<groupId >io.wcm</groupId >
89
89
<artifactId >io.wcm.testing.aem-mock.core</artifactId >
90
- <version >5.1.0 </version >
90
+ <version >5.1.2 </version >
91
91
<classifier >tests</classifier >
92
92
<scope >test</scope >
93
93
</dependency >
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >io.wcm</groupId >
27
27
<artifactId >io.wcm.testing.aem-mock.parent</artifactId >
28
- <version >5.1.0 </version >
28
+ <version >5.1.2 </version >
29
29
<relativePath >../parent/pom.xml</relativePath >
30
30
</parent >
31
31
54
54
<dependency >
55
55
<groupId >io.wcm</groupId >
56
56
<artifactId >io.wcm.testing.aem-mock.core</artifactId >
57
- <version >5.1.0 </version >
57
+ <version >5.1.2 </version >
58
58
<scope >compile</scope >
59
59
</dependency >
60
60
61
61
<dependency >
62
62
<groupId >io.wcm</groupId >
63
63
<artifactId >io.wcm.testing.aem-mock.core</artifactId >
64
- <version >5.1.0 </version >
64
+ <version >5.1.2 </version >
65
65
<classifier >tests</classifier >
66
66
<scope >test</scope >
67
67
</dependency >
Original file line number Diff line number Diff line change 31
31
32
32
<groupId >io.wcm</groupId >
33
33
<artifactId >io.wcm.testing.aem-mock.parent</artifactId >
34
- <version >5.1.0 </version >
34
+ <version >5.1.2 </version >
35
35
<packaging >pom</packaging >
36
36
37
37
<name >AEM Mocks</name >
40
40
<properties >
41
41
42
42
<!-- OSGi Mocks -->
43
- <osgi-mock .version>3.3.2 </osgi-mock .version>
43
+ <osgi-mock .version>3.3.4 </osgi-mock .version>
44
44
45
45
<!-- JCR Mocks -->
46
46
<jcr-mock .version>1.6.0</jcr-mock .version>
61
61
<logging-logback .version>1.0.0</logging-logback .version>
62
62
63
63
<!-- Enable reproducible builds -->
64
- <project .build.outputTimestamp>2022-09-30T08:27:05Z </project .build.outputTimestamp>
64
+ <project .build.outputTimestamp>2022-12-15T11:02:11Z </project .build.outputTimestamp>
65
65
66
66
</properties >
67
67
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >io.wcm</groupId >
27
27
<artifactId >io.wcm.testing.aem-mock.parent</artifactId >
28
- <version >5.1.0 </version >
28
+ <version >5.1.2 </version >
29
29
<relativePath >parent/pom.xml</relativePath >
30
30
</parent >
31
31
32
32
<groupId >io.wcm</groupId >
33
33
<artifactId >io.wcm.testing.aem-mock.root</artifactId >
34
34
<packaging >pom</packaging >
35
- <version >5.1.0 </version >
35
+ <version >5.1.2 </version >
36
36
37
37
<name >AEM Mocks</name >
38
38
<url >${site.url} /${site.url.module.prefix} /</url >
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >io.wcm</groupId >
27
27
<artifactId >io.wcm.testing.aem-mock.parent</artifactId >
28
- <version >5.1.0 </version >
28
+ <version >5.1.2 </version >
29
29
<relativePath >../parent/pom.xml</relativePath >
30
30
</parent >
31
31
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ The mock implementation supports:
49
49
### Further Resources
50
50
51
51
* [ adaptTo() 2021 Talk: What's new in AEM Mocks] [ adaptto-talk-2021-whats-new-in-aem-mocks ]
52
- * [ Ask the AEM Community Expert March 2019: Unit Testing with AEM Mocks] [ atace-03-19-unit-testing-with-aem-mocks ] | [ Video ] [ atace-03-19-unit-testing-with-aem-mocks -video] | [ Slides] [ atace-03-19-unit-testing-with-aem-mocks-slides ]
52
+ * [ Ask the AEM Community Expert March 2019: Unit Testing with AEM Mocks] [ atace-03-19-unit-testing-with-aem-mocks-video ] | [ Slides] [ atace-03-19-unit-testing-with-aem-mocks-slides ]
53
53
* [ adaptTo() 2018 Talk: JUnit 5 and Sling/AEM Mocks] [ adaptto-talk-2018-junit5-sling-aem-mocks ]
54
54
* [ adaptTo() 2016 Talk: Unit Testing with Sling & AEM Mocks] [ adaptto-talk-2016-unittesting-sling-aem-mocks ]
55
55
* [ adaptTo() 2014 Lightning Talk: Mock AEM & Co for Unit Tests] [ adaptto-talk-2014-mock-aem-unit-tests ]
@@ -68,6 +68,5 @@ Sources: https://github.com/wcm-io/io.wcm.testing.aem-mock
68
68
[ adaptto-talk-2018-junit5-sling-aem-mocks ] : https://adapt.to/2018/en/schedule/junit-5-and-sling-aem-mocks.html
69
69
[ adaptto-talk-2016-unittesting-sling-aem-mocks ] : https://adapt.to/2016/en/schedule/unit-testing-with-sling-aem-mocks.html
70
70
[ adaptto-talk-2014-mock-aem-unit-tests ] : https://adapt.to/2014/en/schedule/lightning-talks.html
71
- [ atace-03-19-unit-testing-with-aem-mocks ] : https://helpx.adobe.com/experience-manager/kt/eseminars/ask-the-expert/unit-testing-with-aem-mocks.html
72
71
[ atace-03-19-unit-testing-with-aem-mocks-video ] : https://youtu.be/1xPzcukvzNk
73
72
[ atace-03-19-unit-testing-with-aem-mocks-slides ] : slides/190319_AtACE_UnitTestingWithAEMMocks.pdf
You can’t perform that action at this time.
0 commit comments