Martin Kouba

Results 269 comments of Martin Kouba

-1. I think that this would be even more confusing for users. `AfterDeploymentValidation` is a container lifecycle event that should only be observed by extensions (per the current wording).

This new scope should be defined in the JCache spec.

Hm, and this one? ```java @POST public void add(@RestForm @NotBlank String title, @RestForm @NotBlank String note) { // If validation fails, redirect to the todos page (with errors propagated) if...

I need to look at the records idea. It's quite interesting. @FroMage Would it help in the mean time if we change the default name of a bundle declared in...

> I understand you proposal, and it makes a lot of sense to make them available as Application_index:my_greeting, but mostly for accessing them outside the Application/index.html view, no? For that...

> > Hm, the problem is that qute does not have a notion of view and controllers > > Well, it does for nested `@CheckedTemplate` classes ;) So it would...

> We could make it work using TemplateInstance attributes though. Something like TemplateInstance.setAttribute("messageBundleSuffix", "Application_Index") (Renarde could do this) and then msg would become msg_Application_Index when resolving the message. I will...

> I was thinking we could first look up the `msg:` namespace and if it doesn't exist, lookup `msg_Application_index:`. Ok, but when you use `{msg:hello(name)}` in your template then we...

@FroMage In fact, I think that you can just ignore the `msg` namespace because we generate an implementation of the message bundle interface and so you can just add a...

> * The related package is `build` but "build" means nothing for JakartaEE which is 99% about "runtime" in terms of API and features (only exception is JPA which references...