Repository: deltaspike Updated Branches: refs/heads/master 4b564cc24 -> 819b15bbc
DELTASPIKE-730 release notes for v1.0.3 Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/819b15bb Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/819b15bb Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/819b15bb Branch: refs/heads/master Commit: 819b15bbca367cc589ba680b492d016ea6a201d1 Parents: 4b564cc Author: gpetracek <[email protected]> Authored: Sun Sep 21 18:31:59 2014 +0200 Committer: gpetracek <[email protected]> Committed: Sun Sep 21 18:33:22 2014 +0200 ---------------------------------------------------------------------- deltaspike/readme/ReleaseNotes-1.0.3.txt | 33 +++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/819b15bb/deltaspike/readme/ReleaseNotes-1.0.3.txt ---------------------------------------------------------------------- diff --git a/deltaspike/readme/ReleaseNotes-1.0.3.txt b/deltaspike/readme/ReleaseNotes-1.0.3.txt new file mode 100644 index 0000000..de5253d --- /dev/null +++ b/deltaspike/readme/ReleaseNotes-1.0.3.txt @@ -0,0 +1,33 @@ +Release Notes - Apache DeltaSpike - Version 1.0.3 + +Bug + + [DELTASPIKE-696] - Remove unneeded dependencies on CDICtrl Servlet + [DELTASPIKE-706] - Multiple CDI API versions on classpath in JSF module tests (Weld) + [DELTASPIKE-710] - Error using clientWindow and (p|f):ajax + [DELTASPIKE-717] - Exception handlers not invoked when @Secured ViewConfig is violated in an app with JSF module without a DefaultErrorView page + [DELTASPIKE-719] - Only one voter invoked if multiple voters are applied through a stereotype + [DELTASPIKE-723] - Exception bypassing on JSF conversion errors + [DELTASPIKE-726] - Lazy window handling doesn't recognize new windows anymore + [DELTASPIKE-729] - f:viewAction is executed twice with LAZY window handling mode + +Improvement + + [DELTASPIKE-692] - workaround for tests which don't use optional classes + [DELTASPIKE-699] - Signature relaxing of attribute method() in CriteriaSupport + [DELTASPIKE-708] - Veto the AbstractEntityRepository class + [DELTASPIKE-712] - BeanManagerProvider : Wrap usage in parent class loaders + +New Feature + + [DELTASPIKE-702] - Add support to GreaterThan and LessThan in criteria to dates + +Task + + [DELTASPIKE-640] - Document Scopes in Core module + [DELTASPIKE-677] - document ds-security in combination with picketlink + [DELTASPIKE-697] - Set the baseDir to reside in the target directory for tomcat tests. + [DELTASPIKE-698] - re-visit glassfish4 profile + [DELTASPIKE-711] - Create placeholder documentation directory + [DELTASPIKE-716] - Migrate documentation format to asciidoc at git repo + [DELTASPIKE-730] - release notes for v1.0.3 \ No newline at end of file
