Author: gpetracek
Date: Wed Apr  6 08:03:20 2016
New Revision: 1737933

URL: http://svn.apache.org/viewvc?rev=1737933&view=rev
Log:
Site checkin for project Apache DeltaSpike Documentation

Modified:
    deltaspike/site/trunk/content/staging/documentation/bean-validation.html
    deltaspike/site/trunk/content/staging/documentation/build.html
    deltaspike/site/trunk/content/staging/documentation/cdiimp.html
    deltaspike/site/trunk/content/staging/documentation/configuration.html
    deltaspike/site/trunk/content/staging/documentation/configure.html
    deltaspike/site/trunk/content/staging/documentation/container-control.html
    deltaspike/site/trunk/content/staging/documentation/core.html
    deltaspike/site/trunk/content/staging/documentation/data.html
    deltaspike/site/trunk/content/staging/documentation/index.html
    deltaspike/site/trunk/content/staging/documentation/jpa.html
    deltaspike/site/trunk/content/staging/documentation/jsf.html
    deltaspike/site/trunk/content/staging/documentation/modules.html
    deltaspike/site/trunk/content/staging/documentation/overview.html
    deltaspike/site/trunk/content/staging/documentation/partial-bean.html
    deltaspike/site/trunk/content/staging/documentation/projectstage.html
    deltaspike/site/trunk/content/staging/documentation/proxy.html
    deltaspike/site/trunk/content/staging/documentation/scheduler.html
    deltaspike/site/trunk/content/staging/documentation/security.html
    deltaspike/site/trunk/content/staging/documentation/servlet.html
    deltaspike/site/trunk/content/staging/documentation/snapshots.html
    deltaspike/site/trunk/content/staging/documentation/spi.html
    deltaspike/site/trunk/content/staging/documentation/test-control.html

Modified: 
deltaspike/site/trunk/content/staging/documentation/bean-validation.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/bean-validation.html?rev=1737933&r1=1737932&r2=1737933&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/bean-validation.html 
(original)
+++ deltaspike/site/trunk/content/staging/documentation/bean-validation.html 
Wed Apr  6 08:03:20 2016
@@ -300,6 +300,14 @@ table.CodeRay td.code>pre{padding:0}
 <span class="tag">&lt;/dependency&gt;</span></code></pre>
 </div>
 </div>
+<div class="paragraph">
+<p>Or if you&#8217;re using Gradle, add these dependencies to your 
<code>build.gradle</code>:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code>     runtime 
'org.apache.deltaspike.modules:deltaspike-bean-validation-module-impl'</code></pre>
+</div>
+</div>
 </div>
 </div>
 </div>
@@ -390,7 +398,7 @@ simply need to override the factory. The
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2015 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: deltaspike/site/trunk/content/staging/documentation/build.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/build.html?rev=1737933&r1=1737932&r2=1737933&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/build.html (original)
+++ deltaspike/site/trunk/content/staging/documentation/build.html Wed Apr  6 
08:03:20 2016
@@ -277,7 +277,7 @@ table.CodeRay td.code>pre{padding:0}
 <p>The DeltaSpike source (modules and examples) is provided for inspection, 
contribution and testing purposes. The source must be built with Maven, which 
has been used to automate the compilation, testing and packaging processes. 
Arquillian tests are included with the source and a CDI implementation or 
container can be specified with which to carry out the tests.</p>
 </div>
 <div class="paragraph">
-<p>In all cases, to obtain the DeltaSpike source, <a 
href="https://deltaspike.apache.org/download.html";>download</a> 
<code>deltaspike-project-1.5.4-source-release.zip</code> and extract the 
contents.</p>
+<p>In all cases, to obtain the DeltaSpike source, <a 
href="https://deltaspike.apache.org/download.html";>download</a> 
<code>deltaspike-project-1.6.0-source-release.zip</code> and extract the 
contents.</p>
 </div>
 <div class="admonitionblock note">
 <table>
@@ -301,7 +301,7 @@ You can also obtain the DeltaSpike sourc
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="shell">$ cd 
/path/to/deltaspike-project-1.5.4/
+<pre class="CodeRay highlight"><code data-lang="shell">$ cd 
/path/to/deltaspike-project-1.6.0/
 $ mvn clean install</code></pre>
 </div>
 </div>
@@ -538,7 +538,7 @@ Set <code>WLS_HOME</code> so that <code>
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2015 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: deltaspike/site/trunk/content/staging/documentation/cdiimp.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/cdiimp.html?rev=1737933&r1=1737932&r2=1737933&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/cdiimp.html (original)
+++ deltaspike/site/trunk/content/staging/documentation/cdiimp.html Wed Apr  6 
08:03:20 2016
@@ -285,7 +285,7 @@ table.CodeRay td.code>pre{padding:0}
 <p>CDI is part of Java EE6 and later so CDI implementations are included as 
standard in Java EE6+ compliant environments. There is no additional CDI 
configuration needed besides including the CDI-obligatory 
<code>beans.xml</code> file in your project.</p>
 </div>
 <div class="paragraph">
-<p>JBoss Weld is integrated in Java EE application servers including WildFly, 
JBoss Enterprise Application Platform, GlassFish, and Oracle WebLogic.</p>
+<p>JBoss Weld is integrated in Java EE application servers including WildFly, 
JBoss Enterprise Application Platform, GlassFish, IBM WebSphere Application 
Server (8.5.5 and up) and Oracle WebLogic.</p>
 </div>
 <div class="paragraph">
 <p>Apache OpenWebBeans (OWB) is integrated in Java EE containers including 
