This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
The following commit(s) were added to refs/heads/master by this push:
new 2cfc4b3 Update to latest o.a.s.launchpad.base
2cfc4b3 is described below
commit 2cfc4b350de82fdc26724febf833c6f3ff57149e
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Feb 18 15:55:52 2019 +0100
Update to latest o.a.s.launchpad.base
This notably adds a fix for FELIX-6035, which impacts JSP
compilation for Java 12 (and later releases of Java 11 IIUC ).
---
src/main/provisioning/launchpad.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/provisioning/launchpad.txt
b/src/main/provisioning/launchpad.txt
index 9ec722d..7fefa19 100644
--- a/src/main/provisioning/launchpad.txt
+++ b/src/main/provisioning/launchpad.txt
@@ -20,7 +20,7 @@
# Only a single artifact is allowed within this feature.
#
[feature name=:launchpad]
- org.apache.sling/org.apache.sling.launchpad.base/6.0.1-2.6.32
+ org.apache.sling/org.apache.sling.launchpad.base/6.0.2-2.6.34
[settings]
org.osgi.framework.system.packages=org.osgi.framework;version="1.9",org.osgi.framework.dto;version="1.8";uses:="org.osgi.dto",org.osgi.framework.hooks.bundle;version="1.1";uses:="org.osgi.framework",org.osgi.framework.hooks.resolver;version="1.0";uses:="org.osgi.framework.wiring",org.osgi.framework.hooks.service;version="1.1";uses:="org.osgi.framework",org.osgi.framework.hooks.weaving;version="1.1";uses:="org.osgi.framework.wiring",org.osgi.framework.launch;version="1.2";uses:="org.osg
[...]