I have identified a compile-time warning during the build process. It would be helpful to review it to ensure there are no underlying issues or potential side effects
[INFO] Compiling 26 source files with javac [debug target 1.8] to target\classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[WARNING] /JSON-java.stleary/src/main/java/org/json/JSONObject.java:[3483,44] uncheck
ed cast
required: E
found: java.lang.Object
[INFO]
I have identified a compile-time warning during the build process. It would be helpful to review it to ensure there are no underlying issues or potential side effects
[INFO] Compiling 26 source files with javac [debug target 1.8] to target\classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[WARNING] /JSON-java.stleary/src/main/java/org/json/JSONObject.java:[3483,44] uncheck
ed cast
required: E
found: java.lang.Object
[INFO]