Git Product home page Git Product logo

sling-site's Introduction

Apache Sling

Build Status Sonarcloud Status License

Apache Sling Website

This repository contains the content of the http://sling.apache.org/ website, which moved in September 2017 from the Apache CMS to this JBake-generated site.

How to build and stage the site locally

Clone this repository, run the below Maven command, open http://localhost:8820/ and enjoy.

mvn clean package -Prun-site

This allows you to experiment with your changes before eventually publishing them.

To also activate the site search feature, use

mvn clean package -Ppagefind,run-site

How to publish the website

The publishing process consists out of 2 steps:

Original: master branch (mainly markdown files)

   |  
   |   1. Build site via Jenkins or local Maven Build
  \|/  

asf-site branch (mainly JBake-generated html files)

   |
   |   2. Publish via ASF gitpubsub, controlled via .asf.yaml
  \|/  

https://sling.apache.org

Each push to the master branch automatically regenerates and publishes the website to https://sling.apache.org, see SLING-7180 for details. The corresponding Jenkins job is linked from the "build" badge at the top of this file. Note that the publish-scm goal might fail if you add lots of changes due to MSCMPUB-18. In that scenario you have to manually perform the git operations, see for instance this file at revision 3e58fbd7.

The ASF's gitpubsub mechanism then synchronizes that content to http://sling.apache.org, usually within a few seconds. More details about the publication process can be found in the ASF Documentation about Project sites. If for some reason this process fails, you can use the self-service page from ASF Infra to trigger a resync of the git repo.

However, if for some reason you need to manually publish the website to the asf-site branch the following instructions can be used:

Clone this repository and run the below commands or equivalent:

# Build the site and review your changes
mvn clean package

# deploy the site
mvn clean package -Ppublish-site -Dmsg="<describe your changes>"

Variables in page content

Adding expandVariables=true to a page's front matter enables simple variables replacement, see the pageVariables map in templates code for which variables are supported or to add more variables. A pattern like ${sling_tagline} in page content is replaced by the sling_tagline variable if it exists, otherwise a MISSING_PAGE_VARIABLE marker is output.

Please use a sling. prefix for new site-related variables in jbake.properties, to differentiate from JBake built-in variables.

Front Matter

A number of Markdown front matter variables are taken into account, here's an example:

title=Tutorials & How-Tos               
type=page
status=published
tags=tutorials,beginner
tableOfContents=false
~~~~~~

Syntax highlighting

The site uses highlight.js for that.

Highlighting can be disabled by specifying an unknown language in the <pre> blocks that are highlighted by default, like for example

<pre class="language-no-highlight">
This will not be highlighted.
</pre>

Site search

The site search is based on Pagefind, which is also used by the ASF community and www websites. Searching the source code for "pagefind" shows how the integration works.

Other Apache projects using JBake

It's sometimes useful to steal ideas get inspiration from other projects using similar tools, for now we know of:

And this query for the jbake topic might find others.

JBake and other technotes

Useful scripts and commands

To find broken links use

wget --spider -r -nd -nv -l 5 http://localhost:8820/ 2>&1 | grep -B1 'broken link'

Deploying when git is configured with user.useConfigOnly = true

It it possible to configure git to not inherit or infer the user.name and user.email properties, to avoid the situation where an incorrect value is used.

However, this breaks site publishing as the git checkout no longer inherits the global configuration settings. To still be able to publish, the following steps are needed

mvn package -Ppublish-site -Dmsg="your-msg-here"
cd target/scm-checkout
git config user.email [email protected]
mvn package -Ppublish-site -Dmsg="your-msg-here"

We are publishing the site once, which creates the SCM checkout, and fails to push since no user.email config is set. Then we manually configure this property in the SCM checkout and try publishing again. Be careful to avoid any clean operations with Maven since it will erase the initial checkout.

sling-site's People

Contributors

anchela avatar andresbott avatar bdelacretaz avatar bosschaert avatar buuhuu avatar chetanmeh avatar cmrockwell avatar cschneider avatar cziegeler avatar dulvac avatar enapps-enorman avatar ghenzler avatar jebailey avatar joerghoh avatar jsedding avatar justinedelson avatar klcodanr avatar kwin avatar mspeck-wbd avatar npeltier avatar oliverlietz avatar raducotescu avatar renovate-bot avatar reschke avatar rombert avatar schaefa avatar stefan-egli avatar stefanseifert avatar tmaret avatar toniedzwiedz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sling-site's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.


Warning

