Add TaskContext to tasks to be track e2e instant transfer information #267
build.yml
on: pull_request
Matrix: Matrix Build
Build and Test
0s
Annotations
4 errors and 21 warnings
Matrix Build (3.3.1)
❌ No test results found for Test Report-(3.3.1)
|
Matrix Build (3.3.1)
Process completed with exit code 1.
|
Matrix Build (3.2.3)
Process completed with exit code 1.
|
Matrix Build (3.2.3)
❌ No test results found for Test Report-(3.2.3)
|
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck:
tw-tasks-core/src/main/java/com/transferwise/tasks/dao/TaskDaoDataSerializer.java#L16
Wrong lexicographical order for 'com.transferwise.tasks.domain.TaskContext' import. Should be before 'javax.annotation.Nonnull'.
|
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck:
tw-tasks-core/src/main/java/com/transferwise/tasks/domain/TaskContext.java#L7
Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'lombok.experimental.Accessors'.
|
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck:
tw-tasks-core/src/main/java/com/transferwise/tasks/domain/TaskContext.java#L8
Wrong lexicographical order for 'java.util.Map' import. Should be before 'lombok.experimental.Accessors'.
|
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck:
tw-tasks-core/src/main/java/com/transferwise/tasks/domain/TaskContext.java#L9
Wrong lexicographical order for 'java.util.Objects' import. Should be before 'lombok.experimental.Accessors'.
|
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck:
tw-tasks-core/src/main/java/com/transferwise/tasks/domain/TaskContext.java#L10
Wrong lexicographical order for 'java.util.Optional' import. Should be before 'lombok.experimental.Accessors'.
|
com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck:
tw-tasks-core/src/main/java/com/transferwise/tasks/TasksService.java#L93
Parameter name '_request' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'.
|
Matrix Build (3.3.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: jwgmeligmeyling/checkstyle-github-action@master, jwgmeligmeyling/spotbugs-github-action@master. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Matrix Build (3.3.1)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, mikepenz/action-junit-report@v3, jwgmeligmeyling/checkstyle-github-action@master, jwgmeligmeyling/spotbugs-github-action@master, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck:
integration-tests/src/test/java/com/transferwise/tasks/testapp/testbeans/JambiTaskRegistrationInterceptor.java#L8
Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.stereotype.Component'.
|
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck:
integration-tests/src/test/java/com/transferwise/tasks/testapp/TaskInterceptionIntTest.java#L12
Import statement for 'org.junit.jupiter.api.Assertions.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
|
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck:
integration-tests/src/test/java/com/transferwise/tasks/testapp/config/TestConfiguration.java#L20
Wrong lexicographical order for 'io.micrometer.core.instrument.MeterRegistry' import. Should be before 'java.util.List'.
|
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck:
tw-tasks-core/src/main/java/com/transferwise/tasks/dao/TaskDaoDataSerializer.java#L16
Wrong lexicographical order for 'com.transferwise.tasks.domain.TaskContext' import. Should be before 'javax.annotation.Nonnull'.
|
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck:
tw-tasks-core/src/main/java/com/transferwise/tasks/domain/TaskContext.java#L7
Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'lombok.experimental.Accessors'.
|
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck:
tw-tasks-core/src/main/java/com/transferwise/tasks/domain/TaskContext.java#L8
Wrong lexicographical order for 'java.util.Map' import. Should be before 'lombok.experimental.Accessors'.
|
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck:
tw-tasks-core/src/main/java/com/transferwise/tasks/domain/TaskContext.java#L9
Wrong lexicographical order for 'java.util.Objects' import. Should be before 'lombok.experimental.Accessors'.
|
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck:
tw-tasks-core/src/main/java/com/transferwise/tasks/domain/TaskContext.java#L10
Wrong lexicographical order for 'java.util.Optional' import. Should be before 'lombok.experimental.Accessors'.
|
com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck:
tw-tasks-core/src/main/java/com/transferwise/tasks/TasksService.java#L93
Parameter name '_request' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'.
|
DLS_DEAD_LOCAL_STORE:
integration-tests/src/test/java/com/transferwise/tasks/testapp/TaskDataIntTest.java#L107
Dead store to zoppy in com.transferwise.tasks.testapp.TaskDataIntTest.compressionWorks(String, String, int, byte[])
|
Matrix Build (3.2.3)
The following actions uses node12 which is deprecated and will be forced to run on node16: jwgmeligmeyling/checkstyle-github-action@master, jwgmeligmeyling/spotbugs-github-action@master. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Matrix Build (3.2.3)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, mikepenz/action-junit-report@v3, jwgmeligmeyling/checkstyle-github-action@master, jwgmeligmeyling/spotbugs-github-action@master, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-test-reports-3.2.3", "all-test-reports-3.3.1".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-test-reports-3.2.3
Expired
|
25.3 KB |
|
all-test-reports-3.3.1
Expired
|
19.8 KB |
|