Skip to content

v0.2.2

Choose a tag to compare

@mercyblitz mercyblitz released this 27 Oct 09:12
· 88 commits to release since this release
ad94ce2

What's Changed

Refactoring

  • Removed the custom toJSON method from ServiceInstanceUtils and its related imports, now relying directly on the WebEndpointMapping.toJSON method for serialization. This reduces code duplication and potential maintenance issues.
  • Updated the usage in attachMetadata to use a method reference (WebEndpointMapping::toJSON) instead of a lambda, further simplifying the code.

Testing

  • Refactored tests to use the updated serialization approach and reorganized the testParseWebEndpointMappings test for clarity.

Dependency

  • Updated the microsphere-spring-boot.version property in microsphere-spring-cloud-parent/pom.xml to 0.2.4.

CI/CD Workflow

  • Changed the Maven profile used in .github/workflows/maven-publish.yml from release to publish, aligning with updated publishing practices.

Full Changelog: 0.2.1...0.2.2