Renovate failed to look up the following dependencies: Failed to look up maven package org.apache.sling:org.apache.sling.scripting.bundle.tracler, Failed to look up maven package org.apache.sling:Use OSGi Feature Model instead, Failed to look up maven package org.apache.sling:${starterVersion}, Failed to look up maven package org.apache.sling:.jar, Failed to look up maven package org.apache.sling:.zip, Failed to look up maven package org.apache.sling:sling-feature-launcher-maven-plugin, Failed to look up maven package org.apache.sling:2.2.0, Failed to look up maven package org.apache.sling:2.27.2, Failed to look up maven package org.apache.sling:1.7.0, Failed to look up maven package org.apache.sling:1.0.24, Failed to look up maven package org.apache.sling:0.0.2, Failed to look up maven package org.apache.sling:2.3.4, Failed to look up maven package org.apache.sling:0.1.2, Failed to look up maven package org.apache.sling:1.1.0, Failed to look up maven package org.apache.sling:1.0.0, Failed to look up maven package org.apache.sling:1.1.8, Failed to look up maven package org.apache.sling:1.4.4, Failed to look up maven package org.apache.sling:2.0.0, Failed to look up maven package org.apache.sling:2.4.0, Failed to look up maven package org.apache.sling:1.0.14, Failed to look up maven package org.apache.sling:5.5.0, Failed to look up maven package org.apache.sling:1.0.2, Failed to look up maven package org.apache.sling:1.2.12, Failed to look up maven package org.apache.sling:0.1.0, Failed to look up maven package org.apache.sling:1.0.6, Failed to look up maven package org.apache.sling:2.3.0, Failed to look up maven package org.apache.sling:2.4.2, Failed to look up maven package org.apache.sling:2.7.12, Failed to look up maven package org.apache.sling:2.1.2, Failed to look up maven package org.apache.sling:3.2.22, Failed to look up maven package org.apache.sling:1.0.4, Failed to look up maven package org.apache.sling:2.1.0, Failed to look up maven package org.apache.sling:1.3.0, Failed to look up maven package org.apache.sling:1.6.0, Failed to look up maven package org.apache.sling:1.5.4, Failed to look up maven package org.apache.sling:1.4.0, Failed to look up maven package org.apache.sling:1.0.28, Failed to look up maven package org.apache.sling:2.0.14, Failed to look up maven package org.apache.sling:1.2.44, Failed to look up maven package org.apache.sling:1.1.4, Failed to look up maven package org.apache.sling:0.7.2, Failed to look up maven package org.apache.sling:0.5.0, Failed to look up maven package org.apache.sling:0.1.6, Failed to look up maven package org.apache.sling:0.3.0, Failed to look up maven package org.apache.sling:0.5.10, Failed to look up maven package org.apache.sling:3.3.0, Failed to look up maven package org.apache.sling:2.15.14, Failed to look up maven package org.apache.sling:4.3.14, Failed to look up maven package org.apache.sling:1.1.10, Failed to look up maven package org.apache.sling:2.0.2, Failed to look up maven package org.apache.sling:1.3.6, Failed to look up maven package org.apache.sling:1.0.12, Failed to look up maven package org.apache.sling:0.4.0, Failed to look up maven package org.apache.sling:1.2.2, Failed to look up maven package org.apache.sling:0.9.4, Failed to look up maven package org.apache.sling:0.0.30, Failed to look up maven package org.apache.sling:2.6.2, Failed to look up maven package org.apache.sling:3.14.0, Failed to look up maven package org.apache.sling:1.1.2, Failed to look up maven package org.apache.sling:0.8.0, Failed to look up maven package org.apache.sling:1.3.4, Failed to look up maven package org.apache.sling:3.2.0, Failed to look up maven package org.apache.sling:3.2.4, Failed to look up maven package org.apache.sling:2.6.0, Failed to look up maven package org.apache.sling:1.2.8, Failed to look up maven package org.apache.sling:1.3.10, Failed to look up maven package org.apache.sling:4.0.2, Failed to look up maven package org.apache.sling:2.2.30, Failed to look up maven package org.apache.sling:3.3.2, Failed to look up maven package org.apache.sling:2.3.8, Failed to look up maven package org.apache.sling:1.1.6, Failed to look up maven package org.apache.sling:1.0.26, Failed to look up maven package org.apache.sling:1.2.0, Failed to look up maven package org.apache.sling:7.0.5-2.7.8, Failed to look up maven package org.apache.sling:12, Failed to look up maven package org.apache.sling:2.0.16, Failed to look up maven package org.apache.sling:1.0.8, Failed to look up maven package org.apache.sling:1.5.0, Failed to look up maven package org.apache.sling:1.6.4, Failed to look up maven package org.apache.sling:4.5.0, Failed to look up maven package org.apache.sling:1.8.6, Failed to look up maven package org.apache.sling:1.1.46, Failed to look up maven package org.apache.sling:1.9.0, Failed to look up maven package org.apache.sling:1.11.6, Failed to look up maven package org.apache.sling:0.2.6, Failed to look up maven package org.apache.sling:2.4.8, Failed to look up maven package org.apache.sling:2.1.6, Failed to look up maven package org.apache.sling:3.1.4, Failed to look up maven package org.apache.sling:1.2.6-1.4.0, Failed to look up maven package org.apache.sling:1.2.14-1.4.0, Failed to look up maven package org.apache.sling:1.2.2-1.4.0, Failed to look up maven package org.apache.sling:1.4.22-1.4.0, Failed to look up maven package org.apache.sling:1.0.10, Failed to look up maven package org.apache.sling:1.5.8, Failed to look up maven package org.apache.sling:1.4.6, Failed to look up maven package org.apache.sling:2.11.2, Failed to look up maven package org.apache.sling:1.4.2, Failed to look up maven package org.apache.sling:4.0.4, Failed to look up maven package org.apache.sling:0.2.0, Failed to look up maven package org.apache.sling:0.0.12, Failed to look up maven package org.apache.sling:1.2.6, Failed to look up maven package org.apache.sling:3.0.24, Failed to look up maven package org.apache.sling:1.6.14, Failed to look up maven package org.apache.sling:3.4.2, Failed to look up maven package org.apache.sling:4.0.0, Failed to look up maven package org.apache.sling:3.5.0, Failed to look up maven package org.apache.sling:4.0.0-1.62.0, Failed to look up maven package org.apache.sling:Not Maintained, Failed to look up maven package org.apache.sling:Replaced with Commons Johnzon, Failed to look up maven package org.apache.sling:Replaced with Composum, Failed to look up maven package org.apache.sling:Migrated to Apache Felix Health Checks, Failed to look up maven package org.apache.sling:Migrated to Apache Felix Health Checkst, Failed to look up maven package org.apache.sling:Replaced with FS ClassLoader, Failed to look up maven package org.apache.sling:Replaced with Apache Jackrabbit Oak, Failed to look up maven package org.apache.sling:Replaced with CA Configs, Failed to look up maven package org.apache.sling:Removed, Failed to look up maven package org.apache.sling:Replaced with Starter Content, Failed to look up maven package org.apache.sling:Superseded by the XSS API bundle, Failed to look up maven package org.apache.sling:Replaced with Apache Felix HC Service Unavailable Filter, Failed to look up maven package org.apache.sling:SLING-5703.

Files affected: src/main/jbake/templates/downloads.tpl


Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

