68
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some Javadoc improvements related to incompatible_improvements and the object_wrapper setting More... 14 days ago
FREEMARKER-216: Fixed some IllegalAccessException-s appearing since Java 16 (JEP 396), because invoke public methods on public, but internal JDK classes More... 26 days ago
Added support class to access Java 9 module API More... 26 days ago
Fixed log dependencies of javax.servlet Jetty tests (Jetty logs weren't visible) More... 26 days 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... 26 days ago
Manual: Old URL-s cleanup More... about 1 month ago
FREEMARKER-218: Added documentation/comments More... 2 months ago
Merge pull request #104 from kelemen/generated-jakarta-sources More... 2 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... 2 months ago
(Build: Some comments, and minor cleanup) More... 2 months ago
(Minor code cleanup, and javadoc improvements.) More... 3 months ago
(Build: bit of code cleanup) More... 3 months ago
JSP tag tests: Updated display tag, so the later Jakarta version has the same output More... 3 months ago
Added Jakarta sources generation. More... 3 months ago
Build: Made gradlew script executable in the source distro More... 3 months ago
Build: Reproducible build conde cleanup, and more documentation for it. More... 3 months ago
Merge pull request #103 from chrisrueger/make-build-reproducible More... 3 months ago
revert Versions.java and testcase More... 3 months ago
put .buildinfo into the sources.jar too More... 3 months ago
Added Configuration.VERSION_2_3_33 constant More... 3 months ago
add task to create .buildinfo file to distSrc More... 3 months ago
Build: Fixed comments/messages related to freemarker.allowUnsignedReleaseBuild. More... 3 months ago
Build: Added freemarker.allowUnsignedReleaseBuild Gradle property, and set it to true in the GitHub "CI" action More... 3 months ago
Revert "add back jdk version to MANIFEST.MF" More... 3 months ago
deprecate Version.buildDate More... 3 months ago
add back jdk version to MANIFEST.MF More... 3 months ago
remove @timestamps@ from version.properties More... 3 months ago
README: Added note about building distribution artifacts. More... 3 months ago
Merge branch 'apache:2.3-gae' into make-build-reproducible More... 3 months ago
improve timestamps and permissions for jar outputs More... 3 months ago