You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2017/06/23 23:06:56 UTC

[07/13] archiva git commit: cleanup comments

cleanup comments

Signed-off-by: olivier lamy <ol...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/4e410521
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/4e410521
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/4e410521

Branch: refs/heads/feature/jcr_oak
Commit: 4e410521352eb569070f740d4cc400832ea68e0b
Parents: 8d3f82a
Author: olivier lamy <ol...@apache.org>
Authored: Tue Jun 20 21:54:14 2017 +1000
Committer: olivier lamy <ol...@apache.org>
Committed: Tue Jun 20 21:54:14 2017 +1000

----------------------------------------------------------------------
 archiva-jetty/src/main/conf/jetty.xml | 15 ---------------
 1 file changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/4e410521/archiva-jetty/src/main/conf/jetty.xml
----------------------------------------------------------------------
diff --git a/archiva-jetty/src/main/conf/jetty.xml b/archiva-jetty/src/main/conf/jetty.xml
index 31c8182..8d60247 100644
--- a/archiva-jetty/src/main/conf/jetty.xml
+++ b/archiva-jetty/src/main/conf/jetty.xml
@@ -163,23 +163,8 @@
         <Set name="username">sa</Set>
         <Set name="maximumPoolSize">20</Set>
         <Set name="minimumIdle">5</Set>
-        <!-- very rigourous sql query validation -->
-        <!--Set name="connectionTestQuery">select 1</Set-->
       </New>
     </Arg>
   </New>
 
-  <!--
-  <New id="usersShutdown" class="org.eclipse.jetty.plus.jndi.Resource">
-    <Arg>jdbc/usersShutdown</Arg>
-    <Arg>
-      <New class="com.zaxxer.hikari.HikariDataSource">
-        <Set name="driverClassName">org.apache.derby.jdbc.EmbeddedDriver</Set>
-        <Set name="jdbcUrl">jdbc:derby:<SystemProperty name="appserver.base" default=".."/>/data/databases/users</Set>
-        <Set name="username">sa</Set>
-      </New>
-    </Arg>
-  </New>
-  -->
-
 </Configure>