Apache TomEE, Apache Geronimo, IBM WebSphere Application Server, and SiwPas.</p>
@@ -310,44 +310,63 @@ table.CodeRay td.code>pre{padding:0}
 <p>DeltaSpike provides a dedicated Container Control module to enable 
applications deployed in Java SE environments to boot a CDI container. The 
Container Control module consists of the API component and components specific 
to the JBoss Weld, Apache OpenWebBeans and Apache OpenEJB CDI containers. The 
DeltaSpike module provides a layer of abstraction from the specific CDI 
containers, enabling you to write container-independent code in your 
project.</p>
 </div>
 <div class="paragraph">
-<p>Instructions are provided here for adding the required resources to both 
Maven-based and Maven-independent projects and subsequently booting the CDI 
container from your project source code.</p>
+<p>Instructions are provided here for adding the required resources to Maven 
based, Gradle based and build independent projects and subsequently booting the 
CDI container from your project source code.</p>
 </div>
 <div class="sect2">
 <h3 id="_declare_cdi_dependencies">Declare CDI Dependencies</h3>
 <div class="sect3">
-<h4 id="_dependencies_for_maven_based_projects">Dependencies for Maven-based 
Projects</h4>
+<h4 id="_dependencies_for_maven_and_gradle_based_projects">Dependencies for 
Maven and Gradle based Projects</h4>
 <div class="paragraph">
 <p>For Maven-based projects, the Container Control module is available in 
Maven Central together with the other DeltaSpike modules. You must configure 
your project to use the DeltaSpike Container Control API and one of the CDI 
container-specific modules.</p>
 </div>
 <div class="olist arabic">
 <ol class="arabic">
 <li>
-<p>Open the project <code>pom.xml</code> file for editing</p>
+<p>Import the project as defined in <a 
href="/documentation/configure.html">Configure DeltaSpike in Your 
Projects</a></p>
 </li>
 <li>
-<p>Add the DeltaSpike Container Control API to the list of dependencies</p>
+<p>Import the CDI Control API to your project.</p>
+<div class="olist loweralpha">
+<ol class="loweralpha" type="a">
+<li>
+<p>If you&#8217;re using Maven, add the following to <code>pom.xml</code></p>
 <div class="listingblock">
 <div class="content">
 <pre class="CodeRay highlight"><code data-lang="xml"><span 
class="tag">&lt;dependency&gt;</span>
     <span class="tag">&lt;groupId&gt;</span>org.apache.deltaspike.cdictrl<span 
class="tag">&lt;/groupId&gt;</span>
     <span class="tag">&lt;artifactId&gt;</span>deltaspike-cdictrl-api<span 
class="tag">&lt;/artifactId&gt;</span>
-    <span class="tag">&lt;version&gt;</span>${deltaspike.version}<span 
class="tag">&lt;/version&gt;</span>
     <span class="tag">&lt;scope&gt;</span>compile<span 
class="tag">&lt;/scope&gt;</span>
 <span class="tag">&lt;/dependency&gt;</span></code></pre>
 </div>
 </div>
 </li>
 <li>
+<p>If you&#8217;re using Gradle, add the following to 
<code>build.gradle</code></p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code>dependencies {
+    compile 'org.apache.deltaspike.cdictrl:deltaspike-cdictrl-api'
+}</code></pre>
+</div>
+</div>
+</li>
+</ol>
+</div>
+</li>
+<li>
 <p>Add CDI container dependencies for one of the container options listed 
here</p>
+<div class="ulist">
+<ul>
+<li>
+<p>For JBoss Weld</p>
 <div class="olist loweralpha">
-<div class="title">For JBoss Weld</div>
 <ol class="loweralpha" type="a">
 <li>
 <p>Add the JBoss Weld version to the list of properties, replacing the version 
as desired</p>
 <div class="listingblock">
 <div class="content">
 <pre class="CodeRay highlight"><code data-lang="xml"><span 
class="tag">&lt;properties&gt;</span>
-    <span class="tag">&lt;weld.version&gt;</span>1.1.9.Final<span 
class="tag">&lt;/weld.version&gt;</span>
+    <span class="tag">&lt;weld.version&gt;</span>2.3.3.Final<span 
class="tag">&lt;/weld.version&gt;</span>
 <span class="tag">&lt;/properties&gt;</span></code></pre>
 </div>
 </div>
@@ -372,7 +391,6 @@ table.CodeRay td.code>pre{padding:0}
 <pre class="CodeRay highlight"><code data-lang="xml"><span 
class="tag">&lt;dependency&gt;</span>
     <span class="tag">&lt;groupId&gt;</span>org.apache.deltaspike.cdictrl<span 
class="tag">&lt;/groupId&gt;</span>
     <span class="tag">&lt;artifactId&gt;</span>deltaspike-cdictrl-weld<span 
class="tag">&lt;/artifactId&gt;</span>
-    <span class="tag">&lt;version&gt;</span>${deltaspike.version}<span 
class="tag">&lt;/version&gt;</span>
     <span class="tag">&lt;scope&gt;</span>runtime<span 
class="tag">&lt;/scope&gt;</span>
 <span class="tag">&lt;/dependency&gt;</span></code></pre>
 </div>
@@ -380,15 +398,36 @@ table.CodeRay td.code>pre{padding:0}
 </li>
 </ol>
 </div>
