This is an automated email from the ASF dual-hosted git repository.

dlych pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new 850e42e  [NO ISSUE] Set localhost as default for 'server' field
850e42e is described below

commit 850e42e849957eb0fb605b97c4439d267e98c46f
Author: Dmitry Lychagin <[email protected]>
AuthorDate: Mon Jan 24 14:35:40 2022 -0800

    [NO ISSUE] Set localhost as default for 'server' field
    
    Change-Id: I535b84df9dc84c00dba33a01fcf2a4c678018ef4
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb-clients/+/14964
    Tested-by: Jenkins <[email protected]>
    Reviewed-by: Dmitry Lychagin <[email protected]>
    Reviewed-by: Ian Maxon <[email protected]>
---
 .../src/main/taco/plugins/asterixdb_jdbc/connection-fields.xml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/asterixdb-jdbc/asterix-jdbc-taco/src/main/taco/plugins/asterixdb_jdbc/connection-fields.xml
 
b/asterixdb-jdbc/asterix-jdbc-taco/src/main/taco/plugins/asterixdb_jdbc/connection-fields.xml
index c7e9a06..dde677d 100644
--- 
a/asterixdb-jdbc/asterix-jdbc-taco/src/main/taco/plugins/asterixdb_jdbc/connection-fields.xml
+++ 
b/asterixdb-jdbc/asterix-jdbc-taco/src/main/taco/plugins/asterixdb_jdbc/connection-fields.xml
@@ -18,7 +18,7 @@
  !-->
 <connection-fields>
 
-  <field name="server" label="Server" category="endpoint" value-type="string">
+  <field name="server" label="Server" category="endpoint" value-type="string" 
default-value="localhost">
     <validation-rule reg-exp="^[^/]+$"/>
   </field>
 

Reply via email to