Closed
Description
Hi,
I'm a bit confused about the situation on pre-fetched/cached assets on GHRelease
. I'd like to avoid additional API calls, see also my previous PR #977.
Can we make getAssets()
use the behavior of assets()
by now, and remove assets()
? Or how do you want to handle this?
assets()
lost it's @Preview
/@BetaApi
annotation in 4e7ac70#diff-d6ca05bee054ef7153d926fbe1c6cf67524ecaf7298ada1d9fff838119dceb95L263, maybe by accident. I guess if it would have kept the annotation, it would by now a non-deprecated preview (see #1184).
github-api/src/main/java/org/kohsuke/github/GHRelease.java
Lines 282 to 309 in 2062439