+</li>
+<li>
+<p>JBoss Weld with Gradle</p>
+<div class="olist loweralpha">
+<ol class="loweralpha" type="a">
+<li>
+<p>If you&#8217;re using Gradle, add the following to 
<code>build.gradle</code></p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code>def weldVersion = '2.3.3.Final'
+dependencies {
+    runtime 'org.jboss.weld.se:weld-se:'+weldVersion
+    runtime 'org.apache.deltaspike.cdictrl:deltaspike-cdictrl-weld'
+}</code></pre>
+</div>
+</div>
+</li>
+</ol>
+</div>
+</li>
+<li>
+<p>For Apache OpenWebBeans</p>
 <div class="olist loweralpha">
-<div class="title">For Apache OpenWebBeans</div>
 <ol class="loweralpha" type="a">
 <li>
 <p>Add the Apache OpenWebBeans version to the list of properties, replacing 
the version as desired</p>
 <div class="listingblock">
 <div class="content">
 <pre class="CodeRay highlight"><code data-lang="xml"><span 
class="tag">&lt;properties&gt;</span>
-    <span class="tag">&lt;owb.version&gt;</span>1.2.0<span 
class="tag">&lt;/owb.version&gt;</span>
+    <span class="tag">&lt;owb.version&gt;</span>1.6.3<span 
class="tag">&lt;/owb.version&gt;</span>
 <span class="tag">&lt;/properties&gt;</span></code></pre>
 </div>
 </div>
@@ -420,7 +459,6 @@ table.CodeRay td.code>pre{padding:0}
 <pre class="CodeRay highlight"><code data-lang="xml"><span 
class="tag">&lt;dependency&gt;</span>
     <span class="tag">&lt;groupId&gt;</span>org.apache.deltaspike.cdictrl<span 
class="tag">&lt;/groupId&gt;</span>
     <span class="tag">&lt;artifactId&gt;</span>deltaspike-cdictrl-owb<span 
class="tag">&lt;/artifactId&gt;</span>
-    <span class="tag">&lt;version&gt;</span>${deltaspike.version}<span 
class="tag">&lt;/version&gt;</span>
     <span class="tag">&lt;scope&gt;</span>runtime<span 
class="tag">&lt;/scope&gt;</span>
 <span class="tag">&lt;/dependency&gt;</span></code></pre>
 </div>
@@ -430,23 +468,51 @@ table.CodeRay td.code>pre{padding:0}
 </div>
 </li>
 <li>
-<p>Save the <code>pom.xml</code> file changes</p>
+<p>Apache OpenWebBeans with Gradle</p>
+<div class="olist loweralpha">
+<ol class="loweralpha" type="a">
+<li>
+<p>If you&#8217;re using Gradle, add the following to 
<code>build.gradle</code></p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code>def owbVersion = '1.6.3'
+dependencies {
+    runtime 'org.apache.openwebbeans:openwebbeans-impl:'+owbVersion
+    compile 'org.apache.openwebbeans:openwebbeans-spi:'+owbVersion
+    runtime 'org.apache.deltaspike.cdictrl:deltaspike-cdictrl-owb'
+}</code></pre>
+</div>
+</div>
+</li>
+</ol>
+</div>
 </li>
 <li>
-<p>Download all required dependencies</p>
+<p>Save the <code>pom.xml</code> file changes</p>
 <div class="listingblock">
 <div class="content">
 <pre>mvn clean install</pre>
 </div>
 </div>
 </li>
+<li>
+<p>Save the <code>build.gradle</code> file changes</p>
+<div class="listingblock">
+<div class="content">
+<pre>gradle build</pre>
+</div>
+</div>
+</li>
+</ul>
+</div>
+</li>
 </ol>
 </div>
 </div>
 <div class="sect3">
-<h4 id="_dependencies_for_maven_independent_projects">Dependencies for 
Maven-independent Projects</h4>
+<h4 id="_dependencies_for_build_independent_projects">Dependencies for build 
independent projects</h4>
 <div class="paragraph">
-<p>For Maven-independent projects, the Container Control module is distributed 
together with the other DeltaSpike modules in 
<code>distribution-fill-&lt;version&gt;.zip</code>. You must add two of the 
files from the <code>cdictrl</code> directory to your project, namely 
<code>deltaspike-cdictrl-api.jar</code> and the .jar file that corresponds to 
the CDI container you have chosen. Add these files to the project 
<code>WEB-INF/lib</code> or <code>EAR/lib</code> directory for .war and .ear 
projects respectively.</p>
+<p>For build independent projects, the Container Control module is distributed 
together with the other DeltaSpike modules in 
<code>distribution-full-&lt;version&gt;.zip</code>. You must add two of the 
files from the <code>cdictrl</code> directory to your project, namely 
<code>deltaspike-cdictrl-api.jar</code> and the .jar file that corresponds to 
the CDI container you have chosen. Add these files to the project 
<code>WEB-INF/lib</code> or <code>EAR/lib</code> directory for .war and .ear 
projects respectively.</p>
 </div>
 </div>
 </div>
@@ -493,8 +559,8 @@ table.CodeRay td.code>pre{padding:0}
 <ul class="sectlevel2">
 <li><a href="#_declare_cdi_dependencies">Declare CDI Dependencies</a>
 <ul class="sectlevel3">
-<li><a href="#_dependencies_for_maven_based_projects">Dependencies for 
Maven-based Projects</a></li>
-<li><a href="#_dependencies_for_maven_independent_projects">Dependencies for 
Maven-independent Projects</a></li>
+<li><a href="#_dependencies_for_maven_and_gradle_based_projects">Dependencies 
for Maven and Gradle based Projects</a></li>
+<li><a href="#_dependencies_for_build_independent_projects">Dependencies for 
build independent projects</a></li>
 </ul>
 </li>
 </ul>