maven
pom.xml
  • org.apache.maven.plugins:maven-clean-plugin 3.3.2
  • org.apache.maven.plugins:maven-antrun-plugin 3.1.0
  • org.apache.maven.plugins:maven-enforcer-plugin 3.5.0
  • org.apache.maven.plugins:maven-scm-publish-plugin 3.2.1
  • org.jbake:jbake-maven-plugin 2.7.0-rc.7
  • org.asciidoctor:asciidoctorj 2.5.2
  • org.codehaus.mojo:build-helper-maven-plugin 3.6.0
  • com.github.eirslett:frontend-maven-plugin 1.15.0
regex
src/main/jbake/templates/downloads.tpl
  • org.apache.sling:org.apache.sling.adapter 2.2.0
  • org.apache.sling:org.apache.sling.api 2.27.2
  • org.apache.sling:org.apache.sling.auth.core 1.7.0
  • org.apache.sling:org.apache.sling.auth.form 1.0.24
  • org.apache.sling:org.apache.sling.auth.xing.api 0.0.2
  • org.apache.sling:org.apache.sling.auth.xing.login 0.0.2
  • org.apache.sling:org.apache.sling.auth.xing.oauth 0.0.2
  • org.apache.sling:org.apache.sling.bundleresource.impl 2.3.4
  • org.apache.sling:org.apache.sling.capabilities 0.1.2
  • org.apache.sling:org.apache.sling.capabilities.jcr 0.1.2
  • org.apache.sling:org.apache.sling.clam 1.1.0
  • org.apache.sling:org.apache.sling.extensions.classloader-leak-detector 1.0.0
  • org.apache.sling:org.apache.sling.cms.api 1.1.8
  • org.apache.sling:org.apache.sling.cms.archetype 1.1.8
  • org.apache.sling:org.apache.sling.cms.core 1.1.8
  • org.apache.sling:org.apache.sling.cms.it 1.1.8
  • org.apache.sling:org.apache.sling.cms.login 1.1.8
  • org.apache.sling:org.apache.sling.cms.reference 1.1.8
  • org.apache.sling:org.apache.sling.cms.transformer 1.1.8
  • org.apache.sling:org.apache.sling.cms.ui 1.1.8
  • org.apache.sling:org.apache.sling.commons.classloader 1.4.4
  • org.apache.sling:org.apache.sling.commons.clam 2.0.0
  • org.apache.sling:org.apache.sling.commons.compiler 2.4.0
  • org.apache.sling:org.apache.sling.commons.content.analyzing 1.0.0
  • org.apache.sling:org.apache.sling.commons.content.processing 1.0.0
  • org.apache.sling:org.apache.sling.commons.crypto 1.1.0
  • org.apache.sling:org.apache.sling.commons.fsclassloader 1.0.14
  • org.apache.sling:org.apache.sling.commons.html 1.1.0
  • org.apache.sling:org.apache.sling.commons.johnzon 2.0.0
  • org.apache.sling:org.apache.sling.commons.log 5.5.0
  • org.apache.sling:org.apache.sling.commons.log.webconsole 1.0.0
  • org.apache.sling:org.apache.sling.commons.logservice 1.1.0
  • org.apache.sling:org.apache.sling.commons.messaging 1.0.2
  • org.apache.sling:org.apache.sling.commons.messaging.mail 2.0.0
  • org.apache.sling:org.apache.sling.commons.metrics 1.2.12
  • org.apache.sling:org.apache.sling.commons.metrics.prometheus 0.1.0
  • org.apache.sling:org.apache.sling.commons.metrics-rrd4j 1.0.6
  • org.apache.sling:org.apache.sling.commons.mime 2.3.0
  • org.apache.sling:org.apache.sling.commons.osgi 2.4.2
  • org.apache.sling:org.apache.sling.commons.scheduler 2.7.12
  • org.apache.sling:org.apache.sling.commons.testing 2.1.2
  • org.apache.sling:org.apache.sling.commons.threads 3.2.22
  • org.apache.sling:org.apache.sling.commons.contentdetection 1.0.4
  • org.apache.sling:org.apache.sling.contentparser.api 2.0.0
  • org.apache.sling:org.apache.sling.contentparser.json 2.1.0
  • org.apache.sling:org.apache.sling.contentparser.xml 2.0.0
  • org.apache.sling:org.apache.sling.contentparser.xml-jcr 2.0.0
  • org.apache.sling:org.apache.sling.contentparser.testutils 2.0.0
  • org.apache.sling:org.apache.sling.caconfig.api 1.3.0
  • org.apache.sling:org.apache.sling.caconfig.impl 1.6.0
  • org.apache.sling:org.apache.sling.testing.caconfig-mock-plugin 1.5.4
  • org.apache.sling:org.apache.sling.caconfig.spi 1.4.0
  • org.apache.sling:org.apache.sling.datasource 1.0.4
  • org.apache.sling:org.apache.sling.discovery.api 1.0.4
  • org.apache.sling:org.apache.sling.discovery.impl 1.2.12
  • org.apache.sling:org.apache.sling.discovery.commons 1.0.28
  • org.apache.sling:org.apache.sling.discovery.base 2.0.14
  • org.apache.sling:org.apache.sling.discovery.oak 1.2.44
  • org.apache.sling:org.apache.sling.discovery.standalone 1.0.2
  • org.apache.sling:org.apache.sling.discovery.support 1.0.6
  • org.apache.sling:org.apache.sling.event.dea 1.1.4
  • org.apache.sling:org.apache.sling.distribution.api 0.7.2
  • org.apache.sling:org.apache.sling.distribution.core 0.5.0
  • org.apache.sling:org.apache.sling.distribution.it 0.1.2
  • org.apache.sling:org.apache.sling.distribution.sample 0.1.6
  • org.apache.sling:org.apache.sling.distribution.journal 0.3.0
  • org.apache.sling:org.apache.sling.distribution.journal.messages 0.5.10
  • org.apache.sling:org.apache.sling.distribution.journal.kafka 0.3.0
  • org.apache.sling:org.apache.sling.distribution.journal.it 0.1.2
  • org.apache.sling:org.apache.sling.dynamic-include 3.3.0
  • org.apache.sling:org.apache.sling.engine 2.15.14
  • org.apache.sling:org.apache.sling.event 4.3.14
  • org.apache.sling:org.apache.sling.event.api 1.0.4
  • org.apache.sling:org.apache.sling.feature.apiregions 1.1.10
  • org.apache.sling:org.apache.sling.feature 2.0.0
  • org.apache.sling:org.apache.sling.feature.analyser 2.0.2
  • org.apache.sling:org.apache.sling.feature.modelconverter 1.0.14
  • org.apache.sling:org.apache.sling.feature.cpconverter 1.3.6
  • org.apache.sling:org.apache.sling.feature.extension.apiregions 2.0.0
  • org.apache.sling:org.apache.sling.feature.extension.content 1.0.12
  • org.apache.sling:org.apache.sling.feature.extension.unpack 0.4.0
  • org.apache.sling:org.apache.sling.featureflags 1.2.2
  • org.apache.sling:org.apache.sling.fileoptim 0.9.4
  • org.apache.sling:org.apache.sling.fsresource 2.2.0
  • org.apache.sling:org.apache.sling.graphql.core 0.0.30
  • org.apache.sling:org.apache.sling.i18n 2.6.2
  • org.apache.sling:org.apache.sling.hapi 1.1.0
  • org.apache.sling:org.apache.sling.hc.junit.bridge 1.0.2
  • org.apache.sling:org.apache.sling.installer.core 3.14.0
  • org.apache.sling:org.apache.sling.installer.factory.configuration 1.4.4
  • org.apache.sling:org.apache.sling.installer.console 1.1.2
  • org.apache.sling:org.apache.sling.installer.factory.packages 1.0.4
  • org.apache.sling:org.apache.sling.installer.factory.feature 0.8.0
  • org.apache.sling:org.apache.sling.installer.provider.file 1.3.4
  • org.apache.sling:org.apache.sling.installer.hc 2.1.0
  • org.apache.sling:org.apache.sling.installer.provider.jcr 3.3.0
  • org.apache.sling:org.apache.sling.javax.activation 0.3.0
  • org.apache.sling:org.apache.sling.jcr.api 2.4.0
  • org.apache.sling:org.apache.sling.jcr.jcr-wrapper 2.0.0
  • org.apache.sling:org.apache.sling.jcr.base 3.2.0
  • org.apache.sling:org.apache.sling.jcr.classloader 3.2.4
  • org.apache.sling:org.apache.sling.jcr.contentloader 2.6.0
  • org.apache.sling:org.apache.sling.jcr.contentparser 1.2.8
  • org.apache.sling:org.apache.sling.jcr.davex 1.3.10
  • org.apache.sling:org.apache.sling.jcr.jackrabbit.accessmanager 4.0.2
  • org.apache.sling:org.apache.sling.jcr.jackrabbit.usermanager 2.2.30
  • org.apache.sling:org.apache.sling.jcr.maintenance 1.1.0
  • org.apache.sling:org.apache.sling.jcr.oak.server 1.4.0
  • org.apache.sling:org.apache.sling.jcr.packageinit 1.0.4
  • org.apache.sling:org.apache.sling.jcr.registration 1.0.6
  • org.apache.sling:org.apache.sling.jcr.resource 3.3.2
  • org.apache.sling:org.apache.sling.jcr.resourcesecurity 1.1.0
  • org.apache.sling:org.apache.sling.jcr.webconsole 1.1.0
  • org.apache.sling:org.apache.sling.jmx.provider 1.0.2
  • org.apache.sling:org.apache.sling.jcr.webdav 2.3.8
  • org.apache.sling:org.apache.sling.junit.core 1.1.6
  • org.apache.sling:org.apache.sling.junit.remote 1.0.12
  • org.apache.sling:org.apache.sling.junit.scriptable 1.0.14
  • org.apache.sling:org.apache.sling.junit.teleporter 1.0.26
  • org.apache.sling:org.apache.sling.junit.healthcheck 1.0.6
  • org.apache.sling:org.apache.sling.launchpad.api 1.2.0
  • org.apache.sling:org.apache.sling.launchpad.base 7.0.5-2.7.8
  • org.apache.sling:org.apache.sling.launchpad.base 7.0.5-2.7.8
  • org.apache.sling:org.apache.sling.launchpad.base 7.0.5-2.7.8
  • org.apache.sling:org.apache.sling.launchpad.installer 1.2.2
  • org.apache.sling:org.apache.sling.launchpad.integration-tests 12
  • org.apache.sling:org.apache.sling.launchpad.test-fragment 12
  • org.apache.sling:org.apache.sling.launchpad.test-services 12
  • org.apache.sling:org.apache.sling.launchpad.test-services-war 2.0.16
  • org.apache.sling:org.apache.sling.tracer 1.0.8
  • org.apache.sling:org.apache.sling.models.api 1.5.0
  • org.apache.sling:org.apache.sling.models.impl 1.6.4
  • org.apache.sling:org.apache.sling.models.jacksonexporter 1.1.4
  • org.apache.sling:org.apache.sling.models.validation-impl 1.1.0
  • org.apache.sling:org.apache.sling.models.caconfig 1.0.2
  • org.apache.sling:org.apache.sling.nosql.generic 1.1.0
  • org.apache.sling:org.apache.sling.nosql.couchbase-client 1.0.2
  • org.apache.sling:org.apache.sling.nosql.couchbase-resourceprovider 1.1.0
  • org.apache.sling:org.apache.sling.nosql.mongodb-resourceprovider 1.1.0
  • org.apache.sling:org.apache.sling.oak.restrictions 1.0.2
  • org.apache.sling:org.apache.sling.pipes 4.5.0
  • org.apache.sling:org.apache.sling.provisioning.model 1.8.6
  • org.apache.sling:org.apache.sling.jcr.repoinit 1.1.46
  • org.apache.sling:org.apache.sling.repoinit.parser 1.9.0
  • org.apache.sling:org.apache.sling.resourceaccesssecurity 1.1.0
  • org.apache.sling:org.apache.sling.resourcebuilder 1.0.4
  • org.apache.sling:org.apache.sling.resourcecollection 1.0.4
  • org.apache.sling:org.apache.sling.resource.filter 1.0.0
  • org.apache.sling:org.apache.sling.resource.inventory 1.0.8
  • org.apache.sling:org.apache.sling.resourcemerger 1.4.4
  • org.apache.sling:org.apache.sling.resource.observation.annotations 1.0.0
  • org.apache.sling:org.apache.sling.resource.presence 0.0.2
  • org.apache.sling:org.apache.sling.resourceresolver 1.11.6
  • org.apache.sling:org.apache.sling.rewriter 1.4.4
  • org.apache.sling:org.apache.sling.testing.samples.failingtests 1.0.6
  • org.apache.sling:org.apache.sling.auth.saml2 0.2.6
  • org.apache.sling:org.apache.sling.testing.samples.sampletests 1.0.6
  • org.apache.sling:org.apache.sling.scripting.api 2.2.0
  • org.apache.sling:org.apache.sling.scripting.spi 1.0.4
  • org.apache.sling:org.apache.sling.scripting.bundle.tracler 0.1.0
  • org.apache.sling:org.apache.sling.scripting.console 1.0.0
  • org.apache.sling:org.apache.sling.scripting.core 2.4.8
  • org.apache.sling:org.apache.sling.scripting.el-api 1.0.4
  • org.apache.sling:org.apache.sling.scripting.java 2.1.6
  • org.apache.sling:org.apache.sling.scripting.javascript 3.1.4
  • org.apache.sling:org.apache.sling.scripting.jsp 2.6.2
  • org.apache.sling:org.apache.sling.scripting.jsp-api 1.0.2
  • org.apache.sling:org.apache.sling.scripting.jsp.taglib 2.4.0
  • org.apache.sling:org.apache.sling.scripting.freemarker 1.0.4
  • org.apache.sling:org.apache.sling.scripting.groovy 1.3.0
  • org.apache.sling:org.apache.sling.scripting.sightly.runtime 1.2.6-1.4.0
  • org.apache.sling:org.apache.sling.scripting.sightly.compiler 1.2.14-1.4.0
  • org.apache.sling:org.apache.sling.scripting.sightly.compiler.java 1.2.2-1.4.0
  • org.apache.sling:org.apache.sling.scripting.sightly 1.4.22-1.4.0
  • org.apache.sling:org.apache.sling.scripting.sightly.js.provider 1.2.8
  • org.apache.sling:org.apache.sling.scripting.sightly.models.provider 1.0.10
  • org.apache.sling:org.apache.sling.scripting.sightly.repl 1.0.10
  • org.apache.sling:org.apache.sling.scripting.thymeleaf 2.0.2
  • org.apache.sling:org.apache.sling.security 1.2.0
  • org.apache.sling:org.apache.sling.serviceusermapper 1.5.8
  • org.apache.sling:org.apache.sling.serviceuser.webconsole 1.0.2
  • org.apache.sling:org.apache.sling.servlet-helpers 1.4.6
  • org.apache.sling:org.apache.sling.servlets.get 2.2.0
  • org.apache.sling:org.apache.sling.servlets.post 2.6.0
  • org.apache.sling:org.apache.sling.servlets.resolver 2.11.2
  • org.apache.sling:org.apache.sling.settings 1.4.2
  • org.apache.sling:org.apache.sling.sitemap 1.0.6
  • org.apache.sling:org.apache.sling.extensions.slf4j.mdc 1.0.0
  • org.apache.sling:org.apache.sling.query 4.0.4
  • org.apache.sling:org.apache.sling.starter.content 1.0.14
  • org.apache.sling:org.apache.sling.superimposing 0.2.0
  • org.apache.sling:org.apache.sling.fragment.activation 1.0.2
  • org.apache.sling:org.apache.sling.fragment.ws 1.0.2
  • org.apache.sling:org.apache.sling.fragment.xml 1.0.2
  • org.apache.sling:org.apache.sling.tenant 1.1.8
  • org.apache.sling:org.apache.sling.testing.email 1.0.0
  • org.apache.sling:org.apache.sling.testing.rules 2.0.2
  • org.apache.sling:org.apache.sling.testing.serversetup 1.0.4
  • org.apache.sling:org.apache.sling.thumbnails 1.0.2
  • org.apache.sling:org.apache.sling.tooling.support.install 1.1.0
  • org.apache.sling:org.apache.sling.tooling.support.source 1.1.0
  • org.apache.sling:org.apache.sling.urlrewriter 0.0.2
  • org.apache.sling:org.apache.sling.validation.api 1.0.0
  • org.apache.sling:org.apache.sling.validation.core 1.0.4
  • org.apache.sling:org.apache.sling.extensions.webconsolebranding 1.0.2
  • org.apache.sling:org.apache.sling.extensions.webconsolesecurityprovider 1.2.8
  • org.apache.sling:org.apache.sling.xss 2.4.0
  • org.apache.sling:adapter-annotations 1.0.0
  • org.apache.sling:org.apache.sling.adapter.annotations 2.0.0
  • org.apache.sling:org.apache.sling.connection-timeout-agent 1.0.2
  • org.apache.sling:org.apache.sling.installer.provider.installhook 1.1.0
  • org.apache.sling:org.apache.sling.kickstart 0.0.12
  • org.apache.sling:org.apache.sling.paxexam.util 1.0.4
  • org.apache.sling:org.apache.sling.performance.base 1.0.2
  • org.apache.sling:sling-project-archetype 1.0.12
  • org.apache.sling:org.apache.sling.testing.samples.integrationtests 1.0.6
  • org.apache.sling:org.apache.sling.servlets.annotations 1.2.6
  • org.apache.sling:org.apache.sling.testing.clients 3.0.24
  • org.apache.sling:org.apache.sling.testing.hamcrest 1.0.2
  • org.apache.sling:org.apache.sling.testing.jcr-mock 1.6.14
  • org.apache.sling:org.apache.sling.testing.logging-mock 2.0.0
  • org.apache.sling:org.apache.sling.testing.osgi-mock.core 3.4.2
  • org.apache.sling:org.apache.sling.testing.osgi-mock.junit4 3.4.2
  • org.apache.sling:org.apache.sling.testing.osgi-mock.junit5 3.4.2
  • org.apache.sling:org.apache.sling.testing.paxexam 4.0.0
  • org.apache.sling:org.apache.sling.testing.resourceresolver-mock 1.4.6
  • org.apache.sling:org.apache.sling.testing.sling-mock.core 3.5.0
  • org.apache.sling:org.apache.sling.testing.sling-mock.junit4 3.5.0
  • org.apache.sling:org.apache.sling.testing.sling-mock.junit5 3.5.0
  • org.apache.sling:org.apache.sling.testing.sling-mock-oak 4.0.0-1.62.0
  • org.apache.sling:Use OSGi Feature Model instead org.apache.sling.crankstart.api
  • org.apache.sling:Use OSGi Feature Model instead org.apache.sling.crankstart.api.fragment
  • org.apache.sling:Use OSGi Feature Model instead org.apache.sling.crankstart.core
  • org.apache.sling:Use OSGi Feature Model instead org.apache.sling.crankstart.launcher
  • org.apache.sling:Use OSGi Feature Model instead org.apache.sling.crankstart.sling.extensions
  • org.apache.sling:Use OSGi Feature Model instead org.apache.sling.crankstart.test.services
  • org.apache.sling:${starterVersion} Y
  • org.apache.sling:${starterVersion} Y
  • org.apache.sling:.jar 1.1.8
  • org.apache.sling:.zip 1.3.0
  • org.apache.sling:.zip 1.3.4
  • org.apache.sling:jspc-maven-plugin 2.3.4
  • org.apache.sling:maven-launchpad-plugin 2.3.4
  • org.apache.sling:scriptingbundle-maven-plugin 0.5.2
  • org.apache.sling:sling-maven-plugin 3.0.2
  • org.apache.sling:slingfeature-maven-plugin 1.8.2
  • org.apache.sling:sling-feature-converter-maven-plugin 1.0.12
  • org.apache.sling:sling-feature-launcher-maven-plugin 0.1.6
  • org.apache.sling:slingstart-maven-plugin 1.9.12
  • org.apache.sling:htl-maven-plugin 2.0.4-1.4.0
  • org.apache.sling:sling-kickstart-maven-plugin 0.0.8
  • org.apache.sling:maven-enforcer-rules 1.2.0
  • org.apache.sling:org.apache.sling.caconfig.bnd-plugin 1.0.2
  • org.apache.sling:org.apache.sling.bnd.models 1.0.0
  • org.apache.sling:org.apache.sling.bnd.plugin.headers.parameters.remove 1.0.0
  • org.apache.sling:scriptingbundle-maven-plugin 0.5.2
  • org.apache.sling:2.2.0 Y
  • org.apache.sling:2.27.2 Y
  • org.apache.sling:1.7.0 Y
  • org.apache.sling:1.0.24 Y
  • org.apache.sling:0.0.2 Y
  • org.apache.sling:0.0.2 Y
  • org.apache.sling:0.0.2 Y
  • org.apache.sling:2.3.4 Y
  • org.apache.sling:0.1.2 Y
  • org.apache.sling:0.1.2 Y
  • org.apache.sling:1.1.0 Y
  • org.apache.sling:1.0.0 Y
  • org.apache.sling:1.1.8 org.apache.sling.app.cms
  • org.apache.sling:1.1.8 org.apache.sling.app.cms
  • org.apache.sling:1.1.8 org.apache.sling.app.cms
  • org.apache.sling:1.1.8 org.apache.sling.app.cms
  • org.apache.sling:1.1.8 org.apache.sling.app.cms
  • org.apache.sling:1.1.8 org.apache.sling.app.cms
  • org.apache.sling:1.1.8 org.apache.sling.app.cms
  • org.apache.sling:1.1.8 org.apache.sling.app.cms
  • org.apache.sling:1.4.4 Y
  • org.apache.sling:2.0.0 Y
  • org.apache.sling:2.4.0 Y
  • org.apache.sling:1.0.0 Y
  • org.apache.sling:1.0.0 Y
  • org.apache.sling:1.1.0 Y
  • org.apache.sling:1.0.14 Y
  • org.apache.sling:1.1.0 Y
  • org.apache.sling:2.0.0 Y
  • org.apache.sling:5.5.0 Y
  • org.apache.sling:1.0.0 Y
  • org.apache.sling:1.1.0 Y
  • org.apache.sling:1.0.2 Y
  • org.apache.sling:2.0.0 Y
  • org.apache.sling:1.2.12 Y
  • org.apache.sling:0.1.0 Y
  • org.apache.sling:1.0.6 Y
  • org.apache.sling:2.3.0 Y
  • org.apache.sling:2.4.2 Y
  • org.apache.sling:2.7.12 Y
  • org.apache.sling:2.1.2 Y
  • org.apache.sling:3.2.22 Y
  • org.apache.sling:1.0.4 Y
  • org.apache.sling:2.0.0 Y
  • org.apache.sling:2.1.0 Y
  • org.apache.sling:2.0.0 Y
  • org.apache.sling:2.0.0 Y
  • org.apache.sling:2.0.0 Y
  • org.apache.sling:1.3.0 Y
  • org.apache.sling:1.6.0 Y
  • org.apache.sling:1.5.4 Y
  • org.apache.sling:1.4.0 Y
  • org.apache.sling:1.0.4 Y
  • org.apache.sling:1.0.4 Y
  • org.apache.sling:1.2.12 Y
  • org.apache.sling:1.0.28 Y
  • org.apache.sling:2.0.14 Y
  • org.apache.sling:1.2.44 Y
  • org.apache.sling:1.0.2 Y
  • org.apache.sling:1.0.6 Y
  • org.apache.sling:1.1.4 Y
  • org.apache.sling:0.7.2 Y
  • org.apache.sling:0.5.0 Y
  • org.apache.sling:0.1.2 Y
  • org.apache.sling:0.1.6 Y
  • org.apache.sling:0.3.0 Y
  • org.apache.sling:0.5.10 Y
  • org.apache.sling:0.3.0 Y
  • org.apache.sling:0.1.2 Y
  • org.apache.sling:3.3.0 Y
  • org.apache.sling:2.15.14 Y
  • org.apache.sling:4.3.14 Y
  • org.apache.sling:1.0.4 Y
  • org.apache.sling:1.1.10 Y
  • org.apache.sling:2.0.0 Y
  • org.apache.sling:2.0.2 Y
  • org.apache.sling:1.0.14 Y
  • org.apache.sling:1.3.6 Y
  • org.apache.sling:2.0.0 Y
  • org.apache.sling:1.0.12 Y
  • org.apache.sling:0.4.0 Y
  • org.apache.sling:1.2.2 Y
  • org.apache.sling:0.9.4 org.apache.sling.file.optimization
  • org.apache.sling:2.2.0 Y
  • org.apache.sling:0.0.30 Y
  • org.apache.sling:2.6.2 Y
  • org.apache.sling:1.1.0 Y
  • org.apache.sling:1.0.2 Y
  • org.apache.sling:3.14.0 Y
  • org.apache.sling:1.4.4 Y
  • org.apache.sling:1.1.2 Y
  • org.apache.sling:1.0.4 Y
  • org.apache.sling:0.8.0 Y
  • org.apache.sling:1.3.4 Y
  • org.apache.sling:2.1.0 Y
  • org.apache.sling:3.3.0 Y
  • org.apache.sling:0.3.0 Y
  • org.apache.sling:2.4.0 Y
  • org.apache.sling:2.0.0 Y
  • org.apache.sling:3.2.0 Y
  • org.apache.sling:3.2.4 Y
  • org.apache.sling:2.6.0 Y
  • org.apache.sling:1.2.8 Y
  • org.apache.sling:1.3.10 Y
  • org.apache.sling:4.0.2 Y
  • org.apache.sling:2.2.30 Y
  • org.apache.sling:1.1.0 Y
  • org.apache.sling:1.4.0 Y
  • org.apache.sling:1.0.4 Y
  • org.apache.sling:1.0.6 Y
  • org.apache.sling:3.3.2 Y
  • org.apache.sling:1.1.0 Y
  • org.apache.sling:1.1.0 Y
  • org.apache.sling:1.0.2 Y
  • org.apache.sling:2.3.8 Y
  • org.apache.sling:1.1.6 Y
  • org.apache.sling:1.0.12 Y
  • org.apache.sling:1.0.14 Y
  • org.apache.sling:1.0.26 Y
  • org.apache.sling:1.0.6 Y
  • org.apache.sling:1.2.0 Y
  • org.apache.sling:7.0.5-2.7.8 Y
  • org.apache.sling:7.0.5-2.7.8 Y
  • org.apache.sling:7.0.5-2.7.8 Y
  • org.apache.sling:1.2.2 Y
  • org.apache.sling:12 Y
  • org.apache.sling:12 Y
  • org.apache.sling:12 Y
  • org.apache.sling:2.0.16 Y
  • org.apache.sling:1.0.8 Y
  • org.apache.sling:1.5.0 Y
  • org.apache.sling:1.6.4 Y
  • org.apache.sling:1.1.4 Y
  • org.apache.sling:1.1.0 Y
  • org.apache.sling:1.0.2 Y
  • org.apache.sling:1.1.0 Y
  • org.apache.sling:1.0.2 Y
  • org.apache.sling:1.1.0 Y
  • org.apache.sling:1.1.0 Y
  • org.apache.sling:1.0.2 Y
  • org.apache.sling:4.5.0 Y
  • org.apache.sling:1.8.6 Y
  • org.apache.sling:1.1.46 Y
  • org.apache.sling:1.9.0 Y
  • org.apache.sling:1.1.0 Y
  • org.apache.sling:1.0.4 Y
  • org.apache.sling:1.0.4 Y
  • org.apache.sling:1.0.0 Y
  • org.apache.sling:1.0.8 Y
  • org.apache.sling:1.4.4 Y
  • org.apache.sling:1.0.0 Y
  • org.apache.sling:0.0.2 Y
  • org.apache.sling:1.11.6 Y
  • org.apache.sling:1.4.4 Y
  • org.apache.sling:1.0.6 N
  • org.apache.sling:0.2.6 Y
  • org.apache.sling:1.0.6 N
  • org.apache.sling:2.2.0 Y
  • org.apache.sling:1.0.4 Y
  • org.apache.sling:0.1.0 Y
  • org.apache.sling:1.0.0 Y
  • org.apache.sling:2.4.8 Y
  • org.apache.sling:1.0.4 Y
  • org.apache.sling:2.1.6 Y
  • org.apache.sling:3.1.4 Y
  • org.apache.sling:2.6.2 Y
  • org.apache.sling:1.0.2 Y
  • org.apache.sling:2.4.0 Y
  • org.apache.sling:1.0.4 Y
  • org.apache.sling:1.3.0 Y
  • org.apache.sling:1.2.6-1.4.0 Y
  • org.apache.sling:1.2.14-1.4.0 Y
  • org.apache.sling:1.2.2-1.4.0 Y
  • org.apache.sling:1.4.22-1.4.0 Y
  • org.apache.sling:1.2.8 Y
  • org.apache.sling:1.0.10 Y
  • org.apache.sling:1.0.10 Y
  • org.apache.sling:2.0.2 Y
  • org.apache.sling:1.2.0 Y
  • org.apache.sling:1.5.8 Y
  • org.apache.sling:1.0.2 Y
  • org.apache.sling:1.4.6 Y
  • org.apache.sling:2.2.0 Y
  • org.apache.sling:2.6.0 Y
  • org.apache.sling:2.11.2 Y
  • org.apache.sling:1.4.2 Y
  • org.apache.sling:1.0.6 Y
  • org.apache.sling:1.0.0 Y
  • org.apache.sling:4.0.4 Y
  • org.apache.sling:1.0.14 Y
  • org.apache.sling:0.2.0 Y
  • org.apache.sling:1.0.2 Y
  • org.apache.sling:1.0.2 Y
  • org.apache.sling:1.0.2 Y
  • org.apache.sling:1.1.8 Y
  • org.apache.sling:1.0.0 Y
  • org.apache.sling:2.0.2 Y
  • org.apache.sling:1.0.4 Y
  • org.apache.sling:1.0.2 Y
  • org.apache.sling:1.1.0 Y
  • org.apache.sling:1.1.0 Y
  • org.apache.sling:0.0.2 Y
  • org.apache.sling:1.0.0 Y
  • org.apache.sling:1.0.4 Y
  • org.apache.sling:1.0.2 Y
  • org.apache.sling:1.2.8 Y
  • org.apache.sling:2.4.0 Y
  • org.apache.sling:1.0.0 Y
  • org.apache.sling:2.0.0 Y
  • org.apache.sling:1.0.2 Y
  • org.apache.sling:1.1.0 Y
  • org.apache.sling:0.0.12 Y
  • org.apache.sling:1.0.4 Y
  • org.apache.sling:1.0.2 org.apache.sling.performance
  • org.apache.sling:1.0.12 Y
  • org.apache.sling:1.0.6 N
  • org.apache.sling:1.2.6 Y
  • org.apache.sling:3.0.24 Y
  • org.apache.sling:1.0.2 Y
  • org.apache.sling:1.6.14 Y
  • org.apache.sling:2.0.0 Y
  • org.apache.sling:3.4.2 org.apache.sling.testing.osgi-mock
  • org.apache.sling:3.4.2 org.apache.sling.testing.osgi-mock
  • org.apache.sling:3.4.2 org.apache.sling.testing.osgi-mock
  • org.apache.sling:4.0.0 Y
  • org.apache.sling:1.4.6 Y
  • org.apache.sling:3.5.0 org.apache.sling.testing.sling-mock
  • org.apache.sling:3.5.0 org.apache.sling.testing.sling-mock
  • org.apache.sling:3.5.0 org.apache.sling.testing.sling-mock
  • org.apache.sling:4.0.0-1.62.0 Y
  • org.apache.sling:Not Maintained org.apache.sling.auth.openid
  • org.apache.sling:Not Maintained org.apache.sling.auth.selector
  • org.apache.sling:Not Maintained org.apache.sling.bgservlets
  • org.apache.sling:Not Maintained org.apache.sling.bgservlets.testing
  • org.apache.sling:Replaced with Commons Johnzon org.apache.sling.commons.json
  • org.apache.sling:org.apache.sling.crankstart.api 1.0.0
  • org.apache.sling:org.apache.sling.crankstart.api.fragment 1.0.2
  • org.apache.sling:org.apache.sling.crankstart.core 1.0.0
  • org.apache.sling:org.apache.sling.crankstart.launcher 1.0.0
  • org.apache.sling:org.apache.sling.crankstart.sling.extensions 1.0.0
  • org.apache.sling:org.apache.sling.crankstart.test.services 1.0.0
  • org.apache.sling:Replaced with Composum org.apache.sling.extensions.explorer
  • org.apache.sling:Not Maintained org.apache.sling.extensions.gwt.servlet
  • org.apache.sling:Migrated to Apache Felix Health Checks org.apache.sling.hc.api
  • org.apache.sling:Migrated to Apache Felix Health Checkst org.apache.sling.hc.support
  • org.apache.sling:Migrated to Apache Felix Health Checks org.apache.sling.hc.annotations
  • org.apache.sling:Migrated to Apache Felix Health Checks org.apache.sling.hc.core
  • org.apache.sling:Migrated to Apache Felix Health Checks org.apache.sling.hc.it
  • org.apache.sling:Migrated to Apache Felix Health Checks org.apache.sling.hc.samples
  • org.apache.sling:Migrated to Apache Felix Health Checks org.apache.sling.hc.webconsole
  • org.apache.sling:Not Maintained org.apache.sling.installer.factory.subsystems
  • org.apache.sling:Replaced with FS ClassLoader org.apache.sling.jcr.compiler
  • org.apache.sling:Replaced with Apache Jackrabbit Oak org.apache.sling.jcr.jackrabbit.server
  • org.apache.sling:Replaced with CA Configs org.apache.sling.jcr.prefs
  • org.apache.sling:Removed org.apache.sling.karaf-repoinit
  • org.apache.sling:Replaced with Starter Content org.apache.sling.launchpad.content
  • org.apache.sling:Not Maintained org.apache.sling.samples.path-based.rtp
  • org.apache.sling:Superseded by the XSS API bundle org.apache.sling.scripting.jsp.taglib.compat
  • org.apache.sling:Not Maintained org.apache.sling.scripting.jst
  • org.apache.sling:Not Maintained org.apache.sling.servlets.compat
  • org.apache.sling:Replaced with Apache Felix HC Service Unavailable Filter org.apache.sling.starter.startup
  • org.apache.sling:Not Maintained org.apache.sling.testing.sling-mock-jackrabbit
  • org.apache.sling:SLING-5703 org.apache.sling.testing.tools

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.