From 6776b6a6f5da09b2c748d65a2bb2c2fc769e67b4 Mon Sep 17 00:00:00 2001 From: Dmytro Vyazelenko <696855+vyazelenko@users.noreply.github.com> Date: Wed, 29 Jan 2025 15:10:31 +0100 Subject: [PATCH] [Doc] Update repo links and VM options doc. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72934ce..7407856 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Samples which should be reviewed alongside Aeron Cookbook > **Note**: This code in this repo is for demonstration purposes only and is not representative of a production system. Please contact info@aeron.io for help configuring your system. -> **Note**: JDK 17+ requires that `--add-opens=java.base/sun.nio.ch=ALL-UNNAMED` is added to the VM Options to run the examples. +> **Note**: JDK 17+ requires that `--add-opens java.base/jdk.internal.misc=ALL-UNNAMED --add-opens java.base/java.util.zip=ALL-UNNAMED` is added to the VM Options to run the examples. Projects: - `sbe-core` and `sbe-protocol` - a project defining an SBE schema, along with some tests showing how to use it. @@ -19,6 +19,6 @@ Requires: - Gradle 8.5 - Docker (to run some samples) - ![build](https://github.com/real-logic/aeron-cookbook-code/workflows/JavaCI/badge.svg) + ![build](https://github.com/aeron-io/aeron-cookbook-code/workflows/JavaCI/badge.svg) Sample code from Aeron cookbook.