From d6cc9151d4a590653e0099de8f63fca6f87a18d6 Mon Sep 17 00:00:00 2001 From: agapebondservant Date: Sat, 28 Mar 2026 17:07:39 +0000 Subject: [PATCH] updates --- docs/java_8to21_reqs.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 docs/java_8to21_reqs.txt diff --git a/docs/java_8to21_reqs.txt b/docs/java_8to21_reqs.txt new file mode 100644 index 0000000..cf01132 --- /dev/null +++ b/docs/java_8to21_reqs.txt @@ -0,0 +1,2 @@ +Requirements: +- Migrate a Java 8 app with 100,000 lines of code to Java 21 in order to host the app on a RHEL 10 environment. Assume that the Java 8 app is an old app with no test coverage and limited understanding of how it works. \ No newline at end of file