Skip to content

Commit 4d62dcb

Browse files
committed
Include TrackingIdInfo in the v0.4.6 release notes
Add the missing com.google.gerrit.extensions.common.TrackingIdInfo in the allow-list of classes that Jenkins needs to accept for serialisation. Change-Id: I35fc41d1bc8b2267a9825dcebbc4e985da602ff0
1 parent 00676ff commit 4d62dcb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,11 @@ and started contributing with pull-requests.
286286
Requires to allow the serialization of the following classes through Jenkins's remoting:
287287
- com.google.gerrit.extensions.common.AvatarInfo
288288
- com.google.gerrit.extensions.common.ReviewerUpdateInfo
289+
- com.google.gerrit.extensions.common.TrackingIdInfo
289290

290291
Add the following extra JVM options when starting Jenkins:
291292
```
292-
export JAVA_OPTS='-Dhudson.remoting.ClassFilter=com.google.gerrit.extensions.common.AvatarInfo,com.google.gerrit.extensions.common.ReviewerUpdateInfo'
293+
export JAVA_OPTS='-Dhudson.remoting.ClassFilter=com.google.gerrit.extensions.common.AvatarInfo,com.google.gerrit.extensions.common.ReviewerUpdateInfo,com.google.gerrit.extensions.common.TrackingIdInfo'
293294
```
294295

295296
### v0.4.5 - Released - 3 Sep 2021

0 commit comments

Comments
 (0)