There seems to be an error in the backport bot script parsing/handling of Depends, see the quoted change below where it is lost.
I will take a look but it may be a few days.. mån 18 maj 2026 kl. 06:00 skrev <[email protected]>: > Modified: subversion/branches/1.15.x/STATUS > > ============================================================================== > --- subversion/branches/1.15.x/STATUS Mon May 18 02:39:05 2026 > (r1934329) > +++ subversion/branches/1.15.x/STATUS Mon May 18 04:00:11 2026 > (r1934330) > @@ -62,8 +62,7 @@ Candidate changes: > Silence all deprecation warnings from the org.tigris JavaHL package. > Justification: > Unnecessary warnings hide actual problems. > - Depends: > - r1933796 > + Depends: > Votes: > +1: brane, dsahlberg > > @@ -72,13 +71,12 @@ Candidate changes: > Justification: > Provides fine-grained control of access to restricted methods. The > alternative requires granting access to all "unnamed" modules. > + Depends: > Notes: > Although this change does not affect backwards compatibility of > JavaHL, > it is my opinion that it really should go into a minor release. So we > should either backport to 1.15.0 or wait for 1.16.0. > Tested with JDK 1.8, JDK 11 and JDK 25 on ARM64 macOS. > - Depends: > - r1933877, r1933796 > Votes: > +1: brane, dsahlberg The rest of the change was ok… >

