11 Release Notes for
22 P4Java, the Perforce Java API
33
4- Version 2022.1
4+ Version 2022.2
55
66Introduction
77
@@ -120,6 +120,29 @@ Known Limitations
120120
121121 <java-home>/lib/security/local_policy.jar
122122 <java-home>/lib/security/US_export_policy.jar
123+
124+ -------------------------------------------
125+ Updates in 2022.2 (2022.2/2444480) (2023/05/23)
126+
127+ #2435337 (Job #114238)
128+ Enhanced functionality of p4 print command with the addition of
129+ --offset and --size options.
130+
131+ #2426294 (Job #114313)
132+ Added support for 'MaxMemory' in the group spec.
133+
134+ #2439567, #2443196 (Job #114313)
135+ Added support for 'Components' in the stream spec.
136+
137+ -------------------------------------------
138+ Updates in 2022.1 Patch 2 (2023/03/27)
139+
140+ #2421117 (Job #112706)
141+ Fixed a bug where P4Java failed to update the sync time in db.have
142+ during a sync operation
143+
144+ #2409816 (Job #113999)
145+ Fixed a bug in decoding UTF-16 encoded files, which leads to file corruption
123146
124147-------------------------------------------
125148Updates in 2022.1 Patch 1 (2023/01/12)
@@ -140,26 +163,26 @@ Updates in 2022.1 (2022/09/29)
140163 Added support to uncompress the compressed files received from server
141164
142165 #2325394 (Job #111560)
143- Added functionality to remove file revision attributes
166+ Added functionality to remove file revision attributes
144167
145168 #2322763 (Job #110629)
146- Added support for special characters (@, %, # and *) in the file spec
147- builder by adding ‘makeFileSpecListSpecialChars’ method
169+ Added support for special characters (@, %, # and *) in the file spec
170+ builder by adding ‘makeFileSpecListSpecialChars’ method
148171
149172 #2328997, #2330279 (Job #110207)
150- Fixed a bug where sync of unicode files with bad charset was causing
151- corrupt files on the workspace without throwing an error
173+ Fixed a bug where sync of unicode files with bad charset was causing
174+ corrupt files on the workspace without throwing an error
152175
153176 #2346483 (Job #109218)
154- Fixed a bug where moves with an overlap between source and target
155- file/directory names raised an error.
177+ Fixed a bug where moves with an overlap between source and target
178+ file/directory names raised an error.
156179
157180 #2333818 (Job #112005)
158- Fixed a bug where unending sync operation was being caused when the
159- client compression option was set
181+ Fixed a bug where unending sync operation was being caused when the
182+ client compression option was set
160183
161- With this release we have migrated P4Java build from from Maven to
162- Gradle using Gradle wrapper 7.5
184+ With this release we have migrated P4Java build from from Maven to
185+ Gradle using Gradle wrapper 7.5
163186
164187-------------------------------------------
165188Updates in 2021.2 Patch 5
0 commit comments