@@ -510,7 +576,7 @@ table.CodeRay td.code>pre{padding:0}
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2015 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: deltaspike/site/trunk/content/staging/documentation/configuration.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/configuration.html?rev=1737933&r1=1737932&r2=1737933&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/configuration.html 
(original)
+++ deltaspike/site/trunk/content/staging/documentation/configuration.html Wed 
Apr  6 08:03:20 2016
@@ -986,7 +986,7 @@ log.</p>
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2015 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: deltaspike/site/trunk/content/staging/documentation/configure.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/configure.html?rev=1737933&r1=1737932&r2=1737933&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/configure.html 
(original)
+++ deltaspike/site/trunk/content/staging/documentation/configure.html Wed Apr  
6 08:03:20 2016
@@ -274,7 +274,7 @@ table.CodeRay td.code>pre{padding:0}
                 <div id="preamble">
 <div class="sectionbody">
 <div class="paragraph">
-<p>DeltaSpike is available for use in Maven-based and Maven-independent 
projects. Instructions are given here for obtaining released final versions of 
DeltaSpike for both approaches.</p>
+<p>DeltaSpike is available for use in projects of many build tools. 
Instructions are given here for obtaining released final versions of DeltaSpike 
for both approaches.</p>
 </div>
 <div class="admonitionblock note">
 <table>
@@ -291,7 +291,7 @@ You can also opt to use the lastest Delt
 </div>
 </div>
 <div class="sect1">
-<h2 id="_maven_based_projects">Maven-based Projects</h2>
+<h2 id="_maven_projects">Maven Projects</h2>
 <div class="sectionbody">
 <div class="paragraph">
 <p>DeltaSpike released versions are available from the Maven Central 
repository for use in Maven-based projects. This means that you do not need to 
modify your Maven configuration <code>settings.xml</code> file; when building 
projects, Maven automatically searches the online Maven Central repository for 
project dependencies and downloads sources to your local Maven repository.</p>
@@ -309,7 +309,7 @@ You can also opt to use the lastest Delt
 <div class="listingblock">
 <div class="content">
 <pre class="CodeRay highlight"><code data-lang="xml"><span 
class="tag">&lt;properties&gt;</span>
-    <span class="tag">&lt;deltaspike.version&gt;</span>1.5.4<span 
class="tag">&lt;/deltaspike.version&gt;</span>
+    <span class="tag">&lt;deltaspike.version&gt;</span>1.6.0<span 
class="tag">&lt;/deltaspike.version&gt;</span>
 <span class="tag">&lt;/properties&gt;</span></code></pre>
 </div>
 </div>
@@ -318,17 +318,27 @@ You can also opt to use the lastest Delt
 <p>Add the DeltaSpike Core module to the list of dependencies</p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="xml"><span 
class="tag">&lt;dependency&gt;</span>
+<pre class="CodeRay highlight"><code data-lang="xml"><span 
class="tag">&lt;dependencyManagement&gt;</span>
+    <span class="tag">&lt;dependencies&gt;</span>
+        <span class="tag">&lt;dependency&gt;</span>
+            <span 
class="tag">&lt;groupId&gt;</span>org.apache.deltaspike.distribution<span 
class="tag">&lt;/groupId&gt;</span>
+            <span class="tag">&lt;artifactId&gt;</span>distributions-bom<span 
class="tag">&lt;/artifactId&gt;</span>
+            <span class="tag">&lt;version&gt;</span>${deltaspike.version}<span 
class="tag">&lt;/version&gt;</span>
+            <span class="tag">&lt;type&gt;</span>pom<span 
class="tag">&lt;/type&gt;</span>
+            <span class="tag">&lt;scope&gt;</span>import<span 
class="tag">&lt;/scope&gt;</span>
+        <span class="tag">&lt;/dependency&gt;</span>
+    <span class="tag">&lt;/dependencies&gt;</span>
+<span class="tag">&lt;/dependencyManagement&gt;</span>
+
+<span class="tag">&lt;dependency&gt;</span>
     <span class="tag">&lt;groupId&gt;</span>org.apache.deltaspike.core<span 
class="tag">&lt;/groupId&gt;</span>
     <span class="tag">&lt;artifactId&gt;</span>deltaspike-core-api<span 
class="tag">&lt;/artifactId&gt;</span>
-    <span class="tag">&lt;version&gt;</span>${deltaspike.version}<span 
class="tag">&lt;/version&gt;</span>
     <span class="tag">&lt;scope&gt;</span>compile<span 
class="tag">&lt;/scope&gt;</span>
 <span class="tag">&lt;/dependency&gt;</span>
 
 <span class="tag">&lt;dependency&gt;</span>
     <span class="tag">&lt;groupId&gt;</span>org.apache.deltaspike.core<span 
class="tag">&lt;/groupId&gt;</span>
     <span class="tag">&lt;artifactId&gt;</span>deltaspike-core-impl<span 
class="tag">&lt;/artifactId&gt;</span>
-    <span class="tag">&lt;version&gt;</span>${deltaspike.version}<span 
class="tag">&lt;/version&gt;</span>
     <span class="tag">&lt;scope&gt;</span>runtime<span 
class="tag">&lt;/scope&gt;</span>
 <span class="tag">&lt;/dependency&gt;</span></code></pre>
 </div>
@@ -346,7 +356,7 @@ You can also opt to use the lastest Delt
 <i class="fa icon-tip" title="Tip"></i>
 </td>
 <td class="content">
