You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by gp...@apache.org on 2015/10/24 14:22:48 UTC

[2/2] deltaspike git commit: DELTASPIKE-1000 release notes for v1.5.1

DELTASPIKE-1000 release notes for v1.5.1


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

Branch: refs/heads/master
Commit: 06110d8a5eea49509bb7c665a3b55ccfd61217a6
Parents: 4d44ee1
Author: gpetracek <gp...@apache.org>
Authored: Sat Oct 24 14:17:09 2015 +0200
Committer: gpetracek <gp...@apache.org>
Committed: Sat Oct 24 14:17:09 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/06110d8a/deltaspike/readme/ReleaseNotes-1.5.1.txt
----------------------------------------------------------------------
diff --git a/deltaspike/readme/ReleaseNotes-1.5.1.txt b/deltaspike/readme/ReleaseNotes-1.5.1.txt
new file mode 100644
index 0000000..2ef8ee9
--- /dev/null
+++ b/deltaspike/readme/ReleaseNotes-1.5.1.txt
@@ -0,0 +1,39 @@
+Release Notes - Apache DeltaSpike - Version 1.5.1
+
+Bug
+
+    [DELTASPIKE-984] - DynamicMBeanWrapper throws misleading MBeanException saying that the required action does not exist when MBean method (deliberately) throws an exception
+    [DELTASPIKE-985] - It's not possible to run tests against latest WildFly
+    [DELTASPIKE-990] - BeanBuilder#readFromType drops java.lang.Object as type
+    [DELTASPIKE-993] - Disabled initialRedirect is generating dswid=null
+    [DELTASPIKE-994] - MessageBundleExtension: NPE on Shutdown
+    [DELTASPIKE-997] - org.apache.deltaspike.data.impl.meta.unit.PersistenceUnitsTest fails on weblogic
+    [DELTASPIKE-999] - several tests failing on weblogic due to missing org.quartz.utils package
+    [DELTASPIKE-1002] - NPE when job startScopes is set to empty
+
+Improvement
+
+    [DELTASPIKE-986] - support for atomikos
+    [DELTASPIKE-987] - check for @Version
+    [DELTASPIKE-991] - javax.interceptor.Interceptor.Priority.PLATFORM_BEFORE is used per default
+    [DELTASPIKE-992] - optional support for bv 1.1
+    [DELTASPIKE-1001] - Skip caching ClassDeactivation for some project stages
+    [DELTASPIKE-1004] - unified base-implementation for InvocationContext
+    [DELTASPIKE-1008] - Introduce @MBean.type() to customize type in JMX bean objectName
+
+New Feature
+
+    [DELTASPIKE-955] - Built in class deactivator
+    [DELTASPIKE-1003] - support @Produces in partial-beans
+    [DELTASPIKE-1005] - @Transactional and @TransactionScoped support for @Repository
+
+Task
+
+    [DELTASPIKE-952] - Document Proxy Module
+    [DELTASPIKE-956] - Clearly document transaction integration patterns for repository classes
+    [DELTASPIKE-979] - Document new ClientWindowConfig modes
+    [DELTASPIKE-981] - update site and javadoc to 1.5.0
+    [DELTASPIKE-983] - Investigate issue with DeltaSpike Validation Module
+    [DELTASPIKE-995] - Define a weblogic managed profile for arquillian tests
+    [DELTASPIKE-998] - many deltaspike/modules/data/impl tests fail on weblogic.
+    [DELTASPIKE-1000] - prepare v1.5.1
\ No newline at end of file