From: Mathieu Baudier Date: Fri, 20 Mar 2020 07:52:50 +0000 (+0100) Subject: Use Spring application context authentication from SLC. X-Git-Tag: v2.3.9~22 X-Git-Url: http://git.argeo.org/?p=gpl%2Fargeo-tp.git;a=commitdiff_plain;h=006004f2844589e25b46261c351a7cb7998cabbe Use Spring application context authentication from SLC. --- diff --git a/org.argeo.tp.factory.core/META-INF/MANIFEST.MF b/org.argeo.tp.factory.core/META-INF/MANIFEST.MF index 87c48c1..8864921 100644 --- a/org.argeo.tp.factory.core/META-INF/MANIFEST.MF +++ b/org.argeo.tp.factory.core/META-INF/MANIFEST.MF @@ -7,12 +7,12 @@ Bundle-ManifestVersion: 2 Bundle-Name: Core Third Party Factory Bundle-RequiredExecutionEnvironment: JavaSE-11,JavaSE-1.8 Bundle-SymbolicName: org.argeo.tp.factory.core -Bundle-Version: 2.1.28.SNAPSHOT-r20200320072510 +Bundle-Version: 2.1.28.SNAPSHOT-r20200320074906 Import-Package: javax.jcr;version="[2.0,3)", - org.argeo.cms.spring;version="[2.1,3)", org.argeo.slc.repo;version="[2.1,3)", org.argeo.slc.repo.osgi;version="[2.1,3)", + org.argeo.slc.spring.auth;version="[2.1,3)", org.argeo.slc.spring.repo.osgi;version="[2.1,3)", org.springframework.cglib.proxy;resolution:=optional;version="[3.2,4)", org.springframework.cglib.core;resolution:=optional;version="[3.2,4)", @@ -50,6 +50,6 @@ Include-Resource: META-INF/spring/eclipse.jetty.xml=META-INF/spring/ecli spring/eclipse.rap.e4.xml,META-INF/spring/bouncycastle.xml=META-INF/spr ing/bouncycastle.xml Private-Package: !* -SLC-Build-Timestamp: 20200320072510 +SLC-Build-Timestamp: 20200320074906 SLC-Category: org.argeo.tp.factory SLC-ExecutionModule: default diff --git a/org.argeo.tp.factory.core/META-INF/spring/distribution.xml b/org.argeo.tp.factory.core/META-INF/spring/distribution.xml index 9edbd77..cb173ad 100644 --- a/org.argeo.tp.factory.core/META-INF/spring/distribution.xml +++ b/org.argeo.tp.factory.core/META-INF/spring/distribution.xml @@ -227,5 +227,5 @@ + class="org.argeo.slc.spring.auth.AuthenticatedApplicationContextInitialization" /> \ No newline at end of file diff --git a/org.argeo.tp.factory.extras/META-INF/MANIFEST.MF b/org.argeo.tp.factory.extras/META-INF/MANIFEST.MF index bac9325..81c9739 100644 --- a/org.argeo.tp.factory.extras/META-INF/MANIFEST.MF +++ b/org.argeo.tp.factory.extras/META-INF/MANIFEST.MF @@ -7,12 +7,12 @@ Bundle-ManifestVersion: 2 Bundle-Name: Extras Third Party Factory Bundle-RequiredExecutionEnvironment: JavaSE-11,JavaSE-1.8 Bundle-SymbolicName: org.argeo.tp.factory.extras -Bundle-Version: 2.1.14.SNAPSHOT-r20200320072510 +Bundle-Version: 2.1.14.SNAPSHOT-r20200320074906 Import-Package: javax.jcr;version="[2.0,3)", - org.argeo.cms.spring;version="[2.1,3)", org.argeo.slc.repo;version="[2.1,3)", org.argeo.slc.repo.osgi;version="[2.1,3)", + org.argeo.slc.spring.auth;version="[2.1,3)", org.argeo.slc.spring.repo.osgi;version="[2.1,3)", org.springframework.cglib.proxy;resolution:=optional;version="[3.2,4)", org.springframework.cglib.core;resolution:=optional;version="[3.2,4)", @@ -50,6 +50,6 @@ Include-Resource: META-INF/spring/scripting.xml=META-INF/spring/scriptin ing/payment.xml=META-INF/spring/payment.xml,META-INF/MANIFEST.MF=META-I NF/MANIFEST.MF Private-Package: !* -SLC-Build-Timestamp: 20200320072510 +SLC-Build-Timestamp: 20200320074906 SLC-Category: org.argeo.tp.factory SLC-ExecutionModule: default diff --git a/org.argeo.tp.factory.extras/META-INF/spring/distribution.xml b/org.argeo.tp.factory.extras/META-INF/spring/distribution.xml index f678224..90623c0 100644 --- a/org.argeo.tp.factory.extras/META-INF/spring/distribution.xml +++ b/org.argeo.tp.factory.extras/META-INF/spring/distribution.xml @@ -98,7 +98,7 @@ + class="org.argeo.slc.spring.auth.AuthenticatedApplicationContextInitialization"> osgiFactory