Repository: deltaspike Updated Branches: refs/heads/master 7a1941913 -> df77dfb33
DELTASPIKE-791 release notes for v1.2.0 Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/df77dfb3 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/df77dfb3 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/df77dfb3 Branch: refs/heads/master Commit: df77dfb33744a4b82de46a37a9b75b5a202eff44 Parents: 7a19419 Author: gpetracek <[email protected]> Authored: Sun Nov 30 15:12:39 2014 +0100 Committer: gpetracek <[email protected]> Committed: Sun Nov 30 15:34:34 2014 +0100 ---------------------------------------------------------------------- deltaspike/readme/ReleaseNotes-1.2.0.txt | 35 +++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/df77dfb3/deltaspike/readme/ReleaseNotes-1.2.0.txt ---------------------------------------------------------------------- diff --git a/deltaspike/readme/ReleaseNotes-1.2.0.txt b/deltaspike/readme/ReleaseNotes-1.2.0.txt new file mode 100644 index 0000000..a013e07 --- /dev/null +++ b/deltaspike/readme/ReleaseNotes-1.2.0.txt @@ -0,0 +1,35 @@ +Release Notes - Apache DeltaSpike - Version 1.2.0 + +Bug + + [DELTASPIKE-745] - cdictr-weld ContextControl.startContext doesn't properly start RequestScoped context + [DELTASPIKE-749] - Doc: Security: Making intitially requested and secured page available for redirect after login + [DELTASPIKE-750] - No error message if the filename provided PropertyFileConfig implementation isn't found. + [DELTASPIKE-771] - BeanManagerProvider#getBeanManagerInfo(ClassLoader) wipes out info for parent CL + [DELTASPIKE-781] - AnnotatedTypeImpl doesn't work for Annotation AnnotatedType + [DELTASPIKE-782] - BeanManager lookup fails when BeanManager created in parent classloader and in SE mode + +Improvement + + [DELTASPIKE-770] - Overload BeanProvider#getContextualReference with (BeanManager, String, boolean. Class) variant + [DELTASPIKE-773] - improved testability of @WindowScoped beans + [DELTASPIKE-780] - support more advanced cases by extending existing transaction-strategies + [DELTASPIKE-785] - Make CdiTestRunner pick up container configuration from properties file + [DELTASPIKE-789] - ClientWindowConfig should extend Serializable + [DELTASPIKE-790] - cache result for JsfModuleConfig#isDelegatedWindowHandlingEnabled + +New Feature + + [DELTASPIKE-769] - add @Priority dyn. to deltaspike interceptors to avoid the manual config + [DELTASPIKE-772] - use CDI#current if supported + [DELTASPIKE-774] - map javax.faces.bean.ViewScoped to javax.faces.view.ViewScoped + [DELTASPIKE-776] - check correct module usage + +Task + + [DELTASPIKE-649] - re-visit wls profile + [DELTASPIKE-767] - Review javadoc in core/api + [DELTASPIKE-777] - Create and publish Javadocs section + [DELTASPIKE-778] - add duke's choice award badge to the site + [DELTASPIKE-786] - migrate documentation about release preparation to asciidoc + [DELTASPIKE-791] - release notes for v1.2.0
