Skip to content

v0.1.1

Choose a tag to compare

@mercyblitz mercyblitz released this 16 Jun 13:22
· 2144 commits to release since this release
a6bf28d

What's Changed

Enhancement

  • [Testing] Enhance testing coverage +11.05%

Module microsphere-java-core

  • Adding the annotations : @Nonnull an.d @Nullable.
  • Adding the Converter build-in classes.
  • Adding ThrowableBiConsumer and ThrowableBiFunction

Module microsphere-annotation-processor

  • Adding the SPI registration file for the Annotation processor.
  • Generating @ConfigurationProperty metadata as the JSON content within the artifact's resource.
  • Refactoring several utility classes (TypeUtils, MethodUtils, MemberUtils, etc.) to improve modularity and maintainability.
  • Updated tests in MethodHandleUtilsTest to cover the new failure handling behavior.

Dependencies

  • Removing com.google.code.findbugs:jsr305
  • Bump junit-jupiter.version from 5.12.2 to 5.13.1 #157

Full Changelog: 0.1.0...0.1.1