From b34d55a3efc79e131b28c5312d8bbd3358ad99f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Gonz=C3=A1lez?= Date: Fri, 4 Sep 2026 10:00:24 -0400 Subject: [PATCH] chore: add deprecation notice closes: #28 --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index fa2df99..d921722 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,17 @@ Codejail service ================ + ⚠️ **NOTE:** + This implementation has been deprecated in favor of + https://github.com/openedx/codejail-service. The last supported release is + Ulmo. + + The main deployment mechanism for both this implementation and + openedx/codejail-service is via the Tutor plugin + https://github.com/eduNEXT/tutor-contrib-codejail/. The plugin highlights + the main differences to be wary when moving between implementations: + https://github.com/eduNEXT/tutor-contrib-codejail/#new-codejail-service-implementation + |ci-badge| |license-badge| The repository codejailservice manages execution of untrusted code in secure sandboxes. It is designed primarily for Python execution, but