This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a commit to branch 3
in repository https://gitbox.apache.org/repos/asf/freemarker.git

commit 854c6d0fe4e77559d27cb92cafb12713ae329d27
Author: ddekany <[email protected]>
AuthorDate: Thu Dec 28 22:06:51 2023 +0100

    Reorganized README-like files a bit.
---
 FM3-CHANGE-LOG.txt               | 9 ---------
 FM3-MISSING-FORWARD-PORTINGS.txt | 8 ++++++++
 README.md                        | 6 +++---
 3 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/FM3-CHANGE-LOG.txt b/FM3-CHANGE-LOG.txt
index 50b42eba..8b66e7f8 100644
--- a/FM3-CHANGE-LOG.txt
+++ b/FM3-CHANGE-LOG.txt
@@ -633,12 +633,3 @@ Core / Miscellaneous
   that setting value, it will give an error. On the other hand, "true,false" 
is now a legit setting value (although the
   better practice is to set the format to "c", if you generate computer 
language output), but it's hardly a good practice
   to use.
-
-Things not yet forward-ported from 2.3-gae
-------------------------------------------
-
-- Lambda-like expressions: The way those work in 2.x is limited because of BC 
restrictions. So it should work differently here.
-- ?with_args/?with_args_last: Have to implement the better null handling in 
the template language first
-- Some of the Gradle build refinements, like signature related and, 
rebroducible build stuff
-- JSP taglib support is broken with Jakarta, and Jetty 11. See @Ignored-s in 
RealServletContainerTest. But, we probably don't
-  want to support JSP taglibs anymore, and the feature should be removed.
diff --git a/FM3-MISSING-FORWARD-PORTINGS.txt b/FM3-MISSING-FORWARD-PORTINGS.txt
new file mode 100644
index 00000000..fb5c9cf2
--- /dev/null
+++ b/FM3-MISSING-FORWARD-PORTINGS.txt
@@ -0,0 +1,8 @@
+Things not yet forward-ported from 2.3-gae
+------------------------------------------
+
+- Lambda-like expressions: The way those work in 2.x is limited because of BC 
restrictions. So it should work differently here.
+
+- ?with_args/?with_args_last: Have to implement the better null handling in 
the template language first
+
+- Some of the Gradle build refinements, like signature related and, 
rebroducible build stuff
diff --git a/README.md b/README.md
index f047dcba..2e69d832 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,6 @@ Apache FreeMarker 3
 
 This is a placeholder README for the "experimental" FreeMarker 3 branch.
 
-See more here: 
https://cwiki.apache.org/confluence/display/FREEMARKER/FreeMarker+3
-
-See also the FM3-CHANGE-LOG.txt
+- See goals here: 
https://cwiki.apache.org/confluence/display/FREEMARKER/FreeMarker+3
+- See change log so far here: FM3-CHANGE-LOG.txt
+- See what's lagging behind 2.x here: FM3-MISSING-FORWARD-PORTINGS.txt 

Reply via email to