diff --git a/app-dev/devops-and-containers/functions/java-helloworld-ADB-with-local-dev-and-oci-functions/README.md b/app-dev/devops-and-containers/functions/java-helloworld-ADB-with-local-dev-and-oci-functions/README.md index 81d999ced..69642f4ec 100644 --- a/app-dev/devops-and-containers/functions/java-helloworld-ADB-with-local-dev-and-oci-functions/README.md +++ b/app-dev/devops-and-containers/functions/java-helloworld-ADB-with-local-dev-and-oci-functions/README.md @@ -38,7 +38,7 @@ SOFTWARE. # A Java Hello World function accessing ATP database with local dev and then building and deploying to OCI Functions -Reviewed: 14.04.2025 +Reviewed: 30.09.2025 # When to use this asset? @@ -70,6 +70,17 @@ docker run --rm -i --name fnserver \ -e FN_LOG_LEVEL=DEBUG fnproject/fnserver:latest +UPDATE 30.9.2025 + +I recently updated my MacOS to Sequoia 15.7 and hit the issue with Fn server that it could not run Function containers. To overcome this I'm still running Rancher desktop but also installed colima: + +
+brew install colima
+/opt/homebrew/opt/colima/bin/colima start -f
+
+ +After this, I can run Functions in Fn Server succesfully on my MacOS. +

Now that the Fn server is running create an application for our function using the cli: diff --git a/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/README.md b/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/README.md index 88221b1d3..27ea6980f 100644 --- a/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/README.md +++ b/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/README.md @@ -38,7 +38,7 @@ SOFTWARE. # A Java AI featured function with local dev and then building and deploying to OCI Functions -Reviewed: 31.10.2024 +Reviewed: 30.9.2025 # When to use this asset? diff --git a/app-dev/devops-and-containers/functions/java-helloworld-with-local-dev-and-oci-functions/README.md b/app-dev/devops-and-containers/functions/java-helloworld-with-local-dev-and-oci-functions/README.md index 9dab82a8f..37e4690fc 100644 --- a/app-dev/devops-and-containers/functions/java-helloworld-with-local-dev-and-oci-functions/README.md +++ b/app-dev/devops-and-containers/functions/java-helloworld-with-local-dev-and-oci-functions/README.md @@ -38,7 +38,7 @@ SOFTWARE. # A Java Hello World function with local dev and then building and deploying to OCI Functions -Reviewed: 31.10.2024 +Reviewed: 30.9.2025 # When to use this asset? @@ -70,6 +70,17 @@ docker run --rm -i --name fnserver \ -e FN_LOG_LEVEL=DEBUG fnproject/fnserver:latest +UPDATE 30.9.2025 + +I recently updated my MacOS to Sequoia 15.7 and hit the issue with Fn server that it could not run Function containers. To overcome this I'm still running Rancher desktop but also installed colima: + +

+brew install colima
+/opt/homebrew/opt/colima/bin/colima start -f
+
+ +After this, I can run Functions in Fn Server succesfully on my MacOS. +

Now that the Fn server is running create an application for our function using the cli: