68
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed: Configuration.setServletContextForTemplateLoading did not support Jakarta More... 8 days ago
TemplateProcessingTracer: Pass the element to exitElement too. More... 12 days ago
ZeroArgumentNonVoidMethodPolicy: Improved behavior when a record has Java Bean property read methods to expose the record components on the traditional way too. More... 16 days ago
Renamed nonRecordZeroArgumentNonVoidMethodPolicy to defaultZeroArgumentNonVoidMethodPolicy, as we will also need this for value objects in later java versions. More... 18 days ago
Fixed NPE on Java 9+ when check if an array type is accessible. More... 23 days ago
Some Javadoc improvements related to incompatible_improvements and the object_wrapper setting More... about 1 month ago
FREEMARKER-216: Fixed some IllegalAccessException-s appearing since Java 16 (JEP 396), because invoke public methods on public, but internal JDK classes More... about 2 months ago
Added support class to access Java 9 module API More... about 2 months ago
Fixed log dependencies of javax.servlet Jetty tests (Jetty logs weren't visible) More... about 2 months ago
Fixed Java version detection (Java 8 version is returned as 1.8.x, but Java 9+ it's 9.x. not 1.9.x). Also, code cleanup. More... about 2 months ago
Manual: Old URL-s cleanup More... 2 months ago
FREEMARKER-218: Added documentation/comments More... 3 months ago
Merge pull request #104 from kelemen/generated-jakarta-sources More... 3 months ago
Added support for marking obj.prop and obj.prop() to be the same in templates (and equally obj["prop"], and obj["prop"]()). Made Java zero argument methods to be such properties by default, if incompatibleImprovements is at least 2.3.33. Added ZeroArgumentNonVoidMethodPolicy, and BeansWrapperConfiguration.nonRecordZeroArgumentNonVoidMethodPolicy, and recordZeroArgumentNonVoidMethodPolicy to implement these. Also,added GenericObjectModel which implements MethodCallAwareTemplateHashModel, and create that in BeansWrapper instead of StringModel. More... 3 months ago
(Build: Some comments, and minor cleanup) More... 3 months ago
(Minor code cleanup, and javadoc improvements.) More... 4 months ago
(Build: bit of code cleanup) More... 4 months ago
JSP tag tests: Updated display tag, so the later Jakarta version has the same output More... 4 months ago
Added Jakarta sources generation. More... 4 months ago
Build: Made gradlew script executable in the source distro More... 4 months ago
Build: Reproducible build conde cleanup, and more documentation for it. More... 4 months ago
Merge pull request #103 from chrisrueger/make-build-reproducible More... 4 months ago
revert Versions.java and testcase More... 4 months ago
put .buildinfo into the sources.jar too More... 4 months ago
Added Configuration.VERSION_2_3_33 constant More... 4 months ago
add task to create .buildinfo file to distSrc More... 4 months ago
Build: Fixed comments/messages related to freemarker.allowUnsignedReleaseBuild. More... 4 months ago
Build: Added freemarker.allowUnsignedReleaseBuild Gradle property, and set it to true in the GitHub "CI" action More... 4 months ago
Revert "add back jdk version to MANIFEST.MF" More... 4 months ago
deprecate Version.buildDate More... 4 months ago