Skip to content

Commit 8e6b564

Browse files
committed
Prepare next release
1 parent 5aa124d commit 8e6b564

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ docker pull icr.io/cpopen/odm-k8s/odm
1212
# Quick reference
1313

1414
- **Where to get help**:
15-
* [ODM Documentation](https://www.ibm.com/docs/en/odm/9.0.0?topic=manager-introducing-operational-decision)
15+
* [ODM Documentation](https://www.ibm.com/docs/en/odm/9.5.0?topic=manager-introducing-operational-decision)
1616
* [IBM Business Automation Community](https://community.ibm.com/community/user/automation/communities/community-home?CommunityKey=c0005a22-520b-4181-bfad-feffd8bdc022)
1717

1818
- **Where to file issues**:
@@ -29,12 +29,13 @@ docker pull icr.io/cpopen/odm-k8s/odm
2929
[latest release](https://docs.docker.com/engine/release-notes/#201021) (down to Engine 20.10)
3030

3131
- **Rule Designer development environment for ODM developers**:
32-
Available from the [Eclipse marketplace](https://marketplace.eclipse.org/content/ibm-operational-decision-manager-developers-v900-rule-designer)
32+
Available from the [Eclipse marketplace](https://marketplace.eclipse.org/content/ibm-operational-decision-manager-developers-v95x-rule-designer)
3333

34-
Use [IDE 2023-12 R (4.30) Modeling Tools Packages](https://www.eclipse.org/downloads/packages/release/2023-12/r).
35-
Eclipse 2023-12 uses Java Development Kit (JDK) 17. You can download the JDK from [IBM Semeru Runtimes Downloads](https://developer.ibm.com/languages/java/semeru-runtimes/downloads/).
34+
You install Rule Designer into [Eclipse 2024-12 (4.34)](https://www.eclipse.org/downloads/packages/release/2024-12/r). Use at least [Eclipse Modeling Tool](https://www.eclipse.org/downloads/packages/release/2024-12/r/eclipse-modeling-tools) or [Eclipse IDE for Enterprise Java and Web Developers](https://www.eclipse.org/downloads/packages/release/2024-12/r/eclipse-ide-enterprise-java-and-web-developers).
35+
36+
Eclipse 2024-12 uses Java Development Kit (JDK) 21. You can download the JDK from [IBM Semeru Runtimes Downloads](https://developer.ibm.com/languages/java/semeru-runtimes/downloads/).
3637

37-
More informations on [ODM Documentation- Installing Rule Designer](https://www.ibm.com/docs/en/odm/9.0.0?topic=900-installing-rule-designer)
38+
More informations on [ODM Documentation- Installing Rule Designer](https://www.ibm.com/docs/en/odm/9.5.0?topic=950-installing-rule-designer)
3839

3940
- **Sample projects**:
4041

@@ -43,10 +44,6 @@ docker pull icr.io/cpopen/odm-k8s/odm
4344

4445
This decision service validates loans based on borrower data and loan parameters. It also computes loan insurance rates.
4546

46-
- Shipment Pricing
47-
48-
This decision model service computes shipping prices based on data that includes distance, size, weight, and pick-up and drop-off points.
49-
5047
You can explore the decision artifacts, tests and simulations of these projects in the Business console.
5148

5249
- Loan-Server Web Application
@@ -63,7 +60,7 @@ docker pull icr.io/cpopen/odm-k8s/odm
6360

6461
# Overview
6562

66-
The image in this repository contains IBM Operational Decision Manager for Developers based on the IBM Websphere Application Server Liberty for Developer image. See the license section below for restrictions on the use of this image. For more information about IBM Operational Decision Manager, see the [ODM Documentation](https://www.ibm.com/docs/en/odm/9.0.0?topic=manager-introducing-operational-decision) site.
63+
The image in this repository contains IBM Operational Decision Manager for Developers based on the IBM Websphere Application Server Liberty for Developer image. See the license section below for restrictions on the use of this image. For more information about IBM Operational Decision Manager, see the [ODM Documentation](https://www.ibm.com/docs/en/odm/9.5.0?topic=manager-introducing-operational-decision) site.
6764

6865

6966
# Usage
@@ -77,13 +74,13 @@ You must accept the license before you launch the image. The license is availabl
7774
To install the product with the sample projects, you need to specify the option -e SAMPLE=true. To be able to run simulations, you need to increase the size of the memory. Use the following docker command to run the image:
7875

7976
```console
80-
docker run -e LICENSE=accept -p 9060:9060 -p 9443:9443 -e SAMPLE=true icr.io/cpopen/odm-k8s/odm:9.0
77+
docker run -e LICENSE=accept -p 9060:9060 -p 9443:9443 -e SAMPLE=true icr.io/cpopen/odm-k8s/odm:9.5
8178
```
8279

8380
Some decision artifacts, like simulation definitions, version history, or snapshots, cannot be exported from the Decision Center or the Decision Server instances of the Docker image. To avoid losing this data when you delete the Docker image container, store the Decision Center and the Decision Server databases outside of the ODM for Developers Docker image container, in a local mounted host volume. To do so, run the following docker command from an empty local folder:
8481

8582
```console
86-
docker run -e LICENSE=accept -p 9060:9060 -p 9443:9443 -u $(id -u) -v $PWD:/config/dbdata/ -e SAMPLE=false icr.io/cpopen/odm-k8s/odm:9.0
83+
docker run -e LICENSE=accept -p 9060:9060 -p 9443:9443 -u $(id -u) -v $PWD:/config/dbdata/ -e SAMPLE=false icr.io/cpopen/odm-k8s/odm:9.5
8784
```
8885

8986
When you first run this command, it creates the .db files in your local folder. The following times, it reads and updates these files.
@@ -108,6 +105,5 @@ When the server is started, use the URL http://localhost:9060 to display a welco
108105

109106
**Note**: The IBM Operational Decision Manager for Developers license does not permit further distribution and the terms restrict usage to a developer machine.
110107

111-
112108
# Notice
113109
© Copyright IBM Corporation 2025.

0 commit comments

Comments
 (0)