ENTAXY-248 release 1.8.1

This commit is contained in:
2022-02-28 15:20:38 +03:00
parent 4d274c4fcc
commit c826adf1db
1958 changed files with 195926 additions and 10280 deletions

View File

@ -27,30 +27,37 @@
<bean id="bundleManager" class="ru.entaxy.esb.system.management.bundle.manager.BundleManagerImpl">
<property name="blueprintGenerator" ref="blueprintGenerator"/>
<property name="bundleController" ref="bundleController"/>
<property name="bundleRepository" ref="bundleRepository"/>
<!-- property name="bundleController" ref="bundleController"/ -->
<!-- property name="bundleRepository" ref="bundleRepository"/ -->
<property name="bundleService" ref="bundleService"/>
<property name="artifactService" ref="artifactService"/>
</bean>
<service ref="bundleManager" interface="ru.entaxy.esb.system.management.bundle.manager.BundleManager"/>
<reference id="blueprintGenerator"
interface="ru.entaxy.esb.system.management.blueprint.generator.BlueprintGenerator"
interface="ru.entaxy.platform.core.blueprint.generator.BlueprintGenerator"
timeout="30000"
availability="mandatory"/>
<reference id="bundleController"
interface="ru.entaxy.esb.system.deployer.cellar.deployer.BundleController"
<!-- reference id="bundleController"
interface="ru.entaxy.platform.core.artifact.legacy.BundleController"
timeout="30000"
availability="mandatory"/>
availability="mandatory"/ -->
<reference id="bundleRepository"
<!-- reference id="bundleRepository"
interface="ru.entaxy.esb.system.deployer.api.BundleRepository"
timeout="30000"
availability="mandatory"/>
availability="mandatory"/ -->
<reference id="bundleService"
interface="ru.entaxy.esb.system.management.bundle.jpa.BundleService"
timeout="30000"
availability="mandatory"/>
<reference id="artifactService"
interface="ru.entaxy.platform.core.artifact.service.ArtifactService"
timeout="30000"
availability="mandatory"/>
</blueprint>