You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ta...@apache.org on 2015/05/29 23:53:56 UTC

deltaspike git commit: DELTASPIKE-420 @Transactional repositories are supported

Repository: deltaspike
Updated Branches:
  refs/heads/master e5b436922 -> f32841270


DELTASPIKE-420 @Transactional repositories are supported

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

Branch: refs/heads/master
Commit: f32841270ca09ba17dbcc16bb0bb6c2a6c52c39c
Parents: e5b4369
Author: Thomas Andraschko <ta...@apache.org>
Authored: Fri May 29 23:53:42 2015 +0200
Committer: Thomas Andraschko <ta...@apache.org>
Committed: Fri May 29 23:53:42 2015 +0200

----------------------------------------------------------------------
 documentation/src/main/asciidoc/data.adoc | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/f3284127/documentation/src/main/asciidoc/data.adoc
----------------------------------------------------------------------
diff --git a/documentation/src/main/asciidoc/data.adoc b/documentation/src/main/asciidoc/data.adoc
index e0f3ec4..fefbb3c 100644
--- a/documentation/src/main/asciidoc/data.adoc
+++ b/documentation/src/main/asciidoc/data.adoc
@@ -757,9 +757,6 @@ JTA has still some portability issues even in Java EE 7, it might be
 required that you implement your own `TransactionStrategy`. We will
 think about providing an acceptable solution for this.
 
-IMPORTANT: Annotating Repository methods with `@Transactional` is not yet
-supported, but will follow.
-
 
 If you need to open a transaction on a concrete repository method, we
 currently recommend creating an extension (see next chapter) which uses