From 0aaf9a42245cf94ee020cb067901ce771c4b11b6 Mon Sep 17 00:00:00 2001 From: Flavio Soibelmann Glock Date: Fri, 6 Feb 2026 13:46:50 +0100 Subject: [PATCH] Remove Spring from integration list - requires thread safety PerlOnJava does not support threading and lacks thread-safe special variables. Spring web applications are multi-threaded by default, making this integration unsafe. Changed to more accurate description focusing on JDBC and Maven which don't require threading. Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ce68eec8..e10aa727e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A Perl compiler and runtime for the JVM that: - Compiles Perl scripts to Java bytecode -- Integrates with Java ecosystems (JDBC, Maven, Spring) +- Integrates with Java libraries (JDBC databases, Maven dependencies) - Supports most Perl 5.42 features - Includes 150+ core Perl modules (DBI, HTTP::Tiny, JSON, YAML, Text::CSV)