commit | 8c5e8a29627fa36a463872d3a9a75ef2e1cf0785 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Sep 01 22:23:00 2022 +0000 |
committer | GitHub <noreply@github.com> | Thu Sep 01 22:23:00 2022 +0000 |
tree | 04bc7aa6fda75e5bf67d34ff78acf5e73f20dd82 | |
parent | f98d1148a95170941690b2b2a3c3c26dbbed2c80 [diff] |
Bump jsoup from 1.11.3 to 1.15.3 Bumps [jsoup](https://github.com/jhy/jsoup) from 1.11.3 to 1.15.3. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES) - [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.11.3...jsoup-1.15.3) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
This module is part of the Apache Sling project.
This module provides a scripting engine for Thymeleaf templates.
SlingResourceTemplateResolver
customizable through TemplateModeProvider
ResourceBundleMessageResolver
backed by ResourceBundleProvider
from Sling i18n customizable through optional AbsentMessageRepresentationProvider
PatternTemplateModeProvider
supporting Pattern
configurations for all template modes (HTML
, XML
, TEXT
, JAVASCRIPT
, CSS
and RAW
)SlingDialect
TemplateEngine
registered as OSGi Service (ITemplateEngine
) for direct useFor running Sling Scripting Thymeleaf with Sling Starter some dependencies need to be resolved. This can be achieved by installing the following bundles:
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.thymeleaf/3.0.9.RELEASE_1 mvn:org.attoparser/attoparser/2.0.5.RELEASE mvn:org.unbescape/unbescape/1.1.6.RELEASE mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.ognl/3.2.1_1 mvn:org.javassist/javassist/3.23.1-GA
There is a feature for Karaf:
karaf@root()> feature:install sling-scripting-thymeleaf
Note: Sling Scripting Thymeleaf requires an implementation of OSGi Declarative Services 1.3 (e.g. Apache Felix Service Component Runtime 2.0.0 or greater)