Repository: oozie Updated Branches: refs/heads/master bf5bd91b7 -> d90670c13
OOZIE-3258 Surefire should not trim stack traces (pbacsko) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/d90670c1 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/d90670c1 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/d90670c1 Branch: refs/heads/master Commit: d90670c13346f4c5539e46131fd30ca04bc3bed5 Parents: bf5bd91 Author: Peter Bacsko <pbac...@cloudera.com> Authored: Mon May 28 13:59:20 2018 +0200 Committer: Peter Bacsko <pbac...@cloudera.com> Committed: Mon May 28 13:59:20 2018 +0200 ---------------------------------------------------------------------- pom.xml | 1 + release-log.txt | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/d90670c1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0208047..6f35868 100644 --- a/pom.xml +++ b/pom.xml @@ -1906,6 +1906,7 @@ <classpathDependencyExcludes> <classpathDependencyExclude>javax.servlet:servlet-api</classpathDependencyExclude> </classpathDependencyExcludes> + <trimStackTrace>false</trimStackTrace> </configuration> </plugin> <plugin> http://git-wip-us.apache.org/repos/asf/oozie/blob/d90670c1/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 211eb2f..dd52d60 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 5.1.0 release (trunk - unreleased) +OOZIE-3258 Surefire should not trim stack traces (pbacsko) OOZIE-3228 amend [Spark action] Can't load properties from spark-defaults.conf (andras.piros) OOZIE-3257 TestHiveActionExecutor#testHiveAction still fails (pbacsko via andras.piros) OOZIE-2352 Unportable shebang in shell scripts (dbist13 via andras.piros)