-The API is scoped for compile time and implementation only included for 
runtime, assisting to prevent you from inadvertantly depending on an 
implementation class.
+The API is scoped for compile time and implementation only included for 
runtime, assisting to prevent you from inadvertently depending on an 
implementation class.
 </td>
 </tr>
 </table>
@@ -391,10 +401,49 @@ The API is scoped for compile time and i
 </div>
 </div>
 <div class="sect1">
-<h2 id="config-maven-indep">Maven-independent Projects</h2>
+<h2 id="config-gradle">Gradle Projects</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>Setting up DeltaSpike in a Gradle based project is just as easy as 
Maven.</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code>// setup the Spring Dependency Management 
Plugin for Gradle, to import BOMs.
+plugins {
+    id "io.spring.dependency-management" version "0.5.6.RELEASE"
+    id "java" // you'll likely also want the WAR plugin
+}
+repositories {
+    mavenCentral()
+}
+dependencyManagement {
+    imports {
+        mavenBom 'org.apache.deltaspike.distribution:distributions-bom:1.6.0'
+    }
+}
+dependencies {
+     compile 'org.apache.deltaspike.core:deltaspike-core-api'
+     runtime 'org.apache.deltaspike.core:deltaspike-core-impl'
+}
+sourceSets {
+   main {
+     //For CDI to work, need to put the resources and classes in the same 
directory
+     output.resourcesDir = 'build/classes/main'
+     output.classesDir   = 'build/classes/main'
+   }
+ }</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>This will give you a Gradle build setup to run DeltaSpike.</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="config-maven-indep">Other Projects</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>Deltaspike is provided as a set of downloadable .jar files for projects not 
utilizing the Maven build system. Alternatively, you can build the DeltaSpike 
.jar files from source; for instructions, see <a href="build.html">Build 
DeltaSpike from Source</a>. In both cases, you must add the DeltaSpike .jar 
files directly to your projects.</p>
+<p>DeltaSpike is provided as a set of downloadable .jar files for projects not 
utilizing the Maven build system. Alternatively, you can build the DeltaSpike 
.jar files from source; for instructions, see <a href="build.html">Build 
DeltaSpike from Source</a>. In both cases, you must add the DeltaSpike .jar 
files directly to your projects.</p>
 </div>
 <div class="paragraph">
 <p>To use DeltaSpike without Maven from the downloadable .jar files, complete 
the following steps:</p>
@@ -469,8 +518,9 @@ The API is scoped for compile time and i
                 
                     <div class="fallback-toc">
                         <ul class="sectlevel1">
-<li><a href="#_maven_based_projects">Maven-based Projects</a></li>
-<li><a href="#config-maven-indep">Maven-independent Projects</a></li>
+<li><a href="#_maven_projects">Maven Projects</a></li>
+<li><a href="#config-gradle">Gradle Projects</a></li>
+<li><a href="#config-maven-indep">Other Projects</a></li>
 <li><a href="#_next">Next</a></li>
 </ul>
                     </div>
@@ -482,7 +532,7 @@ The API is scoped for compile time and i
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2015 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: 
deltaspike/site/trunk/content/staging/documentation/container-control.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/container-control.html?rev=1737933&r1=1737932&r2=1737933&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/container-control.html 
(original)
+++ deltaspike/site/trunk/content/staging/documentation/container-control.html 
Wed Apr  6 08:03:20 2016
@@ -306,6 +306,14 @@ table.CodeRay td.code>pre{padding:0}
 <span class="tag">&lt;/dependency&gt;</span></code></pre>
 </div>
 </div>
+<div class="paragraph">
+<p>Or if you&#8217;re using Gradle, add these dependencies to your 
<code>build.gradle</code>:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code>     compile 
'org.apache.deltaspike.cdictrl:deltaspike-cdictrl-api'</code></pre>
+</div>
+</div>
 </div>
 </div>
 </div>
@@ -641,7 +649,7 @@ tomcat.start();</code></pre>
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2015 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: deltaspike/site/trunk/content/staging/documentation/core.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/core.html?rev=1737933&r1=1737932&r2=1737933&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/core.html (original)
+++ deltaspike/site/trunk/content/staging/documentation/core.html Wed Apr  6 
08:03:20 2016
@@ -2035,7 +2035,7 @@ objects, the last object in the array wi
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2015 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: deltaspike/site/trunk/content/staging/documentation/data.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/data.html?rev=1737933&r1=1737932&r2=1737933&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/data.html (original)
+++ deltaspike/site/trunk/content/staging/documentation/data.html Wed Apr  6 
08:03:20 2016
@@ -354,6 +354,15 @@ chapters.</p>
 <span class="tag">&lt;/dependency&gt;</span></code></pre>
 </div>
 </div>
+<div class="paragraph">
+<p>Or if you&#8217;re using Gradle, add these dependencies to your 
<code>build.gradle</code>:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code>     runtime 
'org.apache.deltaspike.modules:deltaspike-data-module-impl'
+     compile 
'org.apache.deltaspike.modules:deltaspike-data-module-api'</code></pre>
+</div>
+</div>
 </div>
 <div class="sect2">
 <h3 id="_2_complete_additional_java_environment_configuration">2. Complete 
Additional Java Environment Configuration</h3>
@@ -1109,8 +1118,8 @@ the query:</p>
 <div class="listingblock">
 <div class="content">
 <pre class="CodeRay highlight"><code data-lang="java"><span 
