-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DBZ-8347 Add Cassandra 5 startup scripts
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
...t/src/main/resources/distro/connectors/debezium-connector-cassandra-5/extra_class_path.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export EXTRA_CLASS_PATH="$EXTRA_CONNECTOR_DIR/*"$PATH_SEP |
22 changes: 22 additions & 0 deletions
22
...t/src/main/resources/distro/connectors/debezium-connector-cassandra-5/jdk_java_options.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#!/bin/bash | ||
export JDK_JAVA_OPTIONS="--add-exports java.base/jdk.internal.misc=ALL-UNNAMED \ | ||
--add-exports java.management.rmi/com.sun.jmx.remote.internal.rmi=ALL-UNNAMED \ | ||
--add-exports java.rmi/sun.rmi.registry=ALL-UNNAMED \ | ||
--add-exports java.rmi/sun.rmi.server=ALL-UNNAMED \ | ||
--add-exports java.sql/java.sql=ALL-UNNAMED \ | ||
--add-exports java.base/java.lang.ref=ALL-UNNAMED \ | ||
--add-exports jdk.unsupported/sun.misc=ALL-UNNAMED \ | ||
--add-opens java.base/java.lang.module=ALL-UNNAMED \ | ||
--add-opens java.base/jdk.internal.loader=ALL-UNNAMED \ | ||
--add-opens java.base/jdk.internal.ref=ALL-UNNAMED \ | ||
--add-opens java.base/jdk.internal.reflect=ALL-UNNAMED \ | ||
--add-opens java.base/jdk.internal.math=ALL-UNNAMED \ | ||
--add-opens java.base/jdk.internal.module=ALL-UNNAMED \ | ||
--add-opens java.base/jdk.internal.util.jar=ALL-UNNAMED \ | ||
--add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED \ | ||
--add-opens java.base/sun.nio.ch=ALL-UNNAMED \ | ||
--add-opens java.base/java.io=ALL-UNNAMED \ | ||
--add-opens java.base/java.lang=ALL-UNNAMED \ | ||
--add-opens java.base/java.lang.reflect=ALL-UNNAMED \ | ||
--add-opens java.base/java.util=ALL-UNNAMED \ | ||
--add-opens java.base/java.nio=ALL-UNNAMED" |