Skip to content

Bump java-service.version from 2.0.0 to 2.1.0#566

Merged
github-actions[bot] merged 1 commit into
developfrom
dependabot/maven/develop/java-service.version-2.1.0
Apr 18, 2026
Merged

Bump java-service.version from 2.0.0 to 2.1.0#566
github-actions[bot] merged 1 commit into
developfrom
dependabot/maven/develop/java-service.version-2.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 18, 2026

Bumps java-service.version from 2.0.0 to 2.1.0.
Updates com.github.nbbrd.java-service-util:java-service-annotation from 2.0.0 to 2.1.0

Release notes

Sourced from com.github.nbbrd.java-service-util:java-service-annotation's releases.

Release v2.1.0

2.1.0 - 2026-04-17

This release reduces boilerplate by enabling service identification, automatic delegate generation from enums/fields/methods, and flexible batch method signatures.

Added

  • Add backend method for backends that do not support direct reloading #564
  • Add service retrieval by ID #317
  • Add custom signature of batch method #322
  • Add generation of batch provider #161
  • Add topLevelClassName mustache template variable #566
  • Add support of types representable as String to ServiceId annotation #325
  • Add generation of service delegates from fields and methods #567
  • Add generation of service delegates from enum values #568

Changed

  • Modify annotations retention to CLASS to enable new features #561

Fixed

  • Fix duplicates in META-INF services files #569
Changelog

Sourced from com.github.nbbrd.java-service-util:java-service-annotation's changelog.

[2.1.0] - 2026-04-17

This release reduces boilerplate by enabling service identification, automatic delegate generation from enums/fields/methods, and flexible batch method signatures.

Added

  • Add backend method for backends that do not support direct reloading #564
  • Add service retrieval by ID #317
  • Add custom signature of batch method #322
  • Add generation of batch provider #161
  • Add topLevelClassName mustache template variable #566
  • Add support of types representable as String to ServiceId annotation #325
  • Add generation of service delegates from fields and methods #567
  • Add generation of service delegates from enum values #568

Changed

  • Modify annotations retention to CLASS to enable new features #561

Fixed

  • Fix duplicates in META-INF services files #569
Commits
  • 0f8d32e Merge branch 'develop'
  • a54209d Update versions for release
  • 45318be Update documentation for next release
  • 998c5d3 Fix duplicates in META-INF services files
  • 38cb7c3 Add generation of service delegates from enum values
  • 164ceb7 Add generation of service delegates from fields and methods
  • e431a9b Add support of types representable as String to ServiceId annotation
  • 01d47de Improve generated javadoc
  • c9f0f7f Change parameter type from String to CharSequence in getById methods
  • f870e1e Add topLevelClassName mustache template variable
  • Additional commits viewable in compare view

Updates com.github.nbbrd.java-service-util:java-service-processor from 2.0.0 to 2.1.0

Release notes

Sourced from com.github.nbbrd.java-service-util:java-service-processor's releases.

Release v2.1.0

2.1.0 - 2026-04-17

This release reduces boilerplate by enabling service identification, automatic delegate generation from enums/fields/methods, and flexible batch method signatures.

Added

  • Add backend method for backends that do not support direct reloading #564
  • Add service retrieval by ID #317
  • Add custom signature of batch method #322
  • Add generation of batch provider #161
  • Add topLevelClassName mustache template variable #566
  • Add support of types representable as String to ServiceId annotation #325
  • Add generation of service delegates from fields and methods #567
  • Add generation of service delegates from enum values #568

Changed

  • Modify annotations retention to CLASS to enable new features #561

Fixed

  • Fix duplicates in META-INF services files #569
Changelog

Sourced from com.github.nbbrd.java-service-util:java-service-processor's changelog.

[2.1.0] - 2026-04-17

This release reduces boilerplate by enabling service identification, automatic delegate generation from enums/fields/methods, and flexible batch method signatures.

Added

  • Add backend method for backends that do not support direct reloading #564
  • Add service retrieval by ID #317
  • Add custom signature of batch method #322
  • Add generation of batch provider #161
  • Add topLevelClassName mustache template variable #566
  • Add support of types representable as String to ServiceId annotation #325
  • Add generation of service delegates from fields and methods #567
  • Add generation of service delegates from enum values #568

Changed

  • Modify annotations retention to CLASS to enable new features #561

Fixed

  • Fix duplicates in META-INF services files #569
Commits
  • 0f8d32e Merge branch 'develop'
  • a54209d Update versions for release
  • 45318be Update documentation for next release
  • 998c5d3 Fix duplicates in META-INF services files
  • 38cb7c3 Add generation of service delegates from enum values
  • 164ceb7 Add generation of service delegates from fields and methods
  • e431a9b Add support of types representable as String to ServiceId annotation
  • 01d47de Improve generated javadoc
  • c9f0f7f Change parameter type from String to CharSequence in getById methods
  • f870e1e Add topLevelClassName mustache template variable
  • Additional commits viewable in compare view

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 `java-service.version` from 2.0.0 to 2.1.0.

Updates `com.github.nbbrd.java-service-util:java-service-annotation` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/nbbrd/java-service-util/releases)
- [Changelog](https://github.com/nbbrd/java-service-util/blob/develop/CHANGELOG.md)
- [Commits](nbbrd/java-service-util@v2.0.0...v2.1.0)

Updates `com.github.nbbrd.java-service-util:java-service-processor` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/nbbrd/java-service-util/releases)
- [Changelog](https://github.com/nbbrd/java-service-util/blob/develop/CHANGELOG.md)
- [Commits](nbbrd/java-service-util@v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: com.github.nbbrd.java-service-util:java-service-annotation
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.github.nbbrd.java-service-util:java-service-processor
  dependency-version: 2.1.0
  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 Apr 18, 2026
@github-actions github-actions Bot merged commit 82c7281 into develop Apr 18, 2026
17 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/develop/java-service.version-2.1.0 branch April 18, 2026 09:35
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