svn commit: r1934319 - subversion/branches/1.15.x
| Newsgroups | gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <177905470855.4133684.11452204953200944537@svn03-he-fi> |
Author: dsahlberg
Date: Sun May 17 21:51:48 2026
New Revision: 1934319
Log:
In 1.15.x: Vote for the remaining JavaHL fixes
Modified:
subversion/branches/1.15.x/STATUS
Modified: subversion/branches/1.15.x/STATUS
==============================================================================
--- subversion/branches/1.15.x/STATUS Sun May 17 21:16:22 2026 (r1934318)
+++ subversion/branches/1.15.x/STATUS Sun May 17 21:51:48 2026 (r1934319)
@@ -49,13 +49,14 @@ Candidate changes:
version 9, unless we're actually building with JDK 1.8.
Votes:
+1: brane
+ +0(concept): dsahlberg, LGTM have not tested under JDK 1.8
* r1933874
Silence the dangling-doc-comment warnings in JavaHL.
Justification:
Unnecessary warnings hide actual problems.
Votes:
- +1: brane
+ +1: brane, dsahlberg
* r1933877
Silence all deprecation warnings from the org.tigris JavaHL package.
@@ -64,7 +65,7 @@ Candidate changes:
Depends:
r1933796
Votes:
- +1: brane
+ +1: brane, dsahlberg
* r1933892
Make the JavaHL JAR an automatic module.
@@ -79,7 +80,7 @@ Candidate changes:
Depends:
r1933877, r1933796
Votes:
- +1: brane
+ +1: brane, dsahlberg
* r1933637
Fix building Python bindings with CMake.