svn commit: r1886035 - /subversion/branches/1.14.x/STATUS

2021-01-29 Thread amiloslavskiy
Author: amiloslavskiy Date: Fri Jan 29 20:27:55 2021 New Revision: 1886035 URL: http://svn.apache.org/viewvc?rev=1886035=rev Log: * 1.14.x/STATUS: Vote for r1886029, approving. Modified: subversion/branches/1.14.x/STATUS Modified: subversion/branches/1.14.x/STATUS URL: http

svn commit: r1885955 - /subversion/branches/javahl-1.14-fixes/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java

2021-01-27 Thread amiloslavskiy
Author: amiloslavskiy Date: Thu Jan 28 00:13:48 2021 New Revision: 1885955 URL: http://svn.apache.org/viewvc?rev=1885955=rev Log: JavaHL: Trivial changes in tests Improved code formatting and code comments according to code review. Modified: subversion/branches/javahl-1.14-fixes/subversion

svn propchange: r1882522 - svn:log

2021-01-27 Thread amiloslavskiy
Author: amiloslavskiy Revision: 1882522 Modified property: svn:log Modified: svn:log at Wed Jan 27 23:39:20 2021 -- --- svn:log (original) +++ svn:log Wed Jan 27 23:39:20 2021 @@ -12,6 +12,11 @@ This crash is demonstrated

svn propchange: r1882523 - svn:log

2021-01-27 Thread amiloslavskiy
Author: amiloslavskiy Revision: 1882523 Modified property: svn:log Modified: svn:log at Wed Jan 27 21:42:33 2021 -- --- svn:log (original) +++ svn:log Wed Jan 27 21:42:33 2021 @@ -17,6 +17,8 @@ subsequent commits as well

svn commit: r1882525 - /subversion/branches/javahl-1.14-fixes/subversion/bindings/javahl/native/OperationContext.cpp

2020-10-15 Thread amiloslavskiy
Author: amiloslavskiy Date: Thu Oct 15 10:18:28 2020 New Revision: 1882525 URL: http://svn.apache.org/viewvc?rev=1882525=rev Log: JavaHL: Fix crash when TunnelAgent.openTunnel() throws exception See the previous commit for explanation why cleanup is important. The problem occurs because when

svn commit: r1882524 - /subversion/branches/javahl-1.14-fixes/subversion/bindings/javahl/native/OperationContext.cpp

2020-10-15 Thread amiloslavskiy
Author: amiloslavskiy Date: Thu Oct 15 10:17:19 2020 New Revision: 1882524 URL: http://svn.apache.org/viewvc?rev=1882524=rev Log: JavaHL: Make sure that TunnelAgent is cleaned up on pending exception See the previous commit for explanation why cleanup is important. Before this commit

svn commit: r1882523 - in /subversion/branches/javahl-1.14-fixes/subversion/bindings/javahl: native/ src/org/apache/subversion/javahl/util/

2020-10-15 Thread amiloslavskiy
Author: amiloslavskiy Date: Thu Oct 15 10:16:39 2020 New Revision: 1882523 URL: http://svn.apache.org/viewvc?rev=1882523=rev Log: JavaHL: Fix crash when TunnelAgent continues reading after being closed The problem here is that when 'RemoteSession' is destroyed, it also does 'apr_pool_destroy

svn commit: r1882522 - /subversion/branches/javahl-1.14-fixes/subversion/bindings/javahl/native/OperationContext.cpp

2020-10-15 Thread amiloslavskiy
Author: amiloslavskiy Date: Thu Oct 15 10:15:47 2020 New Revision: 1882522 URL: http://svn.apache.org/viewvc?rev=1882522=rev Log: JavaHL: Fix crash in TunnelAgent.CloseTunnelCallback after GC When jobject reference is kept across different JNI calls, a new global reference must be requested

svn commit: r1882521 - /subversion/branches/javahl-1.14-fixes/subversion/bindings/javahl/native/JNIUtil.cpp

2020-10-15 Thread amiloslavskiy
Author: amiloslavskiy Date: Thu Oct 15 10:15:14 2020 New Revision: 1882521 URL: http://svn.apache.org/viewvc?rev=1882521=rev Log: JavaHL: Fix 'JNI call made without checking exceptions when required to' Java JNI documentation says: The JNI functions that invoke a Java method return the result

svn commit: r1882520 - /subversion/branches/javahl-1.14-fixes/subversion/bindings/javahl/native/JNIUtil.cpp

2020-10-15 Thread amiloslavskiy
Author: amiloslavskiy Date: Thu Oct 15 10:14:30 2020 New Revision: 1882520 URL: http://svn.apache.org/viewvc?rev=1882520=rev Log: JavaHL: Fix 'JNI call made with exception pending' error It is incorrect to call Java method with 'CallObjectMethod' when there is an unhandled Java exception already

svn commit: r1882519 - in /subversion/branches/javahl-1.14-fixes/subversion/bindings/javahl/native: JNIUtil.cpp JNIUtil.h

2020-10-15 Thread amiloslavskiy
Author: amiloslavskiy Date: Thu Oct 15 10:13:54 2020 New Revision: 1882519 URL: http://svn.apache.org/viewvc?rev=1882519=rev Log: JavaHL: Introduce new helper class to temporarily stash Java exceptions This will be used in subsequent commits. Committed separately to facilitate code review

svn commit: r1882518 - /subversion/branches/javahl-1.14-fixes/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java

2020-10-15 Thread amiloslavskiy
Author: amiloslavskiy Date: Thu Oct 15 10:12:52 2020 New Revision: 1882518 URL: http://svn.apache.org/viewvc?rev=1882518=rev Log: JavaHL: Introduce tests showing JVM crashes with TunnelAgent The crashes will be addressed in subsequent commits. [in subversion/bindings/javahl] * tests/org/apache

svn commit: r1882126 - /subversion/branches/javahl-1.14-fixes/

2020-09-29 Thread amiloslavskiy
Author: amiloslavskiy Date: Tue Sep 29 13:45:37 2020 New Revision: 1882126 URL: http://svn.apache.org/viewvc?rev=1882126=rev Log: Created branch javahl-1.14-fixes. Added: subversion/branches/javahl-1.14-fixes/ (props changed) - copied from r1882125, subversion/trunk/ Propchange

svn commit: r1882115 - /subversion/trunk/subversion/bindings/javahl/native/SVNBase.cpp

2020-09-29 Thread amiloslavskiy
Author: amiloslavskiy Date: Tue Sep 29 12:12:59 2020 New Revision: 1882115 URL: http://svn.apache.org/viewvc?rev=1882115=rev Log: JavaHL: Fix incorrect cache in SVNBase::createCppBoundObject The problem here is that 'SVNBase::createCppBoundObject' can work with different classes (see argument

svn commit: r1882113 - /subversion/trunk/COMMITTERS

2020-09-29 Thread amiloslavskiy
Author: amiloslavskiy Date: Tue Sep 29 10:07:50 2020 New Revision: 1882113 URL: http://svn.apache.org/viewvc?rev=1882113=rev Log: * COMMITTERS: (amiloslavskiy) Adding myself as partial committer (JavaHL bindings). Modified: subversion/trunk/COMMITTERS Modified: subversion/trunk/COMMITTERS