Skip to content

Releases: microsphere-projects/microsphere-java

0.2.9

21 Apr 12:41

Choose a tag to compare

Release Notes for Version 0.2.9

Dependency Updates

  • Spring Framework BOM: Upgraded from 7.0.6 to 7.0.7. (#271)
  • microsphere-bom: Updated to 0.2.1.

Build and Workflow Enhancements

  • Upgraded Maven Wrapper to 3.9.14.
  • Formatted Java versions matrix spacing for enhanced readability.

Other Changes

  • Version bumped to 0.2.9 post-release of 0.2.8 for upcoming development.

Full Changelog: 0.2.8...0.2.9

0.2.8

13 Apr 10:26

Choose a tag to compare

Release Notes - Version 0.2.8

Dependency Updates

  • Bumped io.github.microsphere-projects:microsphere-all-bom to version 0.2.0. (#270)

Build and Workflow Enhancements

  • Enhanced GitHub Actions Maven workflow for tidier execution.
  • Updated dependabot.yml for improved dependency management.
  • Improved release notes generation and release creation process.

Other Changes

  • Removed unnecessary newlines in files for improved formatting.

Full Changelog: 0.2.7...0.2.8

v0.2.7

11 Apr 11:33

Choose a tag to compare

Release Notes - Version 0.2.7

New Features

  • Artifact Detector Enhancements:
    • Added Version.ofVersion(Class) for artifact detection. (6a2e5273)
    • Refactored ArtifactDetector detection API. (68cc094c)
  • Version Improvements:
    • Added a test for javax.annotation.Nullable. (d2e39cd7)
    • Refactored Version behavior. (04feb0ef)

Bug Fixes

  • Added workflow permissions and cleaned branch lists to fix sync issues. (874d276f)
  • Skipped syncing fork branches that are ahead of the main branch. (3e9f72ba)

Other Changes

  • Added trace log when resources are not archives. (86d32c79)
  • Removed project-specific name from script documentation. (e0c43275)
  • Updated maven-publish workflow with improved checkout and permissions. (bd2aa9f4)
  • Introduced a new workflow to sync fork branches from the upstream repository. (7b30819a)
  • Bumped io.github.microsphere-projects:microsphere-all-bom. (d2b2164d)
  • Added Copilot-generated release notes as a workflow step. (bada3a10)

For specific changes, refer to the commit hashes linked above.

v0.2.6

04 Apr 13:26

Choose a tag to compare

What's Changed

  • Updated pom.xml to use parent artifact version 0.2.6 (was 0.2.5) to pick up upstream build/configuration updates.
  • Bumped microsphere-bom.version to 0.1.5
  • Removed the 'junit.jupiter.execution.parallel.enabled = true' entry from junit-platform.properties, disabling parallel test execution while leaving 'junit.jupiter.extensions.autodetection.enabled = true' in place. Also remove an extra blank line at the end of the file.

Full Changelog: 0.2.5...v0.2.6

v0.2.5

02 Apr 14:23

Choose a tag to compare

Full Changelog: 0.2.4...v0.2.5

v0.2.4

02 Apr 13:23

Choose a tag to compare

Full Changelog: 0.2.3...v0.2.4

v0.2.3

02 Apr 11:45
c6ddc8d

Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

01 Apr 07:04

Choose a tag to compare

What's Changed

  • Refactor generate-wiki-docs.py to derive config from project files instead of hardcoding by @Copilot in #265
  • Bump version to 0.2.2 and merge main into release by @mercyblitz in #266

Full Changelog: 0.2.1...v0.2.2

v0.2.1

24 Mar 07:28
1d5477d

Choose a tag to compare

What's Changed

  • Merge main into release and bump version to next patch by @mercyblitz in #263
  • Fix wiki-publish to remove stale pages before copying generated content by @Copilot in #264

Full Changelog: 0.2.0...v0.2.1

v0.2.0

24 Mar 06:13

Choose a tag to compare

What's Changed

  • Merge main into release and bump version to 0.1.10 by @mercyblitz in #260
  • Add automated wiki documentation generator for Java components by @Copilot in #261
  • Generating JavaDoc for Java source code by @Copilot in #262

Full Changelog: 0.1.9...v0.2.0