class="predefined-type">List</span>&lt;Person&gt; result = 
personRepository.findAllByAge(<span class="integer">18</span>, <span 
class="integer">65</span>)
-    .sortAsc(Person_.lastName)
-    .sortDesc(Person_.age)
+    .orderAsc(Person_.lastName)
+    .orderDesc(Person_.age)
     .lockMode(LockModeType.WRITE)
     .hint(<span class="string"><span class="delimiter">&quot;</span><span 
class="content">org.hibernate.timeout</span><span 
class="delimiter">&quot;</span></span>, <span 
class="predefined-type">Integer</span>.valueOf(<span class="integer">10</span>))
     .getResultList();</code></pre>
@@ -1134,6 +1143,21 @@ supported for Hibernate, EclipseLink and
 <p>Note that the <code>QueryResult</code> return type can also be used with 
method
 expressions.</p>
 </div>
+<div class="admonitionblock important">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-important" title="Important"></i>
+</td>
+<td class="content">
+<code>QueryResult</code> is based on our internal understanding of your query
+DeltaSpike expects the alias used in your queries to refer to the entity as 
<code>e</code>
+You can disable this behavior by passing in false with your attribute, 
<code>.orderDesc("p.age", false)</code>
+which would add descending ordering to your existing query <code>select p from 
Person p</code>
+</td>
+</tr>
+</table>
+</div>
 </div>
 <div class="sect2">
 <h3 id="_pagination">Pagination</h3>
@@ -2190,7 +2214,7 @@ provider when persisting / updating the
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2015 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: deltaspike/site/trunk/content/staging/documentation/index.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/index.html?rev=1737933&r1=1737932&r2=1737933&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/index.html (original)
+++ deltaspike/site/trunk/content/staging/documentation/index.html Wed Apr  6 
08:03:20 2016
@@ -315,7 +315,7 @@ table.CodeRay td.code>pre{padding:0}
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2015 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: deltaspike/site/trunk/content/staging/documentation/jpa.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/jpa.html?rev=1737933&r1=1737932&r2=1737933&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/jpa.html (original)
+++ deltaspike/site/trunk/content/staging/documentation/jpa.html Wed Apr  6 
08:03:20 2016
@@ -307,11 +307,29 @@ table.CodeRay td.code>pre{padding:0}
 <span class="tag">&lt;/dependency&gt;</span></code></pre>
 </div>
 </div>
+<div class="paragraph">
+<p>Or if you&#8217;re using Gradle, add these dependencies to your 
<code>build.gradle</code>:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code>     runtime 
'org.apache.deltaspike.modules:deltaspike-jpa-module-impl'
+     compile 
'org.apache.deltaspike.modules:deltaspike-jpa-module-api'</code></pre>
+</div>
+</div>
 </div>
 <div class="sect2">
-<h3 id="_2_enable_the_transaction_interceptor">2. Enable the Transaction 
Interceptor</h3>
-<div class="paragraph">
-<p>If you are using CDI 1.0 or CDI 1.1+ with DeltaSpike v1.1.0 and earlier, 
you must enable the transaction interceptor in the project 
<code>beans.xml</code> file:</p>
+<h3 id="_2_optional_enable_the_transaction_interceptor">2. (Optional) Enable 
the Transaction Interceptor</h3>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+If you are using CDI 1.0 or CDI 1.1+ with DeltaSpike v1.1.0 and earlier, you 
must enable the transaction interceptor in the project <code>beans.xml</code> 
file:
+</td>
+</tr>
+</table>
 </div>
 <div class="listingblock">
 <div class="content">
@@ -929,7 +947,7 @@ to <code>/META-INF/apache-deltaspike.pro
 <li><a href="#_project_setup">Project Setup</a>
 <ul class="sectlevel2">
 <li><a href="#_1_declare_jpa_module_dependencies">1. Declare JPA Module 
Dependencies</a></li>
-<li><a href="#_2_enable_the_transaction_interceptor">2. Enable the Transaction 
Interceptor</a></li>
+<li><a href="#_2_optional_enable_the_transaction_interceptor">2. (Optional) 
Enable the Transaction Interceptor</a></li>
 </ul>
 </li>
 <li><a href="#__transactional">@Transactional</a>
@@ -957,7 +975,7 @@ to <code>/META-INF/apache-deltaspike.pro
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2015 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: deltaspike/site/trunk/content/staging/documentation/jsf.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/jsf.html?rev=1737933&r1=1737932&r2=1737933&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/jsf.html (original)
+++ deltaspike/site/trunk/content/staging/documentation/jsf.html Wed Apr  6 
08:03:20 2016
@@ -308,6 +308,15 @@ table.CodeRay td.code>pre{padding:0}
 </div>
 </div>
 <div class="paragraph">
+<p>Or if you&#8217;re using Gradle, add these dependencies to your 
<code>build.gradle</code>:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code>     runtime 
'org.apache.deltaspike.modules:deltaspike-jsf-module-impl'
+     compile 
'org.apache.deltaspike.modules:deltaspike-jsf-module-api'</code></pre>
+</div>
+</div>
+<div class="paragraph">
 <p>Some EE6 servers cannot handle optional classes. From DeltaSpike 1.0.1, if 
you do not like the corresponding log entries during startup or the deployment 
fails, you can use an alternative impl-module (instead of 
deltaspike-jsf-module-impl):</p>
 </div>
 <div class="listingblock">
@@ -320,6 +329,14 @@ table.CodeRay td.code>pre{padding:0}
 <span class="tag">&lt;/dependency&gt;</span></code></pre>
 </div>
 </div>
