ddekany commented on PR #79:
URL: https://github.com/apache/freemarker/pull/79#issuecomment-1848688098

   There were a few changes since then because of which this will have to be 
updated (maybe after the other PR-s were merged).
   
   - 2.3-gae is now built with Java 16 (because that's where Record support has 
become official)
   - Java 7 support was removed, new minimum is 8
   - rmic is not used anymore (because rmic was removed starting from JDK 15, 
and I don't think anyone need those generated debug API RMI stubs anymore)
   - Javadoc customization was dropped, as it is not worth the complication 
anymore (like who read javadoc in browser nowadays, also the standard javadoc 
style is less horrible than it was in Java 8, even if still quite bad) - sorry 
about the wasted work there. (Already done in the 3 branch Gradle build)
   - Javadoc now passes the default Java 16 HTML linking rules. In the 3 branch 
I have updated the javadoc linting parameters accordingly.
   - Jetty used in tests was upgraded to one that's still supported, and is 
compatible with Java 16. That was also done in 3, also there the minimum 
Servlet/JSP was increased. But here it remains the same (so it's somewhat 
suboptimal that this Jetty version tests Serlvet 3.1 and JSP 2.3, but, no big 
deal)
   - Github actions was added in the Ant build, which tests the "dist" task as 
well


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to