> Moreover, since I am emeritus and I don't know if I will contribute much, > what is the best thing to do for me? Should I fork a project in GitHub or > resurrect my account for Tiles?
Great to hear from you again Antonio! Hope all is well. I think we'd all be happy to see you resurrect your account, regardless of how much you contribute. > I think the best thing is to create a > "body renderer" that acts like any other renderer. Since the > Renderer.render wants a string as a first parameter, I think that a map: > "generated name" -> body should be created in request scope. Do we break compatibility by adding Renderer.render(Object, Request) ? Is that a possibility forward? (We do if tiles-request-api is considered an spi, which it actually is. This can be solved by introducing it as a default method in the interface. That would require Java8, but maybe it's time for that.) Mick.