Repository: deltaspike Updated Branches: refs/heads/master 8bc93d7c2 -> 4d9594a06
DELTASPIKE-1186 New release announcement template. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/4d9594a0 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/4d9594a0 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/4d9594a0 Branch: refs/heads/master Commit: 4d9594a0689ceae8ef93275a6c9678ff2ebbd771 Parents: 8bc93d7 Author: John D. Ament <[email protected]> Authored: Wed Jul 20 22:00:50 2016 -0400 Committer: John D. Ament <[email protected]> Committed: Wed Jul 20 22:00:50 2016 -0400 ---------------------------------------------------------------------- site/src/main/asciidoc/steps_for_a_release.adoc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/4d9594a0/site/src/main/asciidoc/steps_for_a_release.adoc ---------------------------------------------------------------------- diff --git a/site/src/main/asciidoc/steps_for_a_release.adoc b/site/src/main/asciidoc/steps_for_a_release.adoc index 577f5aa..8653283 100644 --- a/site/src/main/asciidoc/steps_for_a_release.adoc +++ b/site/src/main/asciidoc/steps_for_a_release.adoc @@ -208,7 +208,19 @@ deploy the site The Apache DeltaSpike team is pleased to announce the 6th release of DeltaSpike. -Apache DeltaSpike is not a CDI-container, but a portable CDI extension. +Apache DeltaSpike is a suite of portable CDI (Contexts & Dependency Injection) extensions intended to make application development easier when working with CDI and Java EE. Some of its key features include: + +- A core runtime that supports component configuration, type safe messaging and internationalization, and exception handling. +- A suite of utilities to make programmatic bean lookup easier. +- A plugin for Java SE to bootstrap both JBoss Weld and Apache OpenWebBeans outside of a container. +- JSF integration, including backporting of JSF 2.2 features for Java EE 6. +- JPA integration and transaction support. +- A Data module, to create an easy to use repository pattern on top of JPA. +- Quartz integration + +Testing support is also provided, to allow you to do low level unit testing of your CDI enabled projects. + +More can be found on our website - https://deltaspike.apache.org Documentation: http://deltaspike.apache.org/documentation/
