You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2017/03/20 08:51:43 UTC

svn propchange: r1787627 - svn:log

Author: jleroux
Revision: 1787627
Modified property: svn:log

Modified: svn:log at Mon Mar 20 08:51:43 2017
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Mar 20 08:51:43 2017
@@ -1,4 +1,6 @@
-Fixed: Disabled the admin server from starting on contexts other than "start"
+Fixed: Regression: a commit between R15 and the Gradle switch uses/blocks the ports
+(OFBIZ-9196)
+Disabled the admin server from starting on contexts other than "start"
 
 This commit has reference to the below discussion thread in which buildbot
 is failing in between commits due to blocking the admin server thread.
@@ -7,3 +9,5 @@ For all other commands the port is set t
 is never initialized
 
 https://s.apache.org/xfxS
+
+Thanks: Taher for the fix