Edgar Espina

Results 135 comments of Edgar Espina

> My concern is that it would be disruptive. Honestly, I don't care. I don't see a huge thing to replace `mvnc(Foo)` with `mvc(new Foo$Route())` > If we do this...

> I might be being dense on this but for every controller you would have to register two things: the generated code (let us call it "routes" for now) and...

> My question is do we now need to do this: Not at all, just: ``` mvc(new Controller$Route()); ``` Behind the scene the generated class will deal with how to...

don't follow what Catalog is? Then there is no change around order. Everything will works as it does today. Controller/mvc requires order bc of usage of filter. So, we will...

@ogrammer it looks simple! Still think now the best is to go with source code.

hey guys, I don't have time to work on this yet... but I feel we should truly write modules not just adding the manifest entry and set JDK 17 as...

right, requires a bit more (cleanup mainly). Next release should be "modern JVM friendly", nothing more.