Skip to content

Commit 75e95e7

Browse files
olelodCopilot
andcommitted
chore(ecalc-neqsim-wrapper): update bundled NeqSim.jar to v3.13.0 (Java8)
Update bundled NeqSim runtime to 3.13.0 (Java8). SHA256: 035a2b2fc40f1e76df73be0f0febcc6b175b733f07de7574f03fd816ab19d44e Source: https://github.com/equinor/neqsim/releases/tag/v3.13.0 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4a6df40 commit 75e95e7

2 files changed

Lines changed: 4 additions & 32 deletions

File tree

425 KB
Binary file not shown.
Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,4 @@
1-
Current neqsim.jar from latest release of NeqSim (v3.10.0 - https://github.com/equinor/neqsim/releases/tag/v3.10.0)
2-
3-
Vendored artifact is the Java 8 build: `neqsim-3.10.0-Java8.jar` (a Java 21 build is also published; the wrapper still targets Java 8 to keep the deployment runtime pinned).
4-
5-
NeqSim is currently not considered to be thread-safe. That means that two threads working towards the same gateway, interchangely changing a fluid setting will interfere with each other.
6-
7-
If you need to manually compile a version, do the following:
8-
9-
Compile steps:
10-
11-
- git clone https://github.com/equinor/neqsim
12-
- git checkout <hash>
13-
- modify pom.xml with updated versions (if necessary)
14-
- Compile by running `mvn -B package --file pom.xml` (See `.github/workflows/build.yml in [equinor/neqsim](https://github.com/equinor/neqsim))
15-
16-
Environment info:
17-
18-
```
19-
$ mvn --version
20-
Apache Maven 3.6.3
21-
Maven home: /usr/share/maven
22-
Java version: 1.8.0_292, vendor: Private Build, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre
23-
Default locale: en_US, platform encoding: UTF-8
24-
OS name: "linux", version: "5.10.0-1052-oem", arch: "amd64", family: "unix"
25-
```
26-
27-
```
28-
$ java -version
29-
openjdk version "1.8.0_292"
30-
OpenJDK Runtime Environment (build 1.8.0_292-8u292-b10-0ubuntu1~20.04-b10)
31-
OpenJDK 64-Bit Server VM (build 25.292-b10, mixed mode)
32-
```
1+
NeqSim bundled: 3.13.0 (Java8)
2+
Asset: neqsim-3.13.0-Java8.jar
3+
SHA256: 035a2b2fc40f1e76df73be0f0febcc6b175b733f07de7574f03fd816ab19d44e
4+
Source: https://github.com/equinor/neqsim/releases/tag/v3.13.0

0 commit comments

Comments
 (0)