Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: hmcts/idam-java-client

v3.0.3 🌈

21 Nov 11:08

Choose a tag to compare

📦 Dependency updates

Read more

v3.0.2 🌈

18 Oct 15:31
0f7f252

Choose a tag to compare

📦 Dependency updates

v3.0.1 🌈

01 Jun 13:22
a17e8c0

Choose a tag to compare

📦 Dependency updates

  • Update serenityVersion to v3.7.1 @renovate (#372)
  • Update dependency io.github.openfeign:feign-jackson to v12.3 - autoclosed @renovate (#369)
  • Update plugin org.owasp.dependencycheck to v8.2.1 @renovate (#370)
  • Update plugin org.springframework.boot to v3.1.0 @renovate (#371)
  • Update junit5 monorepo to v5.9.3 @renovate (#367)
  • Update actions/checkout action to v3 @renovate (#373)
  • Update dependency org.projectlombok:lombok to v1.18.28 @renovate (#364)
  • Bump org.springframework.cloud:spring-cloud-starter-openfeign from 4.0.0 to 4.0.3 @dependabot (#361)
  • Bump io.github.openfeign:feign-httpclient from 12.1 to 12.3 @dependabot (#349)
  • Bump com.github.ben-manes.versions from 0.42.0 to 0.46.0 @dependabot (#323)
  • Bump io.spring.dependency-management from 1.0.13.RELEASE to 1.1.0 @dependabot (#303)
  • Bump au.com.dius.pact from 4.4.3 to 4.6.0 @dependabot (#357)
  • Bump au.com.dius.pact.consumer:junit5 from 4.4.3 to 4.6.0 @dependabot (#358)
  • Bump org.springframework.cloud:spring-cloud-contract-wiremock from 4.0.0 to 4.0.3 @dependabot (#362)
  • Update dependency gradle to v8 @renovate (#319)

v3.0.0 🌈

23 Mar 11:56
0ce2cfd

Choose a tag to compare

🚀 Features

📦 Dependency updates

v2.1.0 🌈

13 Sep 19:28
11e3877

Choose a tag to compare

📦 Dependency updates

2.0.0 - Spring 2.4 / Java 11 compatibility

04 Feb 12:58
26eb9b0

Choose a tag to compare

Description

This release provides compatibility with Spring 2.4 by upgrading the Spring Cloud dependencies.

There are no new features but it is a new major version as it can break incompatibility depending on how you use the library. You may need to modify your Feign config to scan the uk.gov.hmcts.reform.idam package. For example:

@EnableFeignClients(basePackages = {"uk.gov.hmcts.reform.divorce", "uk.gov.hmcts.reform.idam"})
@SpringBootApplication(scanBasePackages = {"uk.gov.hmcts.reform.divorce",
    "uk.gov.hmcts.reform.logging.appinsights" } ,
    exclude = {ServiceAuthAutoConfiguration.class})
public class CaseMaintenanceServiceApplication {

PRs

💥 Breaking changes

📦 Dependency updates

v1.5.5 🌈

28 Jul 13:18
d174a8e

Choose a tag to compare

  • ACA-46 idam searchUsers api @smathangi (#97)
  • Making clientScope as a configurable property like redirect-uri (#99)

📦 Dependency updates

v1.5.4 🌈

07 Jul 14:58
68e13b8

Choose a tag to compare

📦 Dependency updates

v1.5.3 🌈

04 Jun 12:01
ce93012

Choose a tag to compare

📦 Dependency updates

v1.5.2 🌈

27 May 10:37
264ccb5

Choose a tag to compare

  • deprecate oauth2/authorize (#82)