Skip to content

fix(deps): update dependency org.springframework.boot:spring-boot-sta… #25

fix(deps): update dependency org.springframework.boot:spring-boot-sta…

fix(deps): update dependency org.springframework.boot:spring-boot-sta… #25

Triggered via push September 26, 2024 11:11
Status Cancelled
Total duration 8h 22m 13s
Artifacts

merge.yml

on: push
TEST Deployment
1m 10s
TEST Deployment
Matrix: Image Promotions
PROD Deployment
0s
PROD Deployment
Fit to window
Zoom out
Zoom in

Annotations

1 error and 127 warnings
PROD Deployment
Canceling since a higher priority waiting request for 'Merge' exists
TEST Deployment
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@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.indentation.IndentationCheck: src/main/java/ca/bc/gov/api/oracle/legacy/dto/ClientPublicViewDto.java#L38
'member def modifier' has incorrect indentation level 8, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: src/main/java/ca/bc/gov/api/oracle/legacy/dto/ClientPublicViewDto.java#L42
'member def modifier' has incorrect indentation level 8, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: src/main/java/ca/bc/gov/api/oracle/legacy/dto/ClientPublicViewDto.java#L48
'member def modifier' has incorrect indentation level 8, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: src/main/java/ca/bc/gov/api/oracle/legacy/dto/ClientPublicViewDto.java#L54
'member def modifier' has incorrect indentation level 8, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: src/main/java/ca/bc/gov/api/oracle/legacy/dto/ClientPublicViewDto.java#L60
'member def modifier' has incorrect indentation level 8, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: src/main/java/ca/bc/gov/api/oracle/legacy/dto/ClientPublicViewDto.java#L71
'member def modifier' has incorrect indentation level 8, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: src/main/java/ca/bc/gov/api/oracle/legacy/dto/ClientPublicViewDto.java#L89
'member def modifier' has incorrect indentation level 8, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: src/main/java/ca/bc/gov/api/oracle/legacy/dto/ClientPublicViewDto.java#L93
'member def modifier' has incorrect indentation level 8, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: src/main/java/ca/bc/gov/api/oracle/legacy/entity/ForestClientEntity.java#L4
Wrong lexicographical order for 'ca.bc.gov.api.oracle.legacy.ApplicationConstants.INDIVIDUAL' import. Should be before 'ca.bc.gov.api.oracle.legacy.ApplicationConstants.ORACLE_ATTRIBUTE_SCHEMA'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: src/main/java/ca/bc/gov/api/oracle/legacy/entity/ForestClientEntity.java#L5
'java.util.Objects' should be separated from previous import group by one line.
RightCurlySame: src/main/java/ca/bc/gov/api/oracle/legacy/entity/ForestClientEntity.java#L75
'}' at column 5 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: src/main/java/ca/bc/gov/api/oracle/legacy/entity/ClientLocationEntity.java#L4
'java.time.LocalDateTime' should be separated from previous import group by one line.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: src/main/java/ca/bc/gov/api/oracle/legacy/service/ClientSearchService.java#L78
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)