+<div class="paragraph">
+<p>Or if you&#8217;re using Gradle, add these dependencies to your 
<code>build.gradle</code>:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code>     runtime 
'org.apache.deltaspike.modules:deltaspike-jsf-module-impl-ee6'</code></pre>
+</div>
+</div>
 <div class="admonitionblock important">
 <table>
 <tr>
@@ -3005,7 +3022,7 @@ with Weld versions older than 1.1.10 due
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2015 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: deltaspike/site/trunk/content/staging/documentation/modules.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/modules.html?rev=1737933&r1=1737932&r2=1737933&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/modules.html (original)
+++ deltaspike/site/trunk/content/staging/documentation/modules.html Wed Apr  6 
08:03:20 2016
@@ -338,7 +338,7 @@ table.CodeRay td.code>pre{padding:0}
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2015 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: deltaspike/site/trunk/content/staging/documentation/overview.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/overview.html?rev=1737933&r1=1737932&r2=1737933&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/overview.html (original)
+++ deltaspike/site/trunk/content/staging/documentation/overview.html Wed Apr  
6 08:03:20 2016
@@ -491,7 +491,7 @@ Portable CDI extensions extend CDI imple
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2015 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: deltaspike/site/trunk/content/staging/documentation/partial-bean.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/partial-bean.html?rev=1737933&r1=1737932&r2=1737933&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/partial-bean.html 
(original)
+++ deltaspike/site/trunk/content/staging/documentation/partial-bean.html Wed 
Apr  6 08:03:20 2016
@@ -307,6 +307,15 @@ table.CodeRay td.code>pre{padding:0}
 <span class="tag">&lt;/dependency&gt;</span></code></pre>
 </div>
 </div>
+<div class="paragraph">
+<p>Or if you&#8217;re using Gradle, add these dependencies to your 
<code>build.gradle</code>:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code>     runtime 
'org.apache.deltaspike.modules:deltaspike-partial-bean-module-impl'
+     compile 
'org.apache.deltaspike.modules:deltaspike-partial-bean-module-api'</code></pre>
+</div>
+</div>
 <div class="admonitionblock important">
 <table>
 <tr>
@@ -409,7 +418,7 @@ interface (/abstract class) to generic h
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2015 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: deltaspike/site/trunk/content/staging/documentation/projectstage.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/projectstage.html?rev=1737933&r1=1737932&r2=1737933&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/projectstage.html 
(original)
+++ deltaspike/site/trunk/content/staging/documentation/projectstage.html Wed 
Apr  6 08:03:20 2016
@@ -453,7 +453,7 @@ scenarios).</p>
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2015 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: deltaspike/site/trunk/content/staging/documentation/proxy.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/proxy.html?rev=1737933&r1=1737932&r2=1737933&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/proxy.html (original)
+++ deltaspike/site/trunk/content/staging/documentation/proxy.html Wed Apr  6 
08:03:20 2016
@@ -314,6 +314,15 @@ Currently CDI Interceptors applied via @
 </div>
 </div>
 <div class="paragraph">
+<p>Or if you&#8217;re using Gradle, add these dependencies to your 
<code>build.gradle</code>:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code>     runtime 
'org.apache.deltaspike.modules:deltaspike-proxy-module-impl'
+     compile 
'org.apache.deltaspike.modules:deltaspike-proxy-module-api'</code></pre>
+</div>
+</div>
+<div class="paragraph">
 <p>The currently provided implementation is a wrapper for ASM 5, which gets 
shaded into the implementation JAR.</p>
 </div>
 </div>
@@ -441,7 +450,7 @@ With <code>EnableInterceptorsProxyFactor
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2015 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: deltaspike/site/trunk/content/staging/documentation/scheduler.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/scheduler.html?rev=1737933&r1=1737932&r2=1737933&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/scheduler.html 
(original)
+++ deltaspike/site/trunk/content/staging/documentation/scheduler.html Wed Apr  
6 08:03:20 2016
@@ -307,6 +307,15 @@ table.CodeRay td.code>pre{padding:0}
 <span class="tag">&lt;/dependency&gt;</span></code></pre>
 </div>
 </div>
+<div class="paragraph">
+<p>Or if you&#8217;re using Gradle, add these dependencies to your 
<code>build.gradle</code>:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code>     runtime 
'org.apache.deltaspike.modules:deltaspike-scheduler-module-impl'
+     compile 
'org.apache.deltaspike.modules:deltaspike-scheduler-module-api'</code></pre>
+</div>
+</div>
 </div>
 <div class="sect2">
 <h3 id="_2_declare_external_dependencies">2. Declare External Dependencies</h3>
@@ -322,6 +331,14 @@ table.CodeRay td.code>pre{padding:0}
 <span class="tag">&lt;/dependency&gt;</span></code></pre>
 </div>
 </div>
+<div class="paragraph">
+<p>Or if you&#8217;re using Gradle, add these dependencies to your 
<code>build.gradle</code>:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code>     compile 
'org.quartz-scheduler:quartz'</code></pre>
+</div>
+</div>
 </div>
 <div class="sect2">
 <h3 id="_3_declare_container_control_dependency">3. Declare Container Control 
dependency</h3>
@@ -345,6 +362,17 @@ table.CodeRay td.code>pre{padding:0}
 <span class="tag">&lt;/dependency&gt;</span></code></pre>
 </div>
 </div>
+<div class="paragraph">
+<p>Of ir you&#8217;re using Gradle:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code>dependencies {
+    runtime 'org.apache.deltaspike.cdictrl:deltaspike-cdictrl-weld'
+    compile 'org.apache.deltaspike.cdictrl:deltaspike-cdictrl-api'
+}</code></pre>
+</div>
+</div>
 </div>
 </div>
 </div>
