This is an automated email from the ASF dual-hosted git repository.
jkevan pushed a commit to branch json-schema-extensions
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/json-schema-extensions by this
push:
new f542b2bbb try to Fix tests
f542b2bbb is described below
commit f542b2bbb6cd2e5ab1c78fb7990d01f85879887d
Author: Kevan <[email protected]>
AuthorDate: Mon May 23 11:04:45 2022 +0200
try to Fix tests
---
.../services/src/main/resources/OSGI-INF/blueprint/blueprint.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/extensions/json-schema/services/src/main/resources/OSGI-INF/blueprint/blueprint.xml
b/extensions/json-schema/services/src/main/resources/OSGI-INF/blueprint/blueprint.xml
index 15443922b..88485b84b 100644
---
a/extensions/json-schema/services/src/main/resources/OSGI-INF/blueprint/blueprint.xml
+++
b/extensions/json-schema/services/src/main/resources/OSGI-INF/blueprint/blueprint.xml
@@ -29,12 +29,12 @@
<reference id="profileService"
interface="org.apache.unomi.api.services.ProfileService"/>
<reference id="persistenceService"
interface="org.apache.unomi.persistence.spi.PersistenceService"/>
- <reference id="schedulerService"
interface="org.apache.unomi.api.services.SchedulerService"/>
+ <!--reference id="schedulerService"
interface="org.apache.unomi.api.services.SchedulerService"/-->
<bean id="schemaServiceImpl"
class="org.apache.unomi.schema.impl.SchemaServiceImpl" init-method="init"
destroy-method="destroy">
<property name="persistenceService" ref="persistenceService"/>
- <property name="schedulerService" ref="schedulerService"/>
+ <!--property name="schedulerService" ref="schedulerService"/-->
<property name="jsonSchemaRefreshInterval"
value="${json.schema.refresh.interval}"/>
</bean>
<service id="schemaService" ref="schemaServiceImpl"
interface="org.apache.unomi.schema.api.SchemaService"/>