Hello,
I am currently trying to use krazo-thymeleaf.
During this process, I noticed that it is not possible to register an IMessageResolver in krazo-thymeleaf.
I believe that we should make it possible to register it via DefaultTemplateEngineProducer.
・
https://www.thymeleaf.org/doc/tutorials/3.1/usingthymeleaf.html#standard-message-resolver・
https://github.com/eclipse-ee4j/krazo-extensions/blob/main/thymeleaf/src/main/java/org/eclipse/krazo/ext/thymeleaf/DefaultTemplateEngineProducer.javaIn Spring Boot, the message resolution mechanism does not rely on Thymeleaf's default behavior; instead, it is integrated into Spring Boot's own message resolution system. I would like Krazo to support registering message resolvers in a similar way.
Additionally, when I attempted to open an issue in the krazo-extensions repository, I found that issue creation is restricted, so I was unable to submit it.
I assumed that development is taking place in the repository below, but is the latest version being developed in a different location?
https://github.com/eclipse-ee4j/krazo-extensionsAlso, if possible, I would appreciate it if you could consider standardizing this feature in Jakarta MVC to facilitate integration with other template engines as well.