This is an automated email from the ASF dual-hosted git repository. asalamon74 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/oozie.git
The following commit(s) were added to refs/heads/master by this push: new 310c588 OOZIE-3538 Invalid <perCoreThreadCount> value is pom.xml (nobigo via asalamon74) 310c588 is described below commit 310c588ebb1f5c3c258d60ee9f74b5ac6ec1bd2a Author: Andras Salamon <asalamo...@apache.org> AuthorDate: Thu Dec 5 13:21:53 2019 +0100 OOZIE-3538 Invalid <perCoreThreadCount> value is pom.xml (nobigo via asalamon74) --- pom.xml | 2 +- release-log.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 64a53cd..3a9a5c9 100644 --- a/pom.xml +++ b/pom.xml @@ -2057,7 +2057,7 @@ <!-- DO NOT CHANGE THIS VALUES, TESTCASES CANNOT RUN IN PARALLEL --> <parallel>classes</parallel> <threadCount>1</threadCount> - <perCoreThreadCount>1</perCoreThreadCount> + <perCoreThreadCount>true</perCoreThreadCount> <classpathDependencyExcludes> <classpathDependencyExclude>javax.servlet:servlet-api</classpathDependencyExclude> </classpathDependencyExcludes> diff --git a/release-log.txt b/release-log.txt index c89f79a..10c7a72 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 5.3.0 release (trunk - unreleased) +OOZIE-3538 Invalid <perCoreThreadCount> value is pom.xml (nobigo via asalamon74) OOZIE-3549 Add back support for truststore passwords (matijhs via asalamon74) OOZIE-3561 Forkjoin validation is slow when there are many actions in chain (dionusos, pbacsko via asalamon74) OOZIE-3491 Confusing System ID error message (matijhs via asalamon74)