-
Notifications
You must be signed in to change notification settings - Fork 5
Description
This issue is to message @philjord with a question. There appears to be two diverging versions of java3d, version 1.7 under the Philjord path, and version 1.6 under the hharrison path. Which one should I use? Based on browsing the repositories it appears like 1.7 is a little more up to date.
I have a legacy application using java3d 1.5 and java 8. We want to update to a newer version of java and are looking to upgrade to a newer version of java3d also. I would like to move all the way to java 25. However, based on the source code, java3d 1.7 may be limited to java 17. The java security manager was dropped in java 24 and I saw usages of it in java3d 1.7. Can you verify this? If I wanted to contribute would it be hard for me to remove usages of security manager from java3d 1.7? Are there other potential blockers to using java3d in java 25?
Thank you