1. 15 6月, 2020 6 次提交
  2. 13 6月, 2020 4 次提交
  3. 12 6月, 2020 1 次提交
  4. 10 6月, 2020 1 次提交
  5. 09 6月, 2020 1 次提交
    • M
      Upgrade to Spring Boot 2.3 (#3322) · 6740564e
      Marcello Teodori 提交于
      * Upgrade to Spring Boot 2.3
      
      * add missing joda library dep
      
      * replaced removed ConditionalOnEnabledEndpoint with ConditionalOnAvailableEndpoint
      
      * cleanup test dependencies and updated provided
      6740564e
  6. 08 6月, 2020 2 次提交
  7. 01 6月, 2020 1 次提交
  8. 29 5月, 2020 2 次提交
  9. 27 5月, 2020 1 次提交
  10. 25 5月, 2020 2 次提交
  11. 23 5月, 2020 3 次提交
  12. 20 5月, 2020 1 次提交
  13. 16 5月, 2020 1 次提交
  14. 15 5月, 2020 3 次提交
  15. 13 5月, 2020 1 次提交
    • I
      fix(AAE-493): add initial support for variable type BigDecimal (#3274) · d62f3889
      Igor Dianov 提交于
      * fix(AAE-493): add initial support for variable type BigDecimal
      
      * fix: externalize ConversionService dependency injection
      
      * fix:  ConformanceServiceTaskModifyVariableTest.shouldBeAbleToStartProcess:95
      
      * fix: add junit-jupiter-engine dependency
      
      * fix: add ProcessVariableValuesMap test stubs
      
      * fix: add IntegrationContextImplTest
      
      * fix: add tests for inbound and outboud BigDecimal variable exchange
      
      * fix: refactor ProcessVariablesMap class and Jackson module packages
      
      * feat: added JUnit5 parametrized tests
      
      * fix: add support for null values handling
      
      * feat: add support for Java Date conversion
      
      * feat: add support for Jave Map type variable values serialization
      
      * feat: add support for JsonNode variable type converter
      
      * fix: add support for POJO variable types
      
      * fix: clean up
      
      * fix: extract ProcessVariableValue into standalone class
      
      * fix: use Instant to convert Dates variables
      
      * fix: refactor ProcessVariablesMapSerializer to use better type detection
      
      * fix: remove reduntant `@ExtendWith(SpringExtension.class)` annotation
      
      * Add generic type
      
      Avoid problem while running the test from the IDE
      
      * Refactor ProcessVariablesMapSerializer
      
      extract methods to improve code readability
      
      * Remove unnecessary constructor
      
      * Explicitly reference method source
      
      This avoid the referenced method be considered as unused
      Co-authored-by: NElias Ricken de Medeiros <26007058+erdemedeiros@users.noreply.github.com>
      d62f3889
  16. 08 5月, 2020 1 次提交
    • V
      Support variables on start created process (#3277) · 991b6558
      Vito 提交于
      * [AAE-2557] - start fixing mapping on create and start process
      
      * [AAE-2557] - start fixing mapping tests
      
      * [AAE-2557] - moved calculation of output mapping on start process
      
      * [AAE-2557] - fixed PR comments
      
      * Add check for task variables
      
      * Fix tests
      
      With the latest changes the child execution get created and initialized before the root execution is marked as initialized
      
      * Polishing
      
      * Remove unnecessary override method
      
      createProcessInstanceWithInitialFlowElement is only calling super method, so it can be removed
      
      * [AAE-2557] - registered new payload
      
      * Fix business key
      
      * Fix conformance test
      
      * Fix builder
      Co-authored-by: NElias Ricken de Medeiros <26007058+erdemedeiros@users.noreply.github.com>
      991b6558
  17. 04 5月, 2020 1 次提交
    • N
      test random test failures (#3261) · e4b03e7d
      Nithin Nambiar 提交于
      * test file
      
      * test file
      
      * removed test file
      
      * removed test file
      
      * increase timeout of tests
      
      * increase timeout in tests
      
      * increase timeout in tests
      
      * increase timeout in tests
      
      * increase timeout in tests
      
      * increase timeout in tests
      
      * add synchronization
      e4b03e7d
  18. 29 4月, 2020 5 次提交
  19. 28 4月, 2020 2 次提交
  20. 27 4月, 2020 1 次提交