dsoumis commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2151524740
@isapir My expectation was that "ant ide-intellij" should work out of the box without requiring any adjustments. Currently, to use an SDK version lower than 22, you must exclude `/java/org/apache/tomcat/util/net/openssl/panama` and `/java/org/apache/tomcat/util/openssl`, since the recommended build version is 17. Users can then adjust the settings to include these directories and use Java 22. >Also, I left the commented lines in `res/ide-support/idea/compiler.xml` as an easy to toggle setting by the user, so I am against removing them. I suggest making these replacements in the` tomcat.iml` file rather than in `compiler.xml`. Keeping them in `compiler.xml` will prevent the user from reaching the compilation stage due to failing inspections. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org