Skip to content

Commit af39329

Browse files
committed
Update README
1 parent 2c070b4 commit af39329

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

README.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,6 @@ With this feature, you can use Hazelcast as cache provider.
2020

2121
# Creating Development Environment
2222

23-
- Clone `bundle` branch of the modified version of Hazelcast library:
24-
25-
```
26-
git clone -b bundle https://github.com/emre-aydin/hazelcast.git
27-
```
28-
29-
- Install the modified version of Hazelcast into local Maven repository. Execute the following in `hazelcast`
30-
project root directory:
31-
32-
```
33-
mvn clean install -DskipTests=true
34-
```
35-
3623
- Clone this GitHub repository:
3724

3825
```
@@ -46,7 +33,7 @@ project root directory:
4633
Install the `.esa` file by executing the following command:
4734
4835
```
49-
<liberty dir>/bin/featureManager install hazelcast-dynacache/hazelcast-dynacache/target/hazelcast-dynacache-0.2.esa
36+
<liberty dir>/bin/featureManager install hazelcast-dynacache/hazelcast-dynacache/target/hazelcast-dynacache-0.3.esa
5037
```
5138
5239
Use `hazelcast` as your cache provider name in your `cacheinstances.properties` file.
@@ -68,8 +55,7 @@ Enable Hazelcast DynaCache by adding the following snippet to your `server.xml`
6855
[Apply the iFix](http://www.ibm.com/support/knowledgecenter/SS7K4U_8.5.5/com.ibm.websphere.installation.nd.doc/ae/tins_install_fixes_dist.html)
6956
under `twas-ifix` directory to your WebSphere server and put the following files under `WAS_HOME/lib/ext`:
7057
71-
* hazelcast-3.8-BUNDLE.jar
72-
* hazelcast-client-3.8-BUNDLE.jar
73-
* hazelcast-dynacache-bundle-0.2.jar
58+
* hazelcast-all-3.11.jar
59+
* hazelcast-dynacache-bundle-0.3.jar
7460
7561
Use `com.hazelcast.ibm.dynacache.CacheProviderImpl` as your cache provider name in your `cacheinstances.properties` file.

0 commit comments

Comments
 (0)