You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by dl...@apache.org on 2022/01/24 23:44:46 UTC

[asterixdb-clients] branch master updated: [NO ISSUE] Set localhost as default for 'server' field

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 <dm...@couchbase.com>
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 <je...@fulliautomatix.ics.uci.edu>
    Reviewed-by: Dmitry Lychagin <dm...@couchbase.com>
    Reviewed-by: Ian Maxon <im...@uci.edu>
---
 .../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>