On Tue, Jun 23, 2020 at 12:03 PM <r...@apache.org> wrote:

> This is an automated email from the ASF dual-hosted git repository.
>
> remm pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/tomcat.git
>
>
> The following commit(s) were added to refs/heads/master by this push:
>      new fd431c2  Various improvements to code generation
> fd431c2 is described below
>
> commit fd431c2f18cd1c04bc2902400fe3344fa58a656f
> Author: remm <r...@apache.org>
> AuthorDate: Tue Jun 23 12:02:48 2020 +0200
>
>     Various improvements to code generation
>
>     Add a configuration for the location of the generated sources.
>     Catalina start and stop will now use the same code. As a result, stop
>     will now use the configuration source and will also generate stop code.
>     If the use generated flag is enabled, ContextConfig will not look at
> the
>     real files at all, this is just simpler (and there could be 100s of
>     webapps too).
>     Pass arguments from Tomcat to Catalina, since in addition to
> educational
>     uses, the feature would be useful with AOT compilation.
>

I plan to port this to Tomcat 9 and then document it as a possible step of
AOT compilation ( http://tomcat.apache.org/tomcat-9.0-doc/graal.html ).
I will then move the "documentation", which is in res/tomcat-maven at the
moment, to a new item in the modules focused on demonstrating packaging and
AOT compilation. Still thinking about the module name, considering
"stuffed" for that, as it is a Tomcat that won't move, so a stuffed animal.
Feel free to help me come up with a better name :)

Rémy

Reply via email to