- 9c2cd96 (README adjustment) by ddekany · 24 hours ago 2.3-gae
- 962bf05 Added missing item to version history by ddekany · 24 hours ago
- 0c9defb Updated version to 2.3.35, preparing for release by ddekany · 26 hours ago
- e80df26 [PR-132] Refinements for feature/hex-integer-literals: by ddekany · 5 days ago
- 667686b Merge pull request #132 from gdisirio/feature/hex-integer-literals by ddekany · 5 days ago
- 9860d1e (Manual: Version to 2.3.35) by ddekany · 5 days ago
- 5b5a1bb Added ?lines by ddekany · 7 days ago
- 3c86876 Added some AI directories we don't commit at the moment to rat-excludes by ddekany · 7 days ago
- ed8c28c [PR-130] Post-merge adjustments: by ddekany · 9 days ago
- a71fbc3 Merge pull request #130 from gdisirio/feature/string-formatting-builtins by ddekany · 7 days ago
- 99bcddc Review feedback: ?dedent(prefix) trims too, and parametric indent/dedent tests. by Giovanni Di Sirio · 9 days ago
- 621a8ac - Code cleanup: Mostly, the refactoring of indent/dedent algorithms to be more readable by ddekany · 10 days ago feature/string-formatting-builtins
- e0f32f0 Review feedback: dedent partial prefixes, indent every line, drop ?right_pad_lines. by Giovanni Di Sirio · 10 days ago
- a633172 Add the missing ASF license header to _CoreStringUtilsTest.java. by Giovanni Di Sirio · 11 days ago
- 4ab4d64 [PR-130] Adjustments: by ddekany · 3 weeks ago
- ad83172 Add hexadecimal integer literals (e.g. 0xFF) by Giovanni Di Sirio · 3 months ago
- 5e60f37 (Fixed Template.java import code style to be consistent with the rest) by ddekany · 9 weeks ago
- e00d27c Updated gradle/actions/setup-gradle version, as by ddekany · 9 weeks ago
- cbcaa8d Removed freemarker.debug due to concerns of being flagged for using RMI, and because we believe nobody uses it. by ddekany · 9 weeks ago
- 0b6e617 Review feedback: clarify character-width semantics and non-breaking space behaviour by Giovanni Di Sirio · 3 months ago
- 3abd7f0 Review feedback: add no-argument ?dedent() form (Python textwrap.dedent-style) by Giovanni Di Sirio · 3 months ago
- ecfa044 Review feedback: rename ?pad_lines to ?right_pad_lines by Giovanni Di Sirio · 3 months ago
- 097fdcf Add string built-ins for multi-line text formatting: ?indent, ?dedent, ?wrap, ?pad_lines by Giovanni Di Sirio · 3 months ago
- ef20c37 Moved "Security Scan Guidance" from AGENTS.md into SECURITY.md, and extended it. Typo fixes in `AGENTS.md`. by ddekany · 3 months ago
- 65c32e0 Added AGENTS.md to RAT excludes by ddekany · 3 months ago
- fa02a17 Added AGENTS.md. Also, README typo fixes. by ddekany · 3 months ago
- b3dea92 Merge pull request #129 from apache/infrastructure-ruleset-bot/default-branch-protection by ddekany · 3 months ago
- a12bda2 Set up default protection ruleset for default and release branches by The Apache Software Foundation · 3 months ago infrastructure-ruleset-bot/default-branch-protection
- 70d634d (GitHub workflow typo) by ddekany · 3 months ago
- 1aa0ca9 (GitHub workflow typo) by ddekany · 3 months ago
- 0fe3e22 GitHub CI: Just avoid running GraalVM native test on Windows, which is currently broken. It already runs on Linux, I think that's enough. The complexity added to make that test work on the Windows (vctools installation, exe suffix) is not worth it. by ddekany · 3 months ago
- 09d6cfb [FREEMARKER-234] Fixed a unit test. Improved Configuration.incompatibleImprovements javadoc. by ddekany · 3 months ago
- 6c2b018 Trying to fix GitHub CI workflow by ddekany · 3 months ago
- 7ccb9f2 Trying to fix GitHub CI workflow by ddekany · 3 months ago
- 2048f7d [FREEMARKER-234] PR adjustments by ddekany · 3 months ago
- 0c13d27 Merge pull request #127 from mapeders/FREEMARKER-234-boolean-wrapper-is-getter by ddekany · 3 months ago
- a6ea90f Merge pull request #128 from mapeders/FREEMARKER-116-fix-beanswrapper-doc-mismatch by ddekany · 4 months ago
- 3f36197 [FREEMARKER-116] Fix mismatch between example code and explanation in BeansWrapper documentation by madsbredholt · 4 months ago
- 5135b42 [FREEMARKER-234] Expose Boolean isFoo() getters as bean properties by madsbredholt · 4 months ago
- 783b5c4 Merge pull request #126 from mapeders/FREEMARKER-209-fix-estabilished-typo by ddekany · 4 months ago
- 7f19c62 [FREEMARKER-209] Fix "estabilished" typo in error message by madsbredholt · 4 months ago
- 2f50940 Merge pull request #116 from hduelme/use-isEmpty-to-check-if-string-is-empty by ddekany · 9 months ago
- b20474e Merge pull request #123 from stevemcleod/fix-error-in-switch-example by ddekany · 9 months ago
- 3e695bf Corrected the stray usage of switch-with-case in the switch-with-on example. by Steve McLeod · 9 months ago
- 9468a08 Improved Logger javadoc. by ddekany · 9 months ago
- 33d5094 GraalVM native PR followup: Moved documentation from the README into the Manual. Also reworked it. by ddekany · 9 months ago
- 2cce3b5 GraalVM native PR followup: Refactored example project: by ddekany · 9 months ago
- 37cc917 Merge pull request #121 from fugerit-org/1-add-graalvm-support-to-apache-freemarker by ddekany · 9 months ago
- 4ad7311 GraalVM native support guide sample by Matteo Franci a.k.a. Fugerit · 1 year, 3 months ago
- d0012c0 Add GraalVM native support (reflect-config.json) by Matteo Franci a.k.a. Fugerit · 1 year, 3 months ago
- 91a80a7 GraalVM support : added usage documentation by Matteo Franci a.k.a. Fugerit · 1 year, 4 months ago
- e742a30 Added 'ubuntu-24.04-arm' os to CI matrix by Matteo Franci a.k.a. Fugerit · 1 year, 7 months ago
- 4634f93 Add test project for GraalVM native support + CI updated by Matteo Franci a.k.a. Fugerit · 1 year, 7 months ago
- ac93570 Add GraalVM native support by Matteo Franci a.k.a. Fugerit · 1 year, 7 months ago
- 54667e0 (Manual: Put ® into superscript) by ddekany · 1 year, 2 months ago
- 04699f0 Manual: Added some markers to affect Pagefind weights by ddekany · 1 year, 2 months ago
- ed77bd4 (Minor javadoc adjustment) by ddekany · 1 year, 2 months ago
- ce10002 README: Added section about website related build tasks by ddekany · 1 year, 2 months ago
- ce972a0 Manual: Use pagefindBasedSearch by ddekany · 1 year, 2 months ago
- a49abc8 (Manual: Updated legal text in the footer.) by ddekany · 1 year, 5 months ago
- 97bc9b8 (Manual: Added ®) by ddekany · 1 year, 5 months ago
- 04a57e4 Javadoc: (Typo fix) by ddekany · 1 year, 7 months ago
- 86455dc Updated version to 2.3.35-SNAPSHOT by ddekany · 1 year, 7 months ago
- f2b4844 Javadoc: (Typo fix) by ddekany · 1 year, 8 months ago
- 6969b89 Javadoc: Improved Configuration documentation by ddekany · 1 year, 8 months ago
- 0c85748 Javadoc: Fixed malformed HTML by ddekany · 1 year, 8 months ago
- 3f4fda5 Manual: Updated release date, and some more version history adjustments by ddekany · 1 year, 8 months ago
- 46343f2 Javadoc: Document the effect of incompatibleImprovements 2.3.34. by ddekany · 1 year, 8 months ago
- e263604 Adjusted description in the generated pom.xml by ddekany · 1 year, 8 months ago v2.3.34-gae
- 55ffb5e Adjusted last merged PR: incompatibleImprovements 2.3.24 -> 2.3.34. Added more JUnit tests. Updated version history. by ddekany · 1 year, 8 months ago
- 69cf616 Merge pull request #120 from nolaviz/sep-incompatible-improvements by ddekany · 1 year, 8 months ago
- de37405 Re-enable bare `<sep>` when incompatibleImprovements < 2.3.34. by Alon Ziv · 1 year, 8 months ago
- aba94c0 Adjusted description in POM by ddekany · 1 year, 8 months ago
- 6579c86 (Manual typo fix) by ddekany · 1 year, 9 months ago
- becc837 Comment in gradle.properties about how to avoid modifying it by ddekany · 1 year, 9 months ago
- 19e99c6 Updated Manual for 2.3.34 release by ddekany · 1 year, 9 months ago
- b0d4ffd Updated version number by ddekany · 1 year, 9 months ago
- ffd0bf4 Minor code cleanup for #switch/#on by ddekany · 1 year, 9 months ago
- fdb3cee Manual: Added GitHub PR links to 2.3.34 change log. by ddekany · 1 year, 9 months ago
- 578106c Post-merge adjustments for "Fix sep directive in syntax A breaks templates in syntax B": Added it to change log. Replaced JUnit test with one that covers more variations. by ddekany · 1 year, 9 months ago
- 66c94aa Merge pull request #119 from binokkio/fix-sep by ddekany · 1 year, 9 months ago
- 268f555 Fix typo by Binokkio · 1 year, 9 months ago
- 0649015 Fix sep directive in syntax A breaking templates in syntax B by Binokkio · 1 year, 9 months ago
- 5d2022d Merge pull request #118 from Blackman99/patch-1 by ddekany · 1 year, 9 months ago
- 033136c fix: with_args output by Dongsheng Zhao · 1 year, 9 months ago
- ce5d869 Minor cleanups related to ?trimToNull/?emptyToNull/?blankToNull by ddekany · 1 year, 10 months ago
- e46d3bd (Manual typo fix) by ddekany · 1 year, 10 months ago
- 3cca126 Github actions: Updated even more actions by ddekany · 1 year, 11 months ago
- fe671f2 Merge pull request #117 from Swilvan/2.3-gae by ddekany · 1 year, 11 months ago
- 6d73c19 Github actions: Updated from unsupported actions/upload-artifact version by ddekany · 1 year, 11 months ago
- 304ca67 Fix typo in docs by Silvan van Leeuwen · 1 year, 11 months ago
- 928bd5e use isEmpty to check if string is empty by hduelme · 2 years ago
- 7d9f5e5 #switch #on PR post-merge adjustments: by ddekany · 2 years ago
- 7a429fe Merge pull request #114 from scrhartley/switch-on by ddekany · 2 years ago
- 30a6e32 Merge pull request #112 from timlueg/2.3-gae by ddekany · 2 years ago
- dda4faf Merge pull request #108 from hduelme/use-StandardCharsets-instead-of-string by ddekany · 2 years ago
- e325894 Version number fixes/adjustments by ddekany · 2 years ago
- 943c9b6 Refinements for blank_to_null, empty_to_null, and trim_to_null built-ins PR: by ddekany · 2 years ago
- be043ec Merge pull request #111 from chrisrueger/add-is_blank-builtin-for-string by ddekany · 2 years ago
- 1836779 Merge remote-tracking branch 'upstream/2.3-gae' into add-is_blank-builtin-for-string by Christoph Rueger · 2 years ago