@@ -551,7 +579,7 @@ Such an adapter just needs to implement
 <div class="sectionbody">
 <div class="paragraph">
 <p>It is possible to replace the default integration with Quartz. Any 
scheduler that supports cron-expressions for job-classes can be used.
-For more information, see <a 
href="https://deltaspike.apache.org/javadoc/1.5.4/org/apache/deltaspike/scheduler/spi/Scheduler.html";>Scheduler
 javadoc</a>.</p>
+For more information, see <a 
href="https://deltaspike.apache.org/javadoc/1.6.0/org/apache/deltaspike/scheduler/spi/Scheduler.html";>Scheduler
 javadoc</a>.</p>
 </div>
 </div>
 </div>
@@ -609,7 +637,7 @@ For more information, see <a href="https
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2015 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: deltaspike/site/trunk/content/staging/documentation/security.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/security.html?rev=1737933&r1=1737932&r2=1737933&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/security.html (original)
+++ deltaspike/site/trunk/content/staging/documentation/security.html Wed Apr  
6 08:03:20 2016
@@ -322,6 +322,15 @@ interceptors, the secured method and the
 <span class="tag">&lt;/dependency&gt;</span></code></pre>
 </div>
 </div>
+<div class="paragraph">
+<p>Or if you&#8217;re using Gradle, add these dependencies to your 
<code>build.gradle</code>:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code>     runtime 
'org.apache.deltaspike.modules:deltaspike-security-module-impl'
+     compile 
'org.apache.deltaspike.modules:deltaspike-security-module-api'</code></pre>
+</div>
+</div>
 </div>
 <div class="sect2">
 <h3 id="_2_enable_the_securityinterceptor">2. Enable the 
SecurityInterceptor</h3>
@@ -808,7 +817,7 @@ available after user logs in.</p>
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2015 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: deltaspike/site/trunk/content/staging/documentation/servlet.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/servlet.html?rev=1737933&r1=1737932&r2=1737933&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/servlet.html (original)
+++ deltaspike/site/trunk/content/staging/documentation/servlet.html Wed Apr  6 
08:03:20 2016
@@ -307,6 +307,15 @@ table.CodeRay td.code>pre{padding:0}
 <span class="tag">&lt;/dependency&gt;</span></code></pre>
 </div>
 </div>
+<div class="paragraph">
+<p>Or if you&#8217;re using Gradle, add these dependencies to your 
<code>build.gradle</code>:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code>     runtime 
'org.apache.deltaspike.modules:deltaspike-servlet-module-impl'
+     compile 
'org.apache.deltaspike.modules:deltaspike-servlet-module-api'</code></pre>
+</div>
+</div>
 </div>
 <div class="sect2">
 <h3 id="_2_configure_listeners_and_filters">2. Configure Listeners and 
Filters</h3>
@@ -691,7 +700,7 @@ your <code>web.xml</code> to disable the
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2015 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: deltaspike/site/trunk/content/staging/documentation/snapshots.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/snapshots.html?rev=1737933&r1=1737932&r2=1737933&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/snapshots.html 
(original)
+++ deltaspike/site/trunk/content/staging/documentation/snapshots.html Wed Apr  
6 08:03:20 2016
@@ -343,7 +343,7 @@ Snapshots provide previews of DeltaSpike
 <div class="listingblock">
 <div class="content">
 <pre class="CodeRay highlight"><code data-lang="xml"><span 
class="tag">&lt;properties&gt;</span>
-    <span class="tag">&lt;deltaspike.version&gt;</span>1.6.0-SNAPSHOT<span 
class="tag">&lt;/deltaspike.version&gt;</span>
+    <span class="tag">&lt;deltaspike.version&gt;</span>1.6.1-SNAPSHOT<span 
class="tag">&lt;/deltaspike.version&gt;</span>
 <span class="tag">&lt;/properties&gt;</span></code></pre>
 </div>
 </div>
@@ -384,7 +384,7 @@ Snapshots provide previews of DeltaSpike
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2015 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: deltaspike/site/trunk/content/staging/documentation/spi.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/spi.html?rev=1737933&r1=1737932&r2=1737933&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/spi.html (original)
+++ deltaspike/site/trunk/content/staging/documentation/spi.html Wed Apr  6 
08:03:20 2016
@@ -443,7 +443,7 @@ a too strict interpretation or a broken
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2015 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: deltaspike/site/trunk/content/staging/documentation/test-control.html
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/test-control.html?rev=1737933&r1=1737932&r2=1737933&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/test-control.html 
(original)
+++ deltaspike/site/trunk/content/staging/documentation/test-control.html Wed 
Apr  6 08:03:20 2016
@@ -307,6 +307,15 @@ table.CodeRay td.code>pre{padding:0}
 <span class="tag">&lt;/dependency&gt;</span></code></pre>
 </div>
 </div>
+<div class="paragraph">
+<p>Or if you&#8217;re using Gradle, add these dependencies to your 
<code>build.gradle</code>:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code>     testCompile 
'org.apache.deltaspike.modules:deltaspike-test-control-module-impl'
+     testRuntime 
'org.apache.deltaspike.modules:deltaspike-test-control-module-api'</code></pre>
+</div>
+</div>
 </div>
 <div class="sect2">
 <h3 id="_2_declare_cdi_implementation_specific_dependencies">2. Declare 
CDI-implementation-specific dependencies</h3>
@@ -1053,7 +1062,7 @@ Currently DeltaSpike provides:</p>
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2015 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>


Reply via email to