Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump io.helidon:helidon-bom from 4.0.8 to 4.0.9 #159

Merged
merged 1 commit into from
May 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2024

Bumps io.helidon:helidon-bom from 4.0.8 to 4.0.9.

Release notes

Sourced from io.helidon:helidon-bom's releases.

4.0.9

This is a bugfix release of Helidon and is recommended for all users of Helidon 4. Helidon 4 requires Java 21 or newer.

CHANGES

For a list of changes please see the Helidon 4.0.9 CHANGELOG.

Changelog

Sourced from io.helidon:helidon-bom's changelog.

[4.0.9]

This release contains important bugfixes and ehancements and is recommended for all users of Helidon 4.

Java 21 is required to use Helidon 4.0.9.

CHANGES

  • Common: Parameters.first(String) generates java.lang.IndexOutOfB… 8723
  • Config: Cannot read config from environment with environment modules variables 8786
  • Config: LazyConfigSource is now queried when an unknown node is requested 8707
  • Config: Switched implementation of MpEnvironmentVariablesSource to use an LRU cache 8768
  • Config: fix getOrdinal for system property and environment variable config sources 8744
  • gRPC: Improvements to gRPC server-side support 8765
  • MP Threading: New annotation @​ExecuteOn 8643
  • Native image: AbstractConfigurableExtension native-image fix 8771
  • Native image: Force hibernate to use no-op bytecode provider with native-image 8740
  • Native image: Register additional hibernate classes for reflection 8758
  • Native-image: Fix native-image properties layout. 8808
  • Native-image: Use native-image:compile-no-fork instead of native-image:compile 8802
  • OCI: Refactor OCI metrics library a bit 8745
  • Testing: @​HelidonTest / @​AddConfig* Provide a config parser by type #8718 8721
  • Testing: Ability to Inject MockBeans in Helidon #7694 8674
  • Testing: Add text block support 8655
  • Tracing: Associate tracer-level tags with Jaeger process level (instead of span level) 8764
  • Tracing: Fix problems with tracing data propagation 8742
  • Tracing: Harden WebClientSecurity against absent or disabled tracing 8809
  • Tracing: Use Helidon tracer, span builder, span types instead of OTel ones so we can trigger span listeners 8778
  • Build: Plugin updates 8687
  • Build: Update setup-java for snapshot workflow 8788
  • Build: cleanup helidon-bom and helidon-all 8783
  • Build: helidon-common sources JAR contains absolute paths #8761 8762
  • Build: upgrade MacOS runner to 14 and fix protoc version 8717
  • Dependencies: Bump deploy plugin to 3.1.1 8790
  • Dependencies: Upgrade microprofile rest client to 3.0.1 8730
  • Dependencies: Upgrades to Jersey to 3.1.7 8798
  • Docs: New document that describes the ExecuteOn annotation 8756
  • Docs: include SE upgrade guide in docs navbar 8795
  • Examples: Capitalized received message in io.helidon.examples.webserver.websocket.MessageBoardEndpoint (#8725) 8731
  • Examples: Update Dockerfiles to use jdk-no-fee-term instead of openjdk 8733
  • Examples: Use LevelChangePropagator in examples/logging/slf4j (#7737) 8656
  • Examples: Archetype - Add SLF4J dependency 8792
  • Tests: Add tests for building native-image for quickstart examples 8719
  • Tests: Fix tests/integration/native-image/mp-2 8801
Commits
  • c664e39 Release 4.0.9 [ci skip]
  • 793fccc Update version to 4.0.9-SNAPSHOT
  • ab6c1b8 Update CHANGELOG for 4.0.9
  • 851db73 Harden WebClientSecurity against absent or disabled tracing (#8809)
  • 10af0f8 Fix native-image properties layout. (#8808)
  • 95a4a7d Create job for native-image testing of quickstarts. (#8719)
  • 410ed22 Use native-image:compile-no-fork instead of native-image:compile (#8802)
  • bd703c9 Fix tests/integration/native-image/mp-2 (#8801)
  • 2525b39 Improvements to gRPC server-side support (#8765)
  • 19edc8b Use Helidon tracer, span builder, span types instead of OTel ones so we can t...
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.helidon:helidon-bom](https://github.com/oracle/helidon) from 4.0.8 to 4.0.9.
- [Release notes](https://github.com/oracle/helidon/releases)
- [Changelog](https://github.com/helidon-io/helidon/blob/4.0.9/CHANGELOG.md)
- [Commits](helidon-io/helidon@4.0.8...4.0.9)

---
updated-dependencies:
- dependency-name: io.helidon:helidon-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 29, 2024
@io7m io7m merged commit 3643fe7 into develop May 30, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/develop/io.helidon-helidon-bom-4.0.9 branch May 30, 2024 10:52
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.

1 participant