Class ApplicationUpgradeContextAutoConfiguration

java.lang.Object
org.activiti.core.common.spring.project.conf.ApplicationUpgradeContextAutoConfiguration

@AutoConfiguration public class ApplicationUpgradeContextAutoConfiguration extends Object
  • Constructor Details

    • ApplicationUpgradeContextAutoConfiguration

      public ApplicationUpgradeContextAutoConfiguration()
  • Method Details

    • objectMapper

      @Bean @ConditionalOnMissingBean @ConditionalOnMissingClass("org.springframework.http.converter.json.Jackson2ObjectMapperBuilder") public com.fasterxml.jackson.databind.ObjectMapper objectMapper()
    • applicationUpgradeContextService

      @Bean public ApplicationUpgradeContextService applicationUpgradeContextService(@Value("${project.manifest.file.path:classpath:/default-app.json}") String absolutePath, @Value("${application.version:0}") Integer enforcedAppVersion, @Value("${activiti.deploy.after-rollback:false}") Boolean isRollbackDeployment, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.springframework.core.io.support.ResourcePatternResolver resourceLoader)