Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(deps): update all dependencies (#159) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * RET-2643 (#185) * chore(deps): update all dependencies (#159) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * RET-2643 * RET-2643 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harpreet Jhita <harpreet.jhita@justice.gov.uk> * caseTypeId removed from log as it is null (#186) * Added pound symbol and line seperators (#188) * RET-2792 (#192) * RET-2792 - revert changes (#197) * RET-2792 (#196) * RET-2731: Mock out ACAS Service tests and improve logging in et-sya-api (#190) * RET-2731: Mock AcasService tests * RET-2731: Add logs to AcasService attemptWithRetriesToFetchAcasCertificates() * RET-2731: change acas apie key to dummy * RET-2731: Checkstyle fixes * RET-2731: Remove disabled annotation Co-authored-by: KirsanovI <ivan.kirsanov@hmcts.net> * Ret 2800 (#195) * RET-2800: Supporting Document not present in documentCollection * RET-2800: Fixed pmd * moved method to CaseDocumentService * Ret 2783 Welsh translation content - Generate Welsh pdf claim form (#191) * RET-2783: Added welsh PDF case file generation if the user has selected to be contacted in welsh * Fix broken unit tests * added welsh tests * fixed welsh tests to work with differant language generations * minor review comments * fixed breaking change, changing pdf document name * fixed build issues Co-authored-by: Jack Brogan <jack.brogan@hmcts.net> Co-authored-by: paul.peasegood <paul.peasegood@version1.com> * Ret 2800 2 (#198) * RET-2800: Supporting Document not present in documentCollection * RET-2800: Fixed pmd * moved method to CaseDocumentService * RET-2800: Added test coverage * Ret 2792 new (#200) * Ret 2792 new (#201) * Ret 2846 (#202) * Updates for PDF Creation * Updates for PDF Creation * Suppressed jackson core - jackson databind@2.13.4 NOTE: this is a new vulnerability defined on 17/NOV/2022 details are defined in the url https://nvd.nist.gov/vuln/detail/CVE-2022-42003 * Suppressed jackson core - jackson databind@2.13.4 NOTE: this is a new vulnerability defined on 17/NOV/2022 details are defined in the url https://nvd.nist.gov/vuln/detail/CVE-2022-42003 * Removed suppressed vulnerability and changed spring-cloud-starter-openfeign version from 3.1.2 to 3.1.5 * Removed suppressed vulnerability * Vulnerability CVE-2022-42003 is resolved by adding implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.0' to the dependencies section of build.gradle at line 220. Besides upgraded depreciated main definition on line 326 * Vulnerability CVE-2022-42003 is resolved by adding implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.4.1' to the dependencies section of build.gradle at line 220. Besides upgraded depreciated main definition on line 326 * Vulnerability CVE-2022-42003 is resolved by adding implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.0' to the dependencies section of build.gradle at line 220. Besides upgraded depreciated main definition on line 326 * Ret 2864 postcode and test updates - javadoc Implementation (#205) * Updates for PDF Creation * Updates for PDF Creation * Suppressed jackson core - jackson databind@2.13.4 NOTE: this is a new vulnerability defined on 17/NOV/2022 details are defined in the url https://nvd.nist.gov/vuln/detail/CVE-2022-42003 * Suppressed jackson core - jackson databind@2.13.4 NOTE: this is a new vulnerability defined on 17/NOV/2022 details are defined in the url https://nvd.nist.gov/vuln/detail/CVE-2022-42003 * Removed suppressed vulnerability and changed spring-cloud-starter-openfeign version from 3.1.2 to 3.1.5 * Removed suppressed vulnerability * Vulnerability CVE-2022-42003 is resolved by adding implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.0' to the dependencies section of build.gradle at line 220. Besides upgraded depreciated main definition on line 326 * Vulnerability CVE-2022-42003 is resolved by adding implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.4.1' to the dependencies section of build.gradle at line 220. Besides upgraded depreciated main definition on line 326 * Vulnerability CVE-2022-42003 is resolved by adding implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.0' to the dependencies section of build.gradle at line 220. Besides upgraded depreciated main definition on line 326 * Updated tests added new postcode formatter to PdfMapperUtil * Updated tests added new postcode formatter to PdfMapperUtil * Added Javadocs to PdfMapperUtil * Added Javadocs to PdfMapperUtil * Added Javadocs to PdfMapperUtil * Changed convertFirstCharactersToCapitalCase method name to convertFirstCharactersOfWordsToCapitalCase * Updates for country list of UK. (#206) * Handling null values (#204) * Fixed missing imports * Refactored test * Merge1.1.0.2 into welsh (#208) * RET-2643 (#185) * chore(deps): update all dependencies (#159) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * RET-2643 * RET-2643 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harpreet Jhita <harpreet.jhita@justice.gov.uk> * caseTypeId removed from log as it is null (#186) * Added pound symbol and line seperators (#188) * RET-2792 (#192) * RET-2792 - revert changes (#197) * RET-2731: Mock out ACAS Service tests and improve logging in et-sya-api (#190) * RET-2731: Mock AcasService tests * RET-2731: Add logs to AcasService attemptWithRetriesToFetchAcasCertificates() * RET-2731: change acas apie key to dummy * RET-2731: Checkstyle fixes * RET-2731: Remove disabled annotation Co-authored-by: KirsanovI <ivan.kirsanov@hmcts.net> * Ret 2800 (#195) * RET-2800: Supporting Document not present in documentCollection * RET-2800: Fixed pmd * moved method to CaseDocumentService * Ret 2800 2 (#198) * RET-2800: Supporting Document not present in documentCollection * RET-2800: Fixed pmd * moved method to CaseDocumentService * RET-2800: Added test coverage * Ret 2846 (#202) * Updates for PDF Creation * Updates for PDF Creation * Suppressed jackson core - jackson databind@2.13.4 NOTE: this is a new vulnerability defined on 17/NOV/2022 details are defined in the url https://nvd.nist.gov/vuln/detail/CVE-2022-42003 * Suppressed jackson core - jackson databind@2.13.4 NOTE: this is a new vulnerability defined on 17/NOV/2022 details are defined in the url https://nvd.nist.gov/vuln/detail/CVE-2022-42003 * Removed suppressed vulnerability and changed spring-cloud-starter-openfeign version from 3.1.2 to 3.1.5 * Removed suppressed vulnerability * Vulnerability CVE-2022-42003 is resolved by adding implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.0' to the dependencies section of build.gradle at line 220. Besides upgraded depreciated main definition on line 326 * Vulnerability CVE-2022-42003 is resolved by adding implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.4.1' to the dependencies section of build.gradle at line 220. Besides upgraded depreciated main definition on line 326 * Vulnerability CVE-2022-42003 is resolved by adding implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.0' to the dependencies section of build.gradle at line 220. Besides upgraded depreciated main definition on line 326 * Ret 2864 postcode and test updates - javadoc Implementation (#205) * Updates for PDF Creation * Updates for PDF Creation * Suppressed jackson core - jackson databind@2.13.4 NOTE: this is a new vulnerability defined on 17/NOV/2022 details are defined in the url https://nvd.nist.gov/vuln/detail/CVE-2022-42003 * Suppressed jackson core - jackson databind@2.13.4 NOTE: this is a new vulnerability defined on 17/NOV/2022 details are defined in the url https://nvd.nist.gov/vuln/detail/CVE-2022-42003 * Removed suppressed vulnerability and changed spring-cloud-starter-openfeign version from 3.1.2 to 3.1.5 * Removed suppressed vulnerability * Vulnerability CVE-2022-42003 is resolved by adding implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.0' to the dependencies section of build.gradle at line 220. Besides upgraded depreciated main definition on line 326 * Vulnerability CVE-2022-42003 is resolved by adding implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.4.1' to the dependencies section of build.gradle at line 220. Besides upgraded depreciated main definition on line 326 * Vulnerability CVE-2022-42003 is resolved by adding implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.0' to the dependencies section of build.gradle at line 220. Besides upgraded depreciated main definition on line 326 * Updated tests added new postcode formatter to PdfMapperUtil * Updated tests added new postcode formatter to PdfMapperUtil * Added Javadocs to PdfMapperUtil * Added Javadocs to PdfMapperUtil * Added Javadocs to PdfMapperUtil * Changed convertFirstCharactersToCapitalCase method name to convertFirstCharactersOfWordsToCapitalCase * Updates for country list of UK. (#206) * Update CaseService.java Update CaseService.java * Refactored test * Checkstyle Co-authored-by: GauravChawlaMOJ <58194626+GauravChawlaMOJ@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ikirsanov <105438011+ikirsanov@users.noreply.github.com> Co-authored-by: KirsanovI <ivan.kirsanov@hmcts.net> Co-authored-by: robin-ieong <101253854+robin-ieong@users.noreply.github.com> Co-authored-by: Mehmet Tahir Dede <105645217+JustMehmet@users.noreply.github.com> * Test fix * Test fix Test fix * RET-2750: Add functional tests to controllers classes (#203) * RET-2750: Add DocumentUpload functional test * RET-2750: Chekstyle fix * RET-2750: Chekstyle fix * RET-2750: Add vulnerability issue fix * RET-2750: Change multipart params * RET-2750: CheckStyle * RET-2750: multipart content type * RET-2750: Add functional tests to DocumentUploadController * RET-2750: Add functional tests for DocumentController * RET-2750: Fix DocumentControllerFunctionalTest * RET-2750: Add AcasControllerFunctionalTest Co-authored-by: KirsanovI <ivan.kirsanov@hmcts.net> * RET-2574: Add manageOffice assignment before case submitted (#178) * chore(deps): update all dependencies (#159) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * RET-2574: Add manageOffice assignment before case submitted * RET-2574: Rename case assignment to local office service and move it to service package * RET-2574: checkStyle test fixes * RET-2574: checkStyle test fixes * RET-2574: Fix assigning case to local office logic, remove unused imports * RET-2574: Add suppressions for spring security and tomcat * RET-2574: Set @disable to AcasService tests * RET-2574: Add in convertCaseRequestToCaseDataWithTribunalOffice managingOffice assignment to caseRequest * RET-2574: getManagingOffice returns Unassigned if invalidPostcodeException thrown * RET-2574: checkstyle fix * RET-2574: Remove suppressions * RET-2574: AcasServiceTest fix * RET-2574: AcasServiceTest fix * RET-2574: Refactor condition in assingCaseToLocalOfficeService Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: KirsanovI <ivan.kirsanov@hmcts.net> Co-authored-by: Harpreet Jhita <harpreet.jhita@justice.gov.uk> * Fix disability claim (#209) * claimantInd null values (#214) * Keeping sonar happy (#215) * claimantInd null values * sonar checks * sonar checks * RET-2877 - Null check for contact language (#212) * Null check for contact language * Refactor notification service * Use Welsh language constant * RET-2871 fix (#217) * RET-2818. Update et-data-model version to add hearing language preference. (#211) * cve (#220) * cve * cve suppressions * cve suppressions * cve suppressions * RET-2848 (#219) * Et data model update (#225) * Ret 2864 add java docs to public/protected elements (#224) * 2864: add javadocs to classes * 2864: add jdocs * 2864: add more jdocs * 2864: add jdocs and fix issues * 2864: fix merge and pmd * Release 1.1.0.2 (#207) (#226) All code merged for Release 1.1.0.2. - Referral Enhancements - Initial Consideration Enhancements - Bug Fixes - ECM fixes/enhancements Co-authored-by: Harpreet Jhita <harpreet.jhita@justice.gov.uk> Co-authored-by: Marc Judge <marc.judge@version1.com> * Add file extension (#227) * Add file extension * Fix checkstyle * Bump spring boot Co-authored-by: Marc Judge <marc.judge@version1.com> * Acas cert logging removed (#232) * welsh doc template updated (#233) * Allow all test responses (#239) Co-authored-by: Marc Judge <marc.judge@version1.com> * RET-3045: Fix for respondent details being reset (#238) * RET-3045: Fix for respondent details being reset * Fix for CVEs * Fix for CVEs * Fix for checkstyle * Refactered to not use var type * Update Welsh email template to prod (#259) * RET-2296 (#262) * RET-2296 RET-2296 RET-2296 Update Chart.yaml * Chart update * Fix build (#276) * Add null check (#277) * CVEs * CVEs * Chart * Chart * Fix merge commit (#290) * ACAS Claimant Request Docs * Update values.yaml * Fix branch * RET-3480 - Retrieve all cases (#340) * Retrieve all cases * Add commons-fileupload 1.5 * Ret 3513 (#355) * RET-3513. Remove application.properties * RET-3513. Use dev template ids * RET-3513. Fix submit claim emails (#362) * RET-3513. Fix submit claim emails - Missing Welsh template - Both templates outdated - new pdf-template added locally. - Welsh missing case id in citizen portal link - Remove values.yaml values that are already in application.yaml * Bumping chart version/ fixing aliases --------- Co-authored-by: hmcts-jenkins-d-to-i <62423932+hmcts-jenkins-d-to-i[bot]@users.noreply.github.com> * Ret 3513. Update error email template (#363) * Remove testing of spring properties - useless tests. * Update template id for error email. Remove from Values.yaml * Tested error email being sent to all parties, had to have actual email defaults for dev. * Update Chart.yaml * Update Chart.yaml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: GauravChawlaMOJ <58194626+GauravChawlaMOJ@users.noreply.github.com> Co-authored-by: marcjudge <98343606+marcjudge@users.noreply.github.com> Co-authored-by: ikirsanov <105438011+ikirsanov@users.noreply.github.com> Co-authored-by: KirsanovI <ivan.kirsanov@hmcts.net> Co-authored-by: robin-ieong <101253854+robin-ieong@users.noreply.github.com> Co-authored-by: paul-peasegood <116294451+paul-peasegood@users.noreply.github.com> Co-authored-by: Jack Brogan <jack.brogan@hmcts.net> Co-authored-by: paul.peasegood <paul.peasegood@version1.com> Co-authored-by: Mehmet Tahir Dede <105645217+JustMehmet@users.noreply.github.com> Co-authored-by: Itay-Kirsh <Itayk747@gmail.com> Co-authored-by: Daryl Boam <104851463+DarylBoam@users.noreply.github.com> Co-authored-by: Marc Judge <marc.judge@version1.com> Co-authored-by: hmcts-jenkins-d-to-i <62423932+hmcts-jenkins-d-to-i[bot]@users.noreply.github.com>
- Loading branch information