This is an automated email from the ASF dual-hosted git repository.
ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git
The following commit(s) were added to refs/heads/2.3-gae by this push:
new 378ebfc Manual: Updated version history
378ebfc is described below
commit 378ebfc61e797237b6d258603dea9e4ed9a26120
Author: ddekany <[email protected]>
AuthorDate: Thu Oct 8 09:00:55 2020 +0200
Manual: Updated version history
---
src/manual/en_US/book.xml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index 29dce43..ffdc017 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -29346,6 +29346,23 @@ TemplateModel x = env.getVariable("x"); // get
variable x</programlisting>
very least can depend on the Java version), and in what
order.</para>
</listitem>
+
+ <listitem>
+ <para>Fixed bug where OSGi
+ <literal>Bundle-RequiredExecutionEnvironment</literal> in
+ <literal>META-INF/MANIFEST.FM</literal> has incorrectly
+ contained JavaSE-1.6, J2SE-1.5</para>
+ </listitem>
+
+ <listitem>
+ <para><link
+
xlink:href="https://issues.apache.org/jira/browse/FREEMARKER-159">FREEMARKER-159</link>:
+ Set <literal>Automatic-Module-Name</literal> to
+ <literal>freemarker</literal> in
+ <literal>META-INF/MANIFEST.FM</literal>. In most cases this was
+ the deduced Java 9 module name earlier, but that was fragile, as
+ Java has deduced it from the jar file name.</para>
+ </listitem>
</itemizedlist>
</section>
</section>