1. 28 6月, 2021 1 次提交
  2. 15 5月, 2020 1 次提交
    • M
      Fixed license header to 2020 (#3285) · eeda8439
      Marcello Teodori 提交于
      * Fixed license header to 2020 #3154
      
      * document import in README rather than duplicating header content
      
      * fixed license location
      
      * added license plugin usage in README:
      
      * sync org with core developers in pom
      
      * fixed exclude on class from Quartz
      eeda8439
  3. 23 4月, 2020 1 次提交
  4. 04 12月, 2019 2 次提交
  5. 19 11月, 2019 1 次提交
  6. 27 2月, 2019 1 次提交
  7. 21 11月, 2018 1 次提交
    • E
      Trigger process deployed events (#2174) · f0e8af39
      Elias Ricken de Medeiros 提交于
      * Trigger process deployed events
      
      The events will be sent when the Spring Boot application is ready (ApplicationReadyEvent). A ProcessDeployedEvent will be triggered for every process deployed every time the application starts. Listeners to these events should be able do deal with duplicates.
      
      Refs https://github.com/Activiti/Activiti/issues/2149
      
      * Fix transitive dependencies
      
      * Fix integration test
      
      events coming from `WebEnvironment.MOCK` are ignored. So we need to use MOCK here.
      f0e8af39