From 9ffaefd8830d0fd0157c27346df11a39e9735935 Mon Sep 17 00:00:00 2001 From: Hiromu Hota Date: Fri, 14 Jul 2017 16:45:26 -0700 Subject: [PATCH] Update README, CHANGELOG, Slash, build.properties for 0.7.1.11 --- CHANGELOG.md | 15 +++++++++++++++ README.md | 3 ++- assembly/build.properties | 2 +- core/build.properties | 2 +- ui/build.properties | 4 ++-- ui/src/org/pentaho/di/ui/core/dialog/Splash.java | 2 +- 6 files changed, 22 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64de1cea1ada..a1595750e208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 0.7.1.11 - 2017-07-14 + +### Changed +- More multi-user friendly by assigning `.kettle` and `.pentaho/metastore` to each user +- VfsFileChooserDialog for FileDialog +- Move OSGi HTTP service to /osgi (to align with Pentaho Server) +- Move ui/* from WEB-INF/classes/ui/ to the inside of kettle-ui-swt-XXX.jar +- Create webSpoon\_OSS\_Licenses.html for webSpoon-specific OSS +- ShowExitWarning=Y by default and respect the property +- Disable the capability manager and kettle.properties editor when used by multi-user + +### Fixed +- Metrics tabs in Test Data Service dialog +- PDI-14492: Copy Table Wizard_UI Issue + ## 0.7.1.10 - 2017-06-14 ### Changed diff --git a/README.md b/README.md index 63a2d720a19f..6cd1b5c0464a 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ If not defined, the following folders are used: Some of the plugins are not compatible with webSpoon. Please replace jar files with patched ones and delete the Karaf cache directory if necessary. -The patched jar files are [pdi-platform-utils-plugin](https://github.com/HiromuHota/pdi-platform-utils-plugin/releases), [big-data-plugin](https://github.com/HiromuHota/big-data-plugin/releases), [repositories-plugin](https://github.com/HiromuHota/pentaho-kettle/releases), and [pdi-engine-configuration](https://github.com/HiromuHota/pentaho-kettle/releases). +The patched jar files are [pdi-platform-utils-plugin](https://github.com/HiromuHota/pdi-platform-utils-plugin/releases), [big-data-plugin](https://github.com/HiromuHota/big-data-plugin/releases), [repositories-plugin](https://github.com/HiromuHota/pentaho-kettle/releases), [pdi-engine-configuration](https://github.com/HiromuHota/pentaho-kettle/releases), and [pdi-dataservice-server-plugin](https://github.com/HiromuHota/pdi-dataservice-server-plugin/releases). ``` $ cp ${path_to_lib}/pdi-platform-utils-plugin-7.1.0.0-12.jar plugins/platform-utils-plugin/ @@ -161,6 +161,7 @@ $ cp ${path_to_lib}/pentaho-big-data-legacy-7.1.0.0-12.jar plugins/pentaho-big-d $ cp ${path_to_lib}/pentaho-big-data-kettle-plugins-common-ui-7.1.0.0-12.jar system/karaf/system/pentaho/pentaho-big-data-kettle-plugins-common-ui/7.1.0.0-12/ $ cp ${path_to_lib}/repositories-plugin-core-7.1.0.0-12.jar system/karaf/system/org/pentaho/repositories-plugin-core/7.1.0.0-12/ $ cp ${path_to_lib}/pdi-engine-configuration-ui-7.1.0.0-12.jar system/karaf/system/org/pentaho/pdi-engine-configuration-ui/7.1.0.0-12/ +$ cp ${path_to_lib}/pdi-dataservice-server-plugin-7.1.0.0-12.jar system/karaf/system/pentaho/pdi-dataservice-server-plugin/7.1.0.0-12/ $ rm -rf system/karaf/caches/webspoonservletcontextlistener ``` diff --git a/assembly/build.properties b/assembly/build.properties index 08c42dd7c8fd..a2eba76c0bc9 100644 --- a/assembly/build.properties +++ b/assembly/build.properties @@ -39,7 +39,7 @@ dependency.pdi-osgi-bridge.revision=7.1.0.0-12 pentaho-eula-wrap-config.version=7.1.0.0-12 dependency.mondrian.revision=3.14.0.0-12 dependency.kettle.revision=7.1.0.0-12 -dependency.webspoon.revision=7.1.0.0-12-10 +dependency.webspoon.revision=7.1.0.0-12-11 dependency.documentation.revision=6.0.0.0 dependency.spring.framework.revision=3.2.14.RELEASE dependency.spring.framework.revision=4.3.2.RELEASE diff --git a/core/build.properties b/core/build.properties index 1c59d97d5436..2239a9500b6e 100644 --- a/core/build.properties +++ b/core/build.properties @@ -1,4 +1,4 @@ -project.revision=7.1.0.0-12-10 +project.revision=7.1.0.0-12-11 ivy.artifact.group=pentaho-kettle ivy.artifact.id=kettle-core impl.vendor=Pentaho Corporation diff --git a/ui/build.properties b/ui/build.properties index dba20d7e8a7a..5b4086aa7a59 100644 --- a/ui/build.properties +++ b/ui/build.properties @@ -1,4 +1,4 @@ -project.revision=7.1.0.0-12-10 +project.revision=7.1.0.0-12-11 ivy.artifact.group=pentaho-kettle ivy.artifact.id=kettle-ui-swt impl.vendor=Pentaho Corporation @@ -7,7 +7,7 @@ impl.productID=kettle-ui-swt ui=../assembly/package-res/ui dependency.kettle.revision=7.1.0.0-12 -dependency.webspoon.revision=7.1.0.0-12-10 +dependency.webspoon.revision=7.1.0.0-12-11 dependency.pentaho-xul.revision=7.1.0.0-12 dependency.pentaho-vfs-browser.revision=7.1.0.0-12 dependency.pentaho-reporting-core.revision=7.1.0.0-12 diff --git a/ui/src/org/pentaho/di/ui/core/dialog/Splash.java b/ui/src/org/pentaho/di/ui/core/dialog/Splash.java index 50ca4d49ba04..5a1a48a1c3d8 100644 --- a/ui/src/org/pentaho/di/ui/core/dialog/Splash.java +++ b/ui/src/org/pentaho/di/ui/core/dialog/Splash.java @@ -145,7 +145,7 @@ public void paintControl( PaintEvent e ) { } else { fullVersionText = fullVersionText + " " + buildVersion; } - fullVersionText += ", webSpoon (0.7.1.10)"; + fullVersionText += ", webSpoon (0.7.1.11)"; e.gc.setFont( verFont ); e.gc.setForeground( display.getSystemColor( SWT.COLOR_WHITE ) ); e.gc.drawText( fullVersionText, 290, 205, true );