Skip to content

Bump io.github.microsphere-projects:microsphere-java-dependencies from 0.1.9 to 0.3.4#41

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/io.github.microsphere-projects-microsphere-java-dependencies-0.3.4
Closed

Bump io.github.microsphere-projects:microsphere-java-dependencies from 0.1.9 to 0.3.4#41
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/io.github.microsphere-projects-microsphere-java-dependencies-0.3.4

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Bumps io.github.microsphere-projects:microsphere-java-dependencies from 0.1.9 to 0.3.4.

Release notes

Sourced from io.github.microsphere-projects:microsphere-java-dependencies's releases.

0.3.4

Release Notes - Version 0.3.4

Bug Fixes

  • Added null checks and logging in JarUtils for improved error handling. (8a15d444)
  • Fixed JarEntry/JarFile independence issue with a clarifying comment in findJarEntry. (2595480f)
  • Applied 10 bug fixes from code review to ensure stability improvements. (73afeb04)

Documentations

  • Added onboarding-plan.md to assist new team members with onboarding. (d2c3cb4f)
  • Rewritten README.md with comprehensive content and improved structure. (51abcbdf)

Build and Workflow Enhancements

  • Added .github agent prompt templates for API, code, and tests. (4e7efbea, b6bf6752)
  • Customized onboarding prompt with organization context and background. (f66b08c8)

Other Changes

  • Refactored various utilities in JarUtils and StreamArtifactResourceResolver for clearer, concise code:
    • Replaced IOUtils methods for cleanup and byte array operations. (b4cae21d, d69cdf02)
    • Simplified ResourceProcessor.exists logic. (6f39ef55)

✔️ Upgrade recommended: Incorporates important bug fixes and clearer documentation updates.

Full Changelog: microsphere-projects/microsphere-java@0.3.3...0.3.4

0.3.3

Release Notes - Version 0.3.3

New Features

  • Improved loadService method to utilize ListUtils.first/last for enhanced readability and efficiency. (commit)

Documentation

  • Adjusted spacing between badges in README for clearer layout. (commit)
  • Fixed a typo in README ("lang-model"). (commit)

Dependency Updates

  • Upgraded microsphere-all-bom to version 0.2.4. (commit, commit)

Build and Workflow Enhancements

  • Merged main into release branch multiple times to sync updates. (commit, commit, commit)
  • Merged release into main to finalize updates. (commit)

This update includes general enhancements, improved documentation, and dependency updates to keep the project up-to-date.

Full Changelog: microsphere-projects/microsphere-java@0.3.2...0.3.3

... (truncated)

Changelog

Sourced from io.github.microsphere-projects:microsphere-java-dependencies's changelog.

Release Notes - Version 0.3.4

Bug Fixes

  • Added null checks and logging in JarUtils for improved error handling. (8a15d444)
  • Fixed JarEntry/JarFile independence issue with a clarifying comment in findJarEntry. (2595480f)
  • Applied 10 bug fixes from code review to ensure stability improvements. (73afeb04)

Documentations

  • Added onboarding-plan.md to assist new team members with onboarding. (d2c3cb4f)
  • Rewritten README.md with comprehensive content and improved structure. (51abcbdf)

Build and Workflow Enhancements

  • Added .github agent prompt templates for API, code, and tests. (4e7efbea, b6bf6752)
  • Customized onboarding prompt with organization context and background. (f66b08c8)

Other Changes

  • Refactored various utilities in JarUtils and StreamArtifactResourceResolver for clearer, concise code:
    • Replaced IOUtils methods for cleanup and byte array operations. (b4cae21d, d69cdf02)
    • Simplified ResourceProcessor.exists logic. (6f39ef55)

✔️ Upgrade recommended: Incorporates important bug fixes and clearer documentation updates.

Full Changelog: microsphere-projects/microsphere-java@0.3.3...0.3.4

Commits
  • a4c4225 chore: merge main into release [skip ci]
  • 43f5e96 Merge pull request #276 from microsphere-projects/copilot/review-code
  • 8a15d44 Add null checks and logging to JarUtils
  • 6e2e705 Remove unused IOUtils import from JarUtils
  • 5b1f90a Use assertNotNull for javaCompiler check
  • c0bd8c1 Use concise local variable name for JarFile
  • b4cae21 Use IOUtils.close and FILE_SEPARATOR in JarUtils
  • b1ef983 Use IOUtils.close for JarFile cleanup
  • 6f39ef5 Simplify ResourceProcessor.exists check
  • d69cdf0 refactor: use IOUtils.toByteArray and FastByteArrayInputStream in StreamArtif...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.github.microsphere-projects:microsphere-java-dependencies](https://github.com/microsphere-projects/microsphere-java) from 0.1.9 to 0.3.4.
- [Release notes](https://github.com/microsphere-projects/microsphere-java/releases)
- [Changelog](https://github.com/microsphere-projects/microsphere-java/blob/main/release-notes.md)
- [Commits](microsphere-projects/microsphere-java@0.1.9...0.3.4)

---
updated-dependencies:
- dependency-name: io.github.microsphere-projects:microsphere-java-dependencies
  dependency-version: 0.3.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 26, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 28, 2026

Superseded by #47.

@dependabot dependabot Bot closed this May 28, 2026
@dependabot dependabot Bot deleted the dependabot/maven/io.github.microsphere-projects-microsphere-java-dependencies-0.3.4 branch May 28, 2026 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants