Repository: oozie Updated Branches: refs/heads/master 34fb27a61 -> f8cbce617
OOZIE-3224 Upgrade Jetty to 9.3 (kmarton via andras.piros) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/f8cbce61 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/f8cbce61 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/f8cbce61 Branch: refs/heads/master Commit: f8cbce617c51ff2a05918af6d5ac5ab06701e3f4 Parents: 34fb27a Author: Andras Piros <[email protected]> Authored: Thu Jun 14 14:52:14 2018 +0200 Committer: Andras Piros <[email protected]> Committed: Thu Jun 14 14:52:14 2018 +0200 ---------------------------------------------------------------------- docs/src/site/twiki/DG_QuickStart.twiki | 2 +- docs/src/site/twiki/ENG_Building.twiki | 2 +- pom.xml | 2 +- release-log.txt | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/f8cbce61/docs/src/site/twiki/DG_QuickStart.twiki ---------------------------------------------------------------------- diff --git a/docs/src/site/twiki/DG_QuickStart.twiki b/docs/src/site/twiki/DG_QuickStart.twiki index 65c59a4..d6a0069 100644 --- a/docs/src/site/twiki/DG_QuickStart.twiki +++ b/docs/src/site/twiki/DG_QuickStart.twiki @@ -48,7 +48,7 @@ available to customise the versions of the dependencies: -Dpig.classifier=<classifier> - default h2 -Dsqoop.version=<version> - default 1.4.3 -Dsqoop.classifier=<classifier> - default hadoop100 --Djetty.version=<version> - default 9.2.19.v20160908 +-Djetty.version=<version> - default 9.3.20.v20170531 -Dopenjpa.version=<version> - default 2.2.2 -Dxerces.version=<version> - default 2.10.0 -Dcurator.version=<version> - default 2.5.0 http://git-wip-us.apache.org/repos/asf/oozie/blob/f8cbce61/docs/src/site/twiki/ENG_Building.twiki ---------------------------------------------------------------------- diff --git a/docs/src/site/twiki/ENG_Building.twiki b/docs/src/site/twiki/ENG_Building.twiki index 1f32de1..5466e15 100644 --- a/docs/src/site/twiki/ENG_Building.twiki +++ b/docs/src/site/twiki/ENG_Building.twiki @@ -218,7 +218,7 @@ as the execution engine for those applications. -Dpig.classifier=<classifier> - default h2 -Dsqoop.version=<version> - default 1.4.3 -Dsqoop.classifier=<classifier> - default hadoop100 --jetty.version=<version> - default 9.2.19.v20160908 +-jetty.version=<version> - default 9.3.20.v20170531 -Dopenjpa.version=<version> - default 2.2.2 -Dxerces.version=<version> - default 2.10.0 -Dcurator.version=<version> - default 2.5.0 http://git-wip-us.apache.org/repos/asf/oozie/blob/f8cbce61/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3e90531..8c34cf4 100644 --- a/pom.xml +++ b/pom.xml @@ -104,7 +104,7 @@ <sqoop.classifier>hadoop200</sqoop.classifier> <tez.version>0.8.4</tez.version> - <jetty.version>9.2.19.v20160908</jetty.version> + <jetty.version>9.3.20.v20170531</jetty.version> <jline.version>0.9.94</jline.version> <openjpa.version>2.4.2</openjpa.version> http://git-wip-us.apache.org/repos/asf/oozie/blob/f8cbce61/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 4b20f3b..c53d4d1 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 5.1.0 release (trunk - unreleased) +OOZIE-3224 Upgrade Jetty to 9.3 (kmarton via andras.piros) OOZIE-3284 Upgrade maven-javadoc-plugin to 3.0.1 (kmarton via pbacsko, andras.piros) OOZIE-3278 Oozie fails to start with Hadoop 2.6.0 (kmarton via andras.piros) OOZIE-3260 [sla] Remove stale item above max retries on JPA related errors from in-memory SLA map (andras.piros)
