Revert "updating release notes" This reverts commit 8749497e95b4c39c8be5c8a053b6f23c83c5f777.
Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/f0c4ec18 Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/f0c4ec18 Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/f0c4ec18 Branch: refs/heads/master Commit: f0c4ec1889307bc8fbde7e9ad23f2795d75d9639 Parents: a88055a Author: Alex O'Ree <[email protected]> Authored: Sat Feb 4 20:34:41 2017 -0500 Committer: Alex O'Ree <[email protected]> Committed: Sat Feb 4 20:34:41 2017 -0500 ---------------------------------------------------------------------- RELEASE_NOTES.html | 39 +++++++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/f0c4ec18/RELEASE_NOTES.html ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html index 7bdff77..0580b93 100644 --- a/RELEASE_NOTES.html +++ b/RELEASE_NOTES.html @@ -16,14 +16,45 @@ * --> - Release Notes - jUDDI - Version 3.3.4 + + Release Notes - jUDDI - Version 3.3.3 <h2> Bug </h2> <ul> -<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-967'>JUDDI-967</a>] - Suspicious incrementers in for loops +<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-945'>JUDDI-945</a>] - Validation error in the JUDDI web.xml (non-Tomcat containers) </li> -<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-968'>JUDDI-968</a>] - Update pom dependencies for vulnerable libraries +<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-946'>JUDDI-946</a>] - Incorrect annotation on JPA entity classes +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-951'>JUDDI-951</a>] - EntityManagerFactory not closed when undeploying juddi +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-953'>JUDDI-953</a>] - juddi-core and juddi-core-openjpa do not use the same JPA version +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-956'>JUDDI-956</a>] - Adding a tModel without category as Keyed Reference Groups to another tModel generates an exception. +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-958'>JUDDI-958</a>] - Running mvn clean install -Pdist fails (validation of apache licences by rat plugin fails) +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-959'>JUDDI-959</a>] - Running mvn clean install -Pdist fails with java 1.8 (javadocs generation problem) +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-965'>JUDDI-965</a>] - DispositionReportFaultMessage is hiding exception messages +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-966'>JUDDI-966</a>] - sources jars are no longer installed while building juddi +</li> +</ul> + +<h2> Improvement +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-947'>JUDDI-947</a>] - Avoid copying the source juddi-core in juddi-core-openjpa +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-952'>JUDDI-952</a>] - Add unit test code coverage reports +</li> +</ul> + +<h2> Task +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-944'>JUDDI-944</a>] - update the gitignore file </li> </ul> - + \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
