Re: Feature Request

2023-11-02 Thread Cavan Morris
Thank you Daniel. I was able to solve the problem in my case by creating my own util class in the freemarker.core package inside my own project's source tree. This allowed me to access the package-private deprecated methods that I believe are used for <#nested> handling. I plan to clean it up a bi

Re: How to: contributions

2023-11-02 Thread Daniel Dekany
We can add Jakarta support without any of these (as I noted in that closed PR), I think. We will certainly see in December. If you can solve something in isolation, that's generally a good thing. Java modules compatibility. Is it not working currently? So every classes are are inside the package "

Re: Feature Request

2023-11-02 Thread Daniel Dekany
Kind of a niche use case... I would prefer avoiding much complexity and backward compatibility burden for it. But, maybe it's actually already doable. See my answer on Stack Overflow. On Mon, Oct 30, 2023 at 6:57 PM Cavan Morris wrote: > Hello All, > I am developing an internal content managemen