Repository: deltaspike
Updated Branches:
  refs/heads/master 2524776b9 -> c574593f0


DELTASPIKE-733 Fixed CSS for SSL, also minor other fixes to rendering.  Updated 
1.0.3 release notes page.


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

Branch: refs/heads/master
Commit: c574593f0a141493fbb1af2db0ecd76462fb8157
Parents: 2524776
Author: John D. Ament <johndam...@apache.org>
Authored: Sat Sep 27 18:47:12 2014 -0400
Committer: John D. Ament <johndam...@apache.org>
Committed: Sat Sep 27 18:47:12 2014 -0400

----------------------------------------------------------------------
 documentation/pom.xml                           |  3 +-
 .../asciidoc/releasenotes/deltaspike_1.0.3.adoc | 97 ++++++++++++++++++++
 .../src/main/template/document.html.erb         |  4 +-
 3 files changed, 101 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/c574593f/documentation/pom.xml
----------------------------------------------------------------------
diff --git a/documentation/pom.xml b/documentation/pom.xml
index 7c166d9..47353f0 100644
--- a/documentation/pom.xml
+++ b/documentation/pom.xml
@@ -25,7 +25,7 @@
                * the dependencyManagement and plugin configuration stuff. -->
        <groupId>org.apache.deltaspike</groupId>
        <artifactId>deltaspike-documentation</artifactId>
-       <version>1.0.3-SNAPSHOT</version>
+       <version>1.0.4-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <name>Apache DeltaSpike - Documentation</name>
@@ -69,6 +69,7 @@
                                        <backend>html</backend>
                                        
<templateDir>src/main/template</templateDir>
                                        <eruby>erb</eruby>
+                    <preserveDirectories>true</preserveDirectories>
                                        <attributes>
                                                <toc>true</toc>
                                        </attributes>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/c574593f/documentation/src/main/asciidoc/releasenotes/deltaspike_1.0.3.adoc
----------------------------------------------------------------------
diff --git a/documentation/src/main/asciidoc/releasenotes/deltaspike_1.0.3.adoc 
b/documentation/src/main/asciidoc/releasenotes/deltaspike_1.0.3.adoc
new file mode 100644
index 0000000..4d6b8b2
--- /dev/null
+++ b/documentation/src/main/asciidoc/releasenotes/deltaspike_1.0.3.adoc
@@ -0,0 +1,97 @@
+= DeltaSpike Release Notes v1.0.3
+
+:toc:
+
+== Announcement
+
+The DeltaSpike team is proud to announce the release of v1.0.3.  See 
http://apache-deltaspike-incubator-discussions.2316169.n4.nabble.com/ANNOUNCE-Release-of-Apache-DeltaSpike-1-0-3-td4659029.html[our
 release announcement email^] for additional information.
+
+Please read our <<index.adoc#_getting_started,setup guide>> to add DeltaSpike 
to your application.
+
+== Highlights
+
+=== Code Changes
+
+  - Multiple improvements and fixes to our JSF Support
+    - Fixes around client window handling with JSF Native & Primefaces AJAX
+    - Window ID handling now works properly with lazy configuration
+  - Exception handling has been improved; better cross module support, JSF 
integration for Exceptions is improved.
+  - CDI versions are no longer included directly in any profile, to help with 
running applications against CDI 1.1/1.2 runtimes
+  - `BeanManagerProvider` will automatically use a child's classloader for 
`BeanManager` detection in case none found for the parent.
+
+=== Documentation Changes
+
+Several important documentation changes went in as well
+
+  - Scope availability in the core module
+  - Documentation around Security and PicketLink
+  - The first steps to moving our documentation to asciidoc has been performed
+
+== Credits & Thanks
+
+  - Thanks to all those that contributed via 
https://www.openhub.net/p/DeltaSpike/contributors?query=&sort=latest_commit[OpenHub^]
+  - Thanks to those who reviewed and 
http://apache-deltaspike-incubator-discussions.2316169.n4.nabble.com/VOTE-Release-of-Apache-DeltaSpike-1-0-3-td4658987.html[voted^]
 on the release
