Skip to content

Commit 11f33e6

Browse files
committed
EH: CS-1984 Make dbwriter work with current Java versions
// Updated installation guide and release notes
1 parent eeb1ea1 commit 11f33e6

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

doc/markdown/manual/installation-guide/10_dbwriter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Before installing DBWriter make sure to have the following requirements met:
1212

1313
* A database server is installed (supported are PostgreSQL, MySQL, Oracle).
1414
* The database is accessible from the DBWriter host.
15-
* On the DBWriter host, Java 8 must be installed. The DBWriter host can be any host that can access the database server and the xxQS_NAMExx installation directory.
15+
* On the DBWriter host, Java 11 or higher must be installed. The DBWriter host can be any host that can access the database server and the xxQS_NAMExx installation directory.
1616
* DBWriter uses JDBC to connect to the database. Get the JDBC driver for your database server.
1717
* It is a jar file, e.g., for PostgreSQL: `postgresql-42.7.7.jar`
1818
* You usually get it from the database vendor's website.

doc/markdown/manual/release-notes/03_major_enhancements.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Major Enhancements
22

3+
## v9.1.2
4+
5+
### Updates to dbwriter
6+
7+
In this release, the required Java version and many other dependencies have been updated. The DBWriter now supports Java 11 or higher, ensuring compatibility with modern environments and reducing the risk of compatibility issues.
8+
9+
When you have an existing DBWriter installation, please ensure that at least Java 11 is installed on the DBWriter host.
10+
Edit the file `$SGE_ROOT/$SGE_CELL/common/sgedbwriter` and modify the line setting `JAVA_HOME` to point to the Java 11 (or higher) installation directory.
11+
If you are doing a fresh installation, specify the Java 11 (or higher) installation directory when asked during the installation process.
12+
313
## v9.1.0
414

515
### Advanced Binding Framework for Topology-Aware Job Placement

0 commit comments

Comments
 (0)