Skip to content

Commit

Permalink
Update README, CHANGELOG, Slash, build.properties for 0.7.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiromu Hota committed Aug 16, 2017
1 parent e817b8e commit 103dd6b
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 0.7.1.12 - 2017-08-16

### Added
- Add some more Selenium UI tests to detect regressions caused by version upgrade

### Changed
- Eable open/save menus even when not connected to a repository
- Firewall / port forward for the OSGI Service (e.g., 9051) is no longer required

### Fixed
- Restored the Repository dialog that was missing when deployed to a url other than localhost
- Upgrade xalan from 2.6.0 to 2.7.2 to resolve the issue that Karaf not starting up when webSpoon deployed in a Docker container

## 0.7.1.11 - 2017-07-14

### Changed
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $ docker run -e JAVA_OPTS="-Xms1024m -Xmx2048m" -d -p 8080:8080 hiromuhota/websp
The following command gives you webSpoon with all the plugins included in the CE distribution:

```
$ docker run -e JAVA_OPTS="-Xms1024m -Xmx2048m" -d -p 8080:8080 -p 9051:9051 hiromuhota/webspoon:latest-full
$ docker run -e JAVA_OPTS="-Xms1024m -Xmx2048m" -d -p 8080:8080 hiromuhota/webspoon:latest-full
```

In either way, access `http://address:8080/spoon/spoon` with a browser.
Expand Down Expand Up @@ -126,6 +126,7 @@ The details are described [here](http://wiki.pentaho.com/display/EAI/.01+Introdu

- Firewall / port forward

<del>
Please make sure that a client can access the OSGI Service Port of the server (e.g., 9051).
It is known that the marketplace does not work properly when the port is not accessible.
The port seems to be automatically assigned and sometimes changes, so it is needed to check which port is actually used.
Expand All @@ -139,6 +140,10 @@ The port information like below can be found in the Tomcat log: `tomcat/logs/cat
*** OSGI Service Port:9051 ***
*******************************************************************************
```
</del>

Up to 0.7.1.11, the firewall / port forward for the OSGI Service (e.g., 9051) was required for the repository dialog (since 0.7.0.8) and the marketplace.
For 0.7.1.12+, the firewall / port forward is no longer required (related to #72 and #74).

## Plugins

Expand All @@ -153,7 +158,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), [pdi-engine-configuration](https://github.com/HiromuHota/pentaho-kettle/releases), and [pdi-dataservice-server-plugin](https://github.com/HiromuHota/pdi-dataservice-server-plugin/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), [pdi-dataservice-server-plugin](https://github.com/HiromuHota/pdi-dataservice-server-plugin/releases), and [marketplace-di](https://github.com/HiromuHota/marketplace/releases).

```
$ cp ${path_to_lib}/pdi-platform-utils-plugin-7.1.0.0-12.jar plugins/platform-utils-plugin/
Expand All @@ -162,6 +167,7 @@ $ cp ${path_to_lib}/pentaho-big-data-kettle-plugins-common-ui-7.1.0.0-12.jar sys
$ 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/
$ cp ${path_to_lib}/pentaho-marketplace-di-7.1.0.0-12.jar system/karaf/system/org/pentaho/pentaho-marketplace-di/7.1.0.0-12/
$ rm -rf system/karaf/caches/webspoonservletcontextlistener
```

Expand Down
2 changes: 1 addition & 1 deletion assembly/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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-11
dependency.webspoon.revision=7.1.0.0-12-12
dependency.documentation.revision=6.0.0.0
dependency.spring.framework.revision=3.2.14.RELEASE
dependency.spring.framework.revision=4.3.2.RELEASE
Expand Down
2 changes: 1 addition & 1 deletion core/build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project.revision=7.1.0.0-12-11
project.revision=7.1.0.0-12-12
ivy.artifact.group=pentaho-kettle
ivy.artifact.id=kettle-core
impl.vendor=Pentaho Corporation
Expand Down
4 changes: 2 additions & 2 deletions ui/build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project.revision=7.1.0.0-12-11
project.revision=7.1.0.0-12-12
ivy.artifact.group=pentaho-kettle
ivy.artifact.id=kettle-ui-swt
impl.vendor=Pentaho Corporation
Expand All @@ -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-11
dependency.webspoon.revision=7.1.0.0-12-12
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
Expand Down
2 changes: 1 addition & 1 deletion ui/src/org/pentaho/di/ui/core/dialog/Splash.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void paintControl( PaintEvent e ) {
} else {
fullVersionText = fullVersionText + " " + buildVersion;
}
fullVersionText += ", webSpoon (0.7.1.11)";
fullVersionText += ", webSpoon (0.7.1.12)";
e.gc.setFont( verFont );
e.gc.setForeground( display.getSystemColor( SWT.COLOR_WHITE ) );
e.gc.drawText( fullVersionText, 290, 205, true );
Expand Down

0 comments on commit 103dd6b

Please sign in to comment.