-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchanges.xml
196 lines (172 loc) · 6.97 KB
/
changes.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<?xml version="1.0" encoding="UTF-8"?>
<!--
#%L
wcm.io
%%
Copyright (C) 2015 wcm.io
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
#L%
-->
<document xmlns="http://maven.apache.org/changes/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd">
<body>
<release version="1.7.6" date="not released">
<action type="update" dev="sseifert">
Switch to AEM 6.5.17 as minimum version.
</action>
</release>
<release version="1.7.4" date="2024-01-25">
<action type="update" dev="sseifert" issue="2">
Ensure folder path ZIP file entries are created.
</action>
</release>
<release version="1.7.2" date="2023-12-13">
<action type="update" dev="sseifert">
Switch to Java 11 as minimum version.
</action>
<action type="update" dev="sseifert">
Switch to AEM 6.5.7 as minimum version.
</action>
<action type="update" dev="sseifert">
Eliminate dependency to Guava.
</action>
<action type="fix" dev="sseifert" issue="1"><![CDATA[
Ensure element order is kept intact when using <code>ContentPackage.addContent(String, ContentElement)</code> method.
]]></action>
</release>
<release version="1.7.0" date="2022-01-26">
<action type="update" dev="sseifert">
Switch to AEM 6.5 as minimum version.
</action>
<action type="update" dev="sseifert">
Add support for XML namespace "wcmio" when building content packages.
</action>
</release>
<release version="1.6.2" date="2021-06-08">
<action type="update" dev="amuthmann">
Add "dam" namespace to content packages.
</action>
</release>
<release version="1.6.0" date="2021-03-25">
<action type="add" dev="sseifert">
Add methods ContentPackage.addContentForFile to allow setting additional JCR properties for file nodes.
</action>
</release>
<release version="1.5.4" date="2020-07-10">
<action type="update" dev="sseifert">
Create separate folders for nodes with content types nt:folder, sling:Folder, sling:OrderedFolder, cq:Page.
</action>
</release>
<release version="1.5.2" date="2020-04-28">
<action type="fix" dev="sseifert">
Fail package build when node or property names contains illegal characters (not following JCR standards).
</action>
</release>
<release version="1.5.0" date="2020-04-14">
<action type="add" dev="sseifert">
Add support for "packageType" property.
</action>
<action type="add" dev="sseifert">
Add support for "requireRoot", "requireRestart", "allowIndexDefinitions" properties.
</action>
<action type="remove" dev="sseifert">
Do no longer generate "path" and "contentPackageVersion" properties in package properties.
</action>
<action type="update" dev="sseifert">
Switch to AEM 6.3 as minimum version.
</action>
</release>
<release version="1.4.4" date="2020-01-30">
<action type="update" dev="mrozati" issue="WTOOL-56">
Add support for XML namespace "granite" when building content packages.
</action>
</release>
<release version="1.4.2" date="2019-05-08">
<action type="add" dev="sseifert">
Avoid to resolve external DTD reference from http://java.sun.com/dtd/properties.dtd.
</action>
</release>
<release version="1.4.0" date="2018-03-23">
<action type="add" dev="sseifert">
Add support for custom package metadata properties.
</action>
</release>
<release version="1.3.2" date="2017-09-12">
<action type="update" dev="sseifert">
Add "slingevent" XML namespace to the list of default namespaces.
</action>
</release>
<release version="1.3.0" date="2017-05-29">
<action type="add" dev="sseifert">
Support setting PNG thumbnail image for content package.
</action>
<action type="fix" dev="rschweikert">
Support relative and absolute paths for "addFile" method.
</action>
<action type="fix" dev="rschweikert">
XML Transformer: Make setting "cosmetic" XML transformer output properties more resilient for different implementations.
</action>
</release>
<release version="1.2.0" date="2017-04-04">
<action type="update" dev="sseifert">
Switch to Jackrabbit Vault implementation for escaping property values and paths.
</action>
<action type="add" dev="amuthmann" issue="WTOOL-28">
Add "oak" XML namespace to the list of default namespaces.
</action>
<action type="add" dev="sseifert">
Support building content with hierarchies of 'ContentElement' objects which separate properties from children.
</action>
</release>
<release version="1.1.4" date="2016-04-29">
<action type="fix" dev="sseifert">
Eliminate superfluous "/" for file paths directly placed in jcr_root folder.
</action>
</release>
<release version="1.1.2" date="2015-10-28">
<action type="fix" dev="sseifert">
Avoid warning when uploading package to AEM and no "AC Handling" parameter was set in content package metadata.
</action>
<action type="fix" dev="sseifert">
Properly escape files/paths in ZIP file derived from JCR paths with namespaces.
</action>
</release>
<release version="1.1.0" date="2015-09-18">
<action type="add" dev="sseifert">
Add support for "AC Handling" parameter in content package metadata.
</action>
<action type="add" dev="sseifert">
Add JCR "rep" and "crx" XML namespaces to the list of default namespaces.
</action>
<action type="update" dev="sseifert">
Set "{Name}" prefix for 'rep:privileges' property.
</action>
<action type="fix" dev="pmannel" issue="WTOOL-23">
Use ISO-8601 for formatting date/calender values.
</action>
</release>
<release version="1.0.2" date="2015-07-06">
<action type="fix" dev="sseifert">
Ensure String values are escaped properly in JCR XML if they contain brackets.
</action>
<action type="fix" dev="sseifert">
Apply ISO9075 encoding to XML element names and attributes.
</action>
</release>
<release version="1.0.0" date="2015-06-25">
<action type="add" dev="sseifert">
Initial release.
</action>
</release>
</body>
</document>