Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mvc-dev] How to register messages.properties

Hi Ivar,

Thank you for your reply. 
I understand that development is taking place in the repository. 
I will read through Krazo's source code, put together a proposed fix, and open an issue.  

2026年7月14日(火) 15:24 Ivar Grimstad via mvc-dev <mvc-dev@xxxxxxxxxxx>:
Hi,

Sorry for the late reply. The extensions are developed in the repository you pointed out. It is a public repository, so everyone can create an issue there. 
We would also very much appreciate a PR with the suggested changes accompanying your issue.

Regards,
Ivar

On Sat, Jun 27, 2026 at 12:40 PM Satoshi Seto via mvc-dev <mvc-dev@xxxxxxxxxxx> wrote:
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.java

In 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-extensions

Also, 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.

--
Satoshi Seto
mailto:megascus@xxxxxxxxx
_______________________________________________
mvc-dev mailing list
mvc-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mvc-dev


--

Ivar Grimstad

Jakarta EE Developer Advocate | Eclipse Foundation Eclipse Foundation - Community. Code. Collaboration. 

_______________________________________________
mvc-dev mailing list
mvc-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mvc-dev


--
Satoshi Seto
mailto:megascus@xxxxxxxxx

Back to the top