This is an automated email from the ASF dual-hosted git repository.
olli pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-freemarker.git.
from bf14d1e SLING-8504 Update Felix Framework to 6.0.3
new 30c5b87 polish HTML
new aba3a60 SLING-8729 Make value map of current resource available in
bindings as properties
new a57ffe0 style
new 4ab98f7 move initial content to directory initial-content
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../internal/FreemarkerBindingsValuesProvider.java | 45 ++++++++++++++++++++++
...ava => FreemarkerBindingsValuesProviderIT.java} | 17 +++-----
.../freemarker/it/tests/FreemarkerTestSupport.java | 6 +--
.../scripting/freemarker/it/tests/SimpleIT.java | 2 +-
.../apps/freemarker/page/adaptto/html.ftl | 2 +-
.../apps/freemarker/page/bindings}/html.ftl | 5 +--
.../apps/freemarker/page/include/html.ftl | 2 +-
.../apps/freemarker/page/simple/html.ftl | 2 +-
.../apps/jsp/page/resource/html.jsp | 0
.../{ => initial-content}/content/freemarker.json | 8 +++-
10 files changed, 64 insertions(+), 25 deletions(-)
create mode 100644
src/main/java/org/apache/sling/scripting/freemarker/internal/FreemarkerBindingsValuesProvider.java
copy
src/test/java/org/apache/sling/scripting/freemarker/it/tests/{SimpleIT.java =>
FreemarkerBindingsValuesProviderIT.java} (82%)
rename src/test/resources/{ =>
initial-content}/apps/freemarker/page/adaptto/html.ftl (98%)
copy src/test/resources/{apps/freemarker/page/simple =>
initial-content/apps/freemarker/page/bindings}/html.ftl (89%)
rename src/test/resources/{ =>
initial-content}/apps/freemarker/page/include/html.ftl (98%)
rename src/test/resources/{ =>
initial-content}/apps/freemarker/page/simple/html.ftl (98%)
rename src/test/resources/{ =>
initial-content}/apps/jsp/page/resource/html.jsp (100%)
rename src/test/resources/{ => initial-content}/content/freemarker.json (75%)