+
+== Full Release Notes
+++++
+<h3>        Bug
+</h3>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/DELTASPIKE-696'>DELTASPIKE-696</a>] 
-         Remove unneeded dependencies on CDICtrl Servlet
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/DELTASPIKE-706'>DELTASPIKE-706</a>] 
-         Multiple CDI API versions on classpath in JSF module tests (Weld)
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/DELTASPIKE-710'>DELTASPIKE-710</a>] 
-         Error using clientWindow and (p|f):ajax
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/DELTASPIKE-717'>DELTASPIKE-717</a>] 
-         Exception handlers not invoked when @Secured ViewConfig is violated 
in an app with JSF module without a DefaultErrorView page
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/DELTASPIKE-719'>DELTASPIKE-719</a>] 
-         Only one voter invoked if multiple voters are applied through a 
stereotype
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/DELTASPIKE-723'>DELTASPIKE-723</a>] 
-         Exception bypassing on JSF conversion errors
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/DELTASPIKE-726'>DELTASPIKE-726</a>] 
-         Lazy window handling doesn&#39;t recognize new windows anymore
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/DELTASPIKE-729'>DELTASPIKE-729</a>] 
-         f:viewAction is executed twice with LAZY window handling mode
+</li>
+</ul>
+
+<h3>        Improvement
+</h3>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/DELTASPIKE-692'>DELTASPIKE-692</a>] 
-         workaround for tests which don&#39;t use optional classes
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/DELTASPIKE-699'>DELTASPIKE-699</a>] 
-         Signature relaxing of attribute method() in CriteriaSupport
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/DELTASPIKE-708'>DELTASPIKE-708</a>] 
-         Veto the AbstractEntityRepository class
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/DELTASPIKE-712'>DELTASPIKE-712</a>] 
-         BeanManagerProvider : Wrap usage in parent class loaders
+</li>
+</ul>
+
+<h3>        New Feature
+</h3>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/DELTASPIKE-702'>DELTASPIKE-702</a>] 
-         Add support to GreaterThan and LessThan in criteria to dates
+</li>
+</ul>
+
+<h3>        Task
+</h3>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/DELTASPIKE-640'>DELTASPIKE-640</a>] 
-         Document Scopes in Core module
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/DELTASPIKE-677'>DELTASPIKE-677</a>] 
-         document ds-security in combination with picketlink
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/DELTASPIKE-697'>DELTASPIKE-697</a>] 
-         Set the baseDir to reside in the target directory for tomcat tests.
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/DELTASPIKE-698'>DELTASPIKE-698</a>] 
-         re-visit glassfish4 profile
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/DELTASPIKE-711'>DELTASPIKE-711</a>] 
-         Create placeholder documentation directory
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/DELTASPIKE-716'>DELTASPIKE-716</a>] 
-         Migrate documentation format to asciidoc at git repo
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/DELTASPIKE-730'>DELTASPIKE-730</a>] 
-         release notes for v1.0.3
+</li>
+</ul>
+
+++++
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/c574593f/documentation/src/main/template/document.html.erb
----------------------------------------------------------------------
diff --git a/documentation/src/main/template/document.html.erb 
b/documentation/src/main/template/document.html.erb
index 5b7343e..92ef9ff 100644
--- a/documentation/src/main/template/document.html.erb
+++ b/documentation/src/main/template/document.html.erb
@@ -13,8 +13,8 @@
 
 <!-- Styles -->
 
-<link href="http://deltaspike.apache.org/resources/css/bootstrap.css"; 
rel="stylesheet">
-<link 
href="http://deltaspike.apache.org/resources/css/bootstrap-responsive.css"; 
rel="stylesheet">
+<link href="//deltaspike.apache.org/resources/css/bootstrap.css" 
rel="stylesheet">
+<link href="//deltaspike.apache.org/resources/css/bootstrap-responsive.css" 
rel="stylesheet">
 
 <style type="text/css">
 <%= ::Asciidoctor::Stylesheets.instance.coderay_stylesheet_data %>

Reply via email to