commit | 266479f53ed6e71eb0652a67f313d7cf738f32a1 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Jan 28 20:07:13 2025 +0000 |
committer | Stefan Seifert <stefanseifert@users.noreply.github.com> | Tue Jan 28 21:15:09 2025 +0100 |
tree | 36fadbf0658ba5339fe09cb1af82f222b0f9d935 | |
parent | 7d794039949eaf941dc8fd8943040aee8e6b2b22 [diff] |
Bump commons-io:commons-io from 2.11.0 to 2.14.0 Bumps commons-io:commons-io from 2.11.0 to 2.14.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This module is part of the Apache Sling project.
The Apache Sling Content Parser for JSON provides support for parsing JSON files into Apache Sling resource trees, by implementing the API provided by the org.apache.sling.contentparser.api
bundle.
To obtain a reference to the JSON content parser just filter on the ContentParser.SERVICE_PROPERTY_CONTENT_TYPE
service registration property:
@Reference(target = "(" + ContentParser.SERVICE_PROPERTY_CONTENT_TYPE + "=json)") private ContentParser jsonParser;