You are viewing a plain text version of this content. The canonical link for it is here.
- [jira] [Commented] (FREEMARKER-183) Add support for Java records - posted by "Dániel Dékány (Jira)" <ji...@apache.org> on 2023/12/07 17:26:00 UTC, 1 replies.
- (freemarker) branch 2.3-gae updated (723a21c6 -> d6304199) - posted by dd...@apache.org on 2023/12/08 17:02:49 UTC, 0 replies.
- (freemarker) 01/07: (Some Javadoc and comment adjustments) - posted by dd...@apache.org on 2023/12/08 17:02:50 UTC, 0 replies.
- (freemarker) 02/07: Switched to Java 16 as minimal build environment. With this version (since Java 9) we can't use javac "bootclasspath", and "source", and "target", but "release". Also, removed RMI sub generation for the debug API, as rmic was removed since JDK 13 or so, and modern RMI doesn't need stubs anyway (also probably nobody uses the debug API). - posted by dd...@apache.org on 2023/12/08 17:02:51 UTC, 0 replies.
- (freemarker) 03/07: Adjusted JUnit test expected value for JDK 11+, where the default format of numbers and temporals has been changed. (We already require JDK 16 for the build.) - posted by dd...@apache.org on 2023/12/08 17:02:52 UTC, 0 replies.
- (freemarker) 04/07: (Updated README IDE setup instructions) - posted by dd...@apache.org on 2023/12/08 17:02:53 UTC, 0 replies.
- (freemarker) 05/07: Updated Jetty version used in JUnit tests, because the old one can't run on Java 16. Also some adjustments in Jetty setup was needed. - posted by dd...@apache.org on 2023/12/08 17:02:54 UTC, 0 replies.
- (freemarker) 06/07: Fixed issue (noticed with upgraded Jetty): When FreemarkerServlet was used with the TemplateExceptionHandler.DEBUG_HANDLER or HTML_DEBUG_HANDLER, on Jetty the response web page was possibly empty or partial, as Jetty has abruptly closed the connection after we flushed the HTTP response with status code 200, and yet thrown an exception. Now in this situation we only log the exception, but don't throw it. (Production system should always use RETHROW_HANDLER, and this change has no effect there.) - posted by dd...@apache.org on 2023/12/08 17:02:55 UTC, 0 replies.
- (freemarker) 07/07: Disabled javadoc failing on errors for now, as because of switching to Java 16 there's a lot of HTML-related complaints. - posted by dd...@apache.org on 2023/12/08 17:02:56 UTC, 0 replies.
- (freemarker) branch FREEMARKER-35 updated (ad1171f0 -> 5a766442) - posted by dd...@apache.org on 2023/12/08 18:26:35 UTC, 0 replies.
- (freemarker) 01/02: Merge branch '2.3-gae' into FREEMARKER-35 - posted by dd...@apache.org on 2023/12/08 18:26:36 UTC, 0 replies.
- (freemarker) 02/02: Adjusted Temporal tests for the post-JDK11 format defaults - posted by dd...@apache.org on 2023/12/08 18:26:37 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated: Dropped support for Java 7, to simplify build. Now minimum is Java 8. - posted by dd...@apache.org on 2023/12/08 21:44:47 UTC, 0 replies.
- (freemarker) branch FREEMARKER-35 updated (5a766442 -> d1097c24) - posted by dd...@apache.org on 2023/12/08 21:59:45 UTC, 0 replies.
- (freemarker) 01/01: Merge remote-tracking branch 'origin/2.3-gae' into FREEMARKER-35 - posted by dd...@apache.org on 2023/12/08 21:59:46 UTC, 2 replies.
- (freemarker) branch 3 updated (931dbfdb -> 31ecce76) - posted by dd...@apache.org on 2023/12/09 14:42:54 UTC, 0 replies.
- (freemarker) 01/04: Switched to Java 17 as the minimum Java version. Forward ported changes from 2.3-gae that was done there to allow tests running with Java 16. Forward ported FreemarkerServlet debug error page fix too. - posted by dd...@apache.org on 2023/12/09 14:42:55 UTC, 0 replies.
- (freemarker) 02/04: (README is not maintained for this branch yet, so simplified it for now.) - posted by dd...@apache.org on 2023/12/09 14:42:56 UTC, 0 replies.
- (freemarker) 03/04: Deleted Travis file (should switch to Git Actions later) - posted by dd...@apache.org on 2023/12/09 14:42:57 UTC, 0 replies.
- (freemarker) 04/04: Updated change log - posted by dd...@apache.org on 2023/12/09 14:42:58 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated: (Some random cleanup of recent servlet related changes) - posted by dd...@apache.org on 2023/12/09 14:44:07 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated (f970eaa7 -> 177115ed) - posted by dd...@apache.org on 2023/12/09 19:11:03 UTC, 0 replies.
- (freemarker) 01/02: Javadoc HTML fixes to satisfy the linter of Java 16 javadoc. Re-enabled failing if there's any javadoc error. - posted by dd...@apache.org on 2023/12/09 19:11:04 UTC, 0 replies.
- (freemarker) 02/02: Do not customize javadoc output anymore - It complicates build, had to be reviewed for new javadoc versions, and almost nobody uses the javadoc HTML-s nowadays. - posted by dd...@apache.org on 2023/12/09 19:11:05 UTC, 0 replies.
- (freemarker) branch 3 updated (31ecce76 -> a5db5619) - posted by dd...@apache.org on 2023/12/09 19:13:52 UTC, 0 replies.
- (freemarker) 01/02: Javadoc HTML fixes to satisfy the linter of Java 17 javadoc - posted by dd...@apache.org on 2023/12/09 19:13:53 UTC, 0 replies.
- (freemarker) 02/02: Gradle build: All javadoc "lint" check were disabled accidentally, instead of just "missing" (tested it, and it didn't stop at HTML errors without adding "all,") - posted by dd...@apache.org on 2023/12/09 19:13:54 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated: Gradle build: Updated Java SE API link - posted by dd...@apache.org on 2023/12/09 20:59:45 UTC, 0 replies.
- (freemarker) branch 3 updated (a5db5619 -> 63d7c855) - posted by dd...@apache.org on 2023/12/09 21:00:14 UTC, 0 replies.
- (freemarker) 01/02: Gradle build: Updated javadoc Java SE API link - posted by dd...@apache.org on 2023/12/09 21:00:15 UTC, 0 replies.
- (freemarker) 02/02: Gradle build: Do not customize javadoc output anymore - It complicates the build, has to be reviewed for new javadoc versions, and almost nobody uses the javadoc HTML-s nowadays. - posted by dd...@apache.org on 2023/12/09 21:00:16 UTC, 0 replies.
- Re: [PR] FREEMARKER-204 Change build from Ant to Gradle [freemarker] - posted by "ddekany (via GitHub)" <gi...@apache.org> on 2023/12/09 21:22:45 UTC, 21 replies.
- (freemarker) branch FREEMARKER-35 updated (d1097c24 -> 2a23b00b) - posted by dd...@apache.org on 2023/12/09 22:21:51 UTC, 0 replies.
- Re: [PR] Added github actions to build Freemarker on ubuntu 18.04 [freemarker] - posted by "ddekany (via GitHub)" <gi...@apache.org> on 2023/12/10 11:07:47 UTC, 1 replies.
- Re: [PR] Fixed deprecated method that caused Spring loading of Configuration to fail [freemarker] - posted by "ddekany (via GitHub)" <gi...@apache.org> on 2023/12/10 11:10:15 UTC, 1 replies.
- [jira] [Closed] (FREEMARKER-177) freemarker Configurable has a asymmetric settings get/set which causes spring failure - posted by "Dániel Dékány (Jira)" <ji...@apache.org> on 2023/12/10 12:39:00 UTC, 0 replies.
- Re: [PR] Fix string comparison to avoid using the collator. [freemarker] - posted by "ddekany (via GitHub)" <gi...@apache.org> on 2023/12/10 13:55:16 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated (f42b107f -> dbacf3b5) - posted by dd...@apache.org on 2023/12/10 13:55:19 UTC, 0 replies.
- Re: [PR] Speedup ConcatenatedSequence iteration [freemarker] - posted by "chrisrueger (via GitHub)" <gi...@apache.org> on 2023/12/10 14:11:02 UTC, 6 replies.
- (freemarker) branch 2.3-gae updated (dbacf3b5 -> d88154f9) - posted by dd...@apache.org on 2023/12/10 14:59:37 UTC, 0 replies.
- (freemarker) 01/02: Additional documentation, and test for: PR #87 - Fix string comparison to avoid using the collator - posted by dd...@apache.org on 2023/12/10 14:59:38 UTC, 0 replies.
- (freemarker) 02/02: (Minor javadoc content improvement) - posted by dd...@apache.org on 2023/12/10 14:59:39 UTC, 0 replies.
- (freemarker) branch 3 updated: Forward ported from 2.3-gae: PR #87 - Fix string comparison to avoid using the collator - posted by dd...@apache.org on 2023/12/10 15:01:20 UTC, 0 replies.
- Re: [PR] FREEMARKER-218 - Add jakarta.servlet support [freemarker] - posted by "anabright (via GitHub)" <gi...@apache.org> on 2023/12/12 11:45:08 UTC, 3 replies.
- (freemarker) branch 2.3-gae updated: Solution for PR #97 Speedup ConcatenatedSequence iteration, but it works differently as the PR. - posted by dd...@apache.org on 2023/12/13 20:58:35 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated (93a96377 -> d63b2766) - posted by dd...@apache.org on 2023/12/14 11:48:00 UTC, 0 replies.
- (freemarker) 01/02: Simplified ConcatenatedSequence iteration logic. Non-recursive ConcatenatedSequence.size() to limit stack usage. - posted by dd...@apache.org on 2023/12/14 11:48:01 UTC, 0 replies.
- (freemarker) 02/02: README IntelliJ instructions adjusted - posted by dd...@apache.org on 2023/12/14 11:48:02 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated: Made ConcatenatedSequence.get(int) a lot less slow when it was made from a lot of concatenated sequences. Not fast still, but way faster in those cases, and is a backward compatible solution. (That is, it's a solution that doesn't assume that the nested sequences weren't changed since the concatenation. It could be much faster if we can assume that.) - posted by dd...@apache.org on 2023/12/15 01:13:50 UTC, 0 replies.
- (freemarker) branch 3 updated: Forward ported from 2.3-gae: ConcatenatedSequence performance improvements - posted by dd...@apache.org on 2023/12/15 22:16:00 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated: ConcatenatedSequence now also implements TemplateCollectionModelEx, and thus has an isEmpty() that's more efficient than size() == 0. Also extende the Unit test to check with more kind sequence implementations, and with sequences containing null items. - posted by dd...@apache.org on 2023/12/15 22:16:06 UTC, 0 replies.
- Re: [PR] Support "forced" auto-escaping policy. [freemarker] - posted by "ddekany (via GitHub)" <gi...@apache.org> on 2023/12/16 16:38:37 UTC, 1 replies.
- (freemarker) branch 2.3-gae updated (4ca8c34a -> 9a19894d) - posted by dd...@apache.org on 2023/12/16 16:38:40 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated (9a19894d -> c01e084c) - posted by dd...@apache.org on 2023/12/16 20:47:43 UTC, 0 replies.
- (freemarker) 01/02: For PR #88 forceAutoEscape: Better error messages. Some more test coverage. - posted by dd...@apache.org on 2023/12/16 20:47:44 UTC, 0 replies.
- (freemarker) 02/02: For PR #88 forceAutoEscape: Fixed javadoc error - posted by dd...@apache.org on 2023/12/16 20:47:45 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated (c01e084c -> 6965a7ed) - posted by dd...@apache.org on 2023/12/16 21:29:46 UTC, 0 replies.
- (freemarker) 01/03: For PR #88 forceAutoEscape: Postpone failing due to non-escaping output format until we are past the #ftl header - posted by dd...@apache.org on 2023/12/16 21:29:47 UTC, 0 replies.
- (freemarker) 02/03: For PR #88 forceAutoEscape: Better error message, and test coverage for blocking <#ftl auto_esc=false> - posted by dd...@apache.org on 2023/12/16 21:29:48 UTC, 0 replies.
- (freemarker) 03/03: For PR #88 forceAutoEscape: Documentation - posted by dd...@apache.org on 2023/12/16 21:29:49 UTC, 0 replies.
- Re: [PR] [FREEMARKER-224] change Automatic-Module-Name to org.apache.freemarker [freemarker] - posted by "ddekany (via GitHub)" <gi...@apache.org> on 2023/12/16 21:33:44 UTC, 0 replies.
- Re: [PR] Disable advanced freemarker features [freemarker] - posted by "ddekany (via GitHub)" <gi...@apache.org> on 2023/12/16 21:40:21 UTC, 0 replies.
- Re: [PR] Add a simple mechanism for runtime debugging of templates. [freemarker] - posted by "ddekany (via GitHub)" <gi...@apache.org> on 2023/12/17 17:25:54 UTC, 2 replies.
- (freemarker) branch 2.3-gae updated (6965a7ed -> d5c8c766) - posted by dd...@apache.org on 2023/12/18 13:24:47 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated: PR #89 TemplateProcessingTracer reworked: - Instead of passing several arguments to the TemplateProcessingTracer method, only pass a single TracedElement object. This allow use to add new methods later without breaking backward compatibility. - Added TracedElement.getDescription() to give a single-line canonical description of the element (same format that we use in FTL stack taces) - Expose the Environment object to TemplateProcessingTracer methods - Do not expose the TracedElement to exi [...] - posted by dd...@apache.org on 2023/12/18 13:26:06 UTC, 0 replies.
- (freemarker) branch FREEMARKER-35 updated (2a23b00b -> 9742e5e2) - posted by dd...@apache.org on 2023/12/18 13:47:19 UTC, 0 replies.
- (freemarker) branch 3 updated: Forward ported from 2.3-gae: PR #89 TemplateProcessingTracer - posted by dd...@apache.org on 2023/12/19 20:06:05 UTC, 1 replies.
- (freemarker) branch 3 updated (f3c7dfbc -> 3d3dcac6) - posted by dd...@apache.org on 2023/12/19 20:10:19 UTC, 0 replies.
- (freemarker) branch 3 updated: Forward ported from 2.3-gae: PR #88 forceAutoEscape - posted by dd...@apache.org on 2023/12/19 20:11:38 UTC, 0 replies.
- (freemarker) branch 2.3 updated (b28f1f17 -> bd42e4c8) - posted by dd...@apache.org on 2023/12/22 01:04:46 UTC, 0 replies.
- (freemarker) 01/01: Merge remote-tracking branch 'origin/2.3-gae' into 2.3 - posted by dd...@apache.org on 2023/12/22 01:04:47 UTC, 3 replies.
- (freemarker) branch 2.3-gae updated (52992c34 -> b44f937a) - posted by dd...@apache.org on 2023/12/22 16:24:41 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated (b44f937a -> 8fc6d09b) - posted by dd...@apache.org on 2023/12/22 17:30:17 UTC, 0 replies.
- (freemarker) 01/03: #79 Gradle: Added to version history - posted by dd...@apache.org on 2023/12/22 17:30:18 UTC, 0 replies.
- (freemarker) 02/03: Removed references to zh_CN manual, that was removed for a while. - posted by dd...@apache.org on 2023/12/22 17:30:19 UTC, 0 replies.
- (freemarker) 03/03: Added some more help to gradle.properties. Minor README adjustments. - posted by dd...@apache.org on 2023/12/22 17:30:20 UTC, 0 replies.
- (freemarker) branch 3 updated: (Some javadoc typo fixes) - posted by dd...@apache.org on 2023/12/22 17:31:01 UTC, 0 replies.
- (freemarker) branch 2.3 updated (bd42e4c8 -> 2d04a33b) - posted by dd...@apache.org on 2023/12/22 18:09:12 UTC, 0 replies.
- [jira] [Resolved] (FREEMARKER-204) Move the build from Ant to Gradle - posted by "Dániel Dékány (Jira)" <ji...@apache.org> on 2023/12/22 18:19:00 UTC, 0 replies.
- (freemarker) branch 2.3 updated (2d04a33b -> 3aa196d2) - posted by dd...@apache.org on 2023/12/22 18:22:39 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated: README: Gradle must run on at least Java 16, or else it couldn't find the JDK 16 toolchain. - posted by dd...@apache.org on 2023/12/22 18:45:59 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated: Build: Include gradlew related files in the source distro, except the jar. Mention this in the README. - posted by dd...@apache.org on 2023/12/22 22:30:44 UTC, 0 replies.
- [jira] [Commented] (FREEMARKER-225) IndexOutOfBoundsException in StringUtil.XMLOrHTMLEnc - posted by "Dániel Dékány (Jira)" <ji...@apache.org> on 2023/12/23 13:27:00 UTC, 1 replies.
- [jira] [Closed] (FREEMARKER-225) IndexOutOfBoundsException in StringUtil.XMLOrHTMLEnc - posted by "Dániel Dékány (Jira)" <ji...@apache.org> on 2023/12/23 17:00:00 UTC, 0 replies.
- [PR] Make build reproducible [freemarker] - posted by "chrisrueger (via GitHub)" <gi...@apache.org> on 2023/12/23 18:52:56 UTC, 29 replies.
- [jira] [Commented] (FREEMARKER-219) truncate_c is not working as expected - posted by "Dániel Dékány (Jira)" <ji...@apache.org> on 2023/12/23 19:24:00 UTC, 1 replies.
- (freemarker) branch 2.3-gae updated: FREEMARKER-219: The truncate family of built-ins, as in maybeLong?truncate(10, ''), if the terminator string is set to 0 length, now it will not add a space before the terminator string when the cut happened exactly after the end of a word. Also, improved truncate-related documentation. - posted by dd...@apache.org on 2023/12/23 21:05:19 UTC, 0 replies.
- [jira] [Resolved] (FREEMARKER-219) truncate_c is not working as expected - posted by "Dániel Dékány (Jira)" <ji...@apache.org> on 2023/12/23 21:09:00 UTC, 0 replies.
- [jira] [Updated] (FREEMARKER-219) truncate_c is not working as expected - posted by "Dániel Dékány (Jira)" <ji...@apache.org> on 2023/12/23 21:10:00 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated (6334550b -> 65159867) - posted by dd...@apache.org on 2023/12/25 17:23:39 UTC, 0 replies.
- (freemarker) 01/02: Build: Map camel case configuration names to dashed directory names. (So when we will have "javaxServlet", that will be mapped to "freemarker-javax-servlet", rather than to "freemarker-javaxServlet".) - posted by dd...@apache.org on 2023/12/25 17:23:40 UTC, 0 replies.
- (freemarker) 02/02: Dropped support for very old Servlet and JSP versions, and now requiring at least Servlet 3.0 and JSP 2.2. This way, we only need to support a single javax Servlet/JSP version, and could remove the complications from supporting multiple old versions. Also, with this, the "jsp20" and "jsp21" Gradle configurations were unified as "javaxServlet" (because later we want to have "jakartaServlet" too). - posted by dd...@apache.org on 2023/12/25 17:23:41 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated: Actually updated dependencies to Servlet 3.0 and JSP 2.2. (Also, some minor code cleanup.) - posted by dd...@apache.org on 2023/12/25 18:33:36 UTC, 0 replies.
- (freemarker) branch 3 updated: Forward ported from 2.3-gae: Cleanups coming from "Dropped support for very old Servlet and JSP versions" - posted by dd...@apache.org on 2023/12/25 18:36:18 UTC, 0 replies.
- (freemarker) branch 2.3 updated (3aa196d2 -> 0b7e37bf) - posted by dd...@apache.org on 2023/12/25 20:03:56 UTC, 0 replies.
- (freemarker) branch FREEMARKER-35 updated (9742e5e2 -> fc7fd5fc) - posted by dd...@apache.org on 2023/12/25 20:04:28 UTC, 0 replies.
- (freemarker) 01/02: Merge remote-tracking branch 'origin/2.3-gae' into FREEMARKER-35 - posted by dd...@apache.org on 2023/12/25 20:04:29 UTC, 0 replies.
- (freemarker) 02/02: Merge remote-tracking branch 'origin/2.3-gae' into FREEMARKER-35 - posted by dd...@apache.org on 2023/12/25 20:04:30 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated: README: Added note about building distribution artifacts. - posted by dd...@apache.org on 2023/12/26 01:09:08 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated: Build: Added freemarker.allowUnsignedReleaseBuild Gradle property, and set it to true in the GitHub "CI" action - posted by dd...@apache.org on 2023/12/26 10:13:46 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated: Build: Fixed comments/messages related to freemarker.allowUnsignedReleaseBuild. - posted by dd...@apache.org on 2023/12/26 10:18:13 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated: Added Configuration.VERSION_2_3_33 constant - posted by dd...@apache.org on 2023/12/26 11:39:18 UTC, 0 replies.
- (freemarker) branch 3 updated: (Added note on what's not forward ported yet. Also, now 2.x uses Gradle too, so that's not a change anymore.) - posted by dd...@apache.org on 2023/12/26 13:19:18 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated (9f2ad39a -> af7054ab) - posted by dd...@apache.org on 2023/12/27 09:12:33 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated: Build: Reproducible build conde cleanup, and more documentation for it. - posted by dd...@apache.org on 2023/12/27 10:44:48 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated: Build: Made gradlew script executable in the source distro - posted by dd...@apache.org on 2023/12/27 16:39:08 UTC, 0 replies.
- (freemarker) branch 3 updated (dca74313 -> 2d9cceb2) - posted by dd...@apache.org on 2023/12/28 10:45:11 UTC, 0 replies.
- (freemarker) 01/02: Servlet: Switched from javax to Jakarta. JSP tag support is currently broken, but we probably should remove it anyway. Also updated Spring to 6.x, as that's what already supports on Jakarta. - posted by dd...@apache.org on 2023/12/28 10:45:12 UTC, 0 replies.
- (freemarker) 02/02: Spring: Updated tests to run on Spring 6. (There were many URL-s with an extra character at the end, that apparently worked on some much older Spring version.) - posted by dd...@apache.org on 2023/12/28 10:45:13 UTC, 0 replies.
- [jira] [Commented] (FREEMARKER-218) Add jakarta.servlet support - posted by "Dániel Dékány (Jira)" <ji...@apache.org> on 2023/12/28 14:44:00 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated: JSP tag tests: Updated display tag, so the later Jakarta version has the same output - posted by dd...@apache.org on 2023/12/28 20:41:48 UTC, 0 replies.
- (freemarker) branch 3 updated (2d9cceb2 -> 854c6d0f) - posted by dd...@apache.org on 2023/12/28 21:07:24 UTC, 0 replies.
- (freemarker) 01/03: Servlet/JSP tests: Managed to downgrade to Jetty 11, if we use Spring 6.1.x mocks instead of 6.0. Updated display tag to 3.x, which works with Jakarta. Could re-enable some of the test cases. - posted by dd...@apache.org on 2023/12/28 21:07:25 UTC, 0 replies.
- (freemarker) 02/03: (Fixed typo in RealServletContainerTest test class name.) - posted by dd...@apache.org on 2023/12/28 21:07:26 UTC, 0 replies.
- (freemarker) 03/03: Reorganized README-like files a bit. - posted by dd...@apache.org on 2023/12/28 21:07:27 UTC, 0 replies.
- (freemarker) branch 2.3-gae updated: (Build: bit of code cleanup) - posted by dd...@apache.org on 2023/12/28 23:36:49 UTC, 0 replies.
- (freemarker) branch 3 updated: Servlet: Fixed some test cases - posted by dd...@apache.org on 2023/12/29 00:22:26 UTC, 0 replies.
- [PR] Jakarta support [freemarker] - posted by "kelemen (via GitHub)" <gi...@apache.org> on 2023/12/30 15:25:10 UTC, 2 replies.