Open
Conversation
Bumps `jackson.version` from 2.9.9 to 2.10.0. Updates `jackson-annotations` from 2.9.9 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-core` from 2.9.9 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](FasterXML/jackson-core@jackson-core-2.9.9...jackson-core-2.10.0) Updates `jackson-dataformat-yaml` from 2.9.9 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases) - [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.9.9...jackson-dataformats-text-2.10.0) Updates `jackson-databind` from 2.9.9 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot[bot] <support@github.com>
# Conflicts: # app/src/test/java/com/cognitree/kronos/queue/QueueServiceTest.java # app/src/test/java/com/cognitree/kronos/scheduler/JobServiceTest.java # app/src/test/java/com/cognitree/kronos/scheduler/ServiceTest.java # app/src/test/java/com/cognitree/kronos/scheduler/TaskServiceTest.java # app/src/test/resources/executor.yaml # app/src/test/resources/workflows/workflow-template-abort-tasks.yaml # common/src/main/java/com/cognitree/kronos/model/Task.java # common/src/main/java/com/cognitree/kronos/queue/QueueService.java # executor/src/main/java/com/cognitree/kronos/executor/TaskExecutionService.java # scheduler/src/main/java/com/cognitree/kronos/scheduler/JobService.java # scheduler/src/main/java/com/cognitree/kronos/scheduler/TaskSchedulerService.java # scheduler/src/main/java/com/cognitree/kronos/scheduler/TaskService.java # scheduler/src/test/java/com.cognitree.kronos/TestUtil.java
* Release Kronos 3.0.0-RC1 * Ability to retry a task on timeout (#53) * Ability to retry a task on timeout * Fix issues with control message on retry * Integration test to test basic restart scenarios * Added support for setting condition at task level * refactored Task and Workflow models * removed truffle maven * oraclejdk was changed to openjdk in travis file * added test cases for Parallel branch workflow failure * Added support for using workflow properties in the condition and also changed the naming convetion of referring variables in condition * Message for failure of task condition changed
* added log4j2 configuration file * added comments in the log4j2 configuration file.
Bumps `jackson.version` from 2.9.9 to 2.10.1. Updates `jackson-annotations` from 2.9.9 to 2.10.1 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-core` from 2.9.9 to 2.10.1 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](FasterXML/jackson-core@jackson-core-2.9.9...jackson-core-2.10.1) Updates `jackson-dataformat-yaml` from 2.9.9 to 2.10.1 - [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases) - [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.9.9...jackson-dataformats-text-2.10.1) Updates `jackson-databind` from 2.9.9 to 2.10.1 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot[bot] <support@github.com>
Sorted the Output of getJob for WorkflowJobResource.
…n-2.10.1 Bump jackson.version from 2.9.9 to 2.10.1
Added caching of dependencies to make travis checks faster
prepared for release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Breaking Changes :
Enhancements :