Use Spring application context authentication from SLC.
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 20 Mar 2020 07:52:50 +0000 (08:52 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 20 Mar 2020 07:52:50 +0000 (08:52 +0100)
org.argeo.tp.factory.core/META-INF/MANIFEST.MF
org.argeo.tp.factory.core/META-INF/spring/distribution.xml
org.argeo.tp.factory.extras/META-INF/MANIFEST.MF
org.argeo.tp.factory.extras/META-INF/spring/distribution.xml

index 87c48c1c650b48c40a39520896a775eca4cb9092..88649218668dbd984e075dd7c0ef4a72d5d9771b 100644 (file)
@@ -7,12 +7,12 @@ Bundle-ManifestVersion: 2
 Bundle-Name: Core Third Party Factory\r
 Bundle-RequiredExecutionEnvironment: JavaSE-11,JavaSE-1.8\r
 Bundle-SymbolicName: org.argeo.tp.factory.core\r
-Bundle-Version: 2.1.28.SNAPSHOT-r20200320072510\r
+Bundle-Version: 2.1.28.SNAPSHOT-r20200320074906\r
 Import-Package: \r
  javax.jcr;version="[2.0,3)",\r
- org.argeo.cms.spring;version="[2.1,3)",\r
  org.argeo.slc.repo;version="[2.1,3)",\r
  org.argeo.slc.repo.osgi;version="[2.1,3)",\r
+ org.argeo.slc.spring.auth;version="[2.1,3)",\r
  org.argeo.slc.spring.repo.osgi;version="[2.1,3)",\r
  org.springframework.cglib.proxy;resolution:=optional;version="[3.2,4)",\r
  org.springframework.cglib.core;resolution:=optional;version="[3.2,4)",\r
@@ -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\r
  ing/bouncycastle.xml\r
 Private-Package: !*\r
-SLC-Build-Timestamp: 20200320072510\r
+SLC-Build-Timestamp: 20200320074906\r
 SLC-Category: org.argeo.tp.factory\r
 SLC-ExecutionModule: default\r
index 9edbd77171e11b9d951c73fdc987d29b657c7a57..cb173add04e2ad8f64ff2e3f6fb6810f3ca65c59 100644 (file)
 
        <!-- Security -->
        <bean
-               class="org.argeo.cms.spring.AuthenticatedApplicationContextInitialization" />
+               class="org.argeo.slc.spring.auth.AuthenticatedApplicationContextInitialization" />
 </beans>
\ No newline at end of file
index bac93254aefec282ba15656d4f920192b3263994..81c97394b1c630c8df18964c9cd5aaa9ecea75e3 100644 (file)
@@ -7,12 +7,12 @@ Bundle-ManifestVersion: 2
 Bundle-Name: Extras Third Party Factory\r
 Bundle-RequiredExecutionEnvironment: JavaSE-11,JavaSE-1.8\r
 Bundle-SymbolicName: org.argeo.tp.factory.extras\r
-Bundle-Version: 2.1.14.SNAPSHOT-r20200320072510\r
+Bundle-Version: 2.1.14.SNAPSHOT-r20200320074906\r
 Import-Package: \r
  javax.jcr;version="[2.0,3)",\r
- org.argeo.cms.spring;version="[2.1,3)",\r
  org.argeo.slc.repo;version="[2.1,3)",\r
  org.argeo.slc.repo.osgi;version="[2.1,3)",\r
+ org.argeo.slc.spring.auth;version="[2.1,3)",\r
  org.argeo.slc.spring.repo.osgi;version="[2.1,3)",\r
  org.springframework.cglib.proxy;resolution:=optional;version="[3.2,4)",\r
  org.springframework.cglib.core;resolution:=optional;version="[3.2,4)",\r
@@ -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\r
  NF/MANIFEST.MF\r
 Private-Package: !*\r
-SLC-Build-Timestamp: 20200320072510\r
+SLC-Build-Timestamp: 20200320074906\r
 SLC-Category: org.argeo.tp.factory\r
 SLC-ExecutionModule: default\r
index f6782249c3f1d048fafe2a087f3ba2fb893d0dd1..90623c00013e13ef064e00cfb6a7b96023abc365 100644 (file)
@@ -98,7 +98,7 @@
 
        <!-- Security -->
        <bean
-               class="org.argeo.cms.spring.AuthenticatedApplicationContextInitialization">
+               class="org.argeo.slc.spring.auth.AuthenticatedApplicationContextInitialization">
                <property name="beanNames">
                        <list>
                                <value>osgiFactory</value>