You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2013/09/10 09:09:01 UTC

git commit: adding release notes draft for upcoming deltaspike-0.5 release

Updated Branches:
  refs/heads/master 61b2e291d -> f3554235b


adding release notes draft for upcoming deltaspike-0.5 release


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

Branch: refs/heads/master
Commit: f3554235b3abb5b5820b57f932398af5a8846b32
Parents: 61b2e29
Author: Mark Struberg <st...@apache.org>
Authored: Tue Sep 10 09:07:59 2013 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Tue Sep 10 09:08:28 2013 +0200

----------------------------------------------------------------------
 deltaspike/readme/ReleaseNotes-0.5.txt | 30 +++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/f3554235/deltaspike/readme/ReleaseNotes-0.5.txt
----------------------------------------------------------------------
diff --git a/deltaspike/readme/ReleaseNotes-0.5.txt b/deltaspike/readme/ReleaseNotes-0.5.txt
new file mode 100644
index 0000000..ea68219
--- /dev/null
+++ b/deltaspike/readme/ReleaseNotes-0.5.txt
@@ -0,0 +1,30 @@
+Apache DeltaSpike-0.5 Release Notes
+
+
+The following modules and big features got added in the DeltaSpike-0.5 release:
+
+* DeltaSpike-Data
+
+The DeltaSpike Data module enhances JPA experience with declarative
+queries, reducing boilerplate to a minimum. DeltaSpike Data repositories
+can derive queries by simple method names, or by method annotations
+defining JPQL, named queries or even plain SQL - beside result pagination
+and sorting. The module also features auditing of entities and a simplified
+alternative to the Criteria API.
+
+
+* DeltaSpike-Servlet
+
+The DeltaSpike Servlet module provides integration with the Java Servlet
+API. It adds support for injection of common servlet objects
+and propagates servlet events to the CDI event bus.
+
+
+* DeltaSpike-BeanValidation
+
+The main feature of the Bean Validation module is to provide
+CDI integration in to ConstraintValidators. This allows you to
+inject CDI objects, EJBs etc in to your validators.
+
+
+