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.11 to 4.1.0 #181

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps io.helidon:helidon-bom from 4.0.11 to 4.1.0.

Release notes

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

4.1.0

This release contains important bugfixes and enhancements and is recommended for all users of Helidon 4. It is compatible with Helidon 4.0.X.

A minimum of Java 21 is required to use Helidon 4.

Notable Changes

  • Support for MicroProfile 6.1 8704
  • gRPC support 5418
  • Support for Java 22 and Java 23

CHANGES

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

Changelog

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

[4.1.0]

This release contains important bugfixes and enhancements and is recommended for all users of Helidon 4. It is compatible with Helidon 4.0.X.

A minimum of Java 21 is required to use Helidon 4.

Notable Changes

  • Support for MicroProfile 6.1 8704
  • gRPC support 5418
  • Support for Java 22 and Java 23

CHANGES

  • Builders: Fixed configuration metadata of blueprints that are configured and provide a service 8891
  • Common: Convert ConcurrentHashMap which does service loading to HashMap with ReentrantLock 8977
  • Common: Fix SetCookie to work for client side as well 9029
  • Common: Improved parsing of HTTP/1 prologue and headers. 8890
  • Common: Introduction of HSON library to write and parse Helidon metadata files. 9050
  • Common: Mapper manager cache key fix 9121
  • Common: Methods to retrieve optional typed entity 8939
  • Common: Remove unused parameters from JsonpWriter 8979
  • Common: Replace deprecated method Header.value() on Header.get() 8873
  • Common: Update UriEncoding.decode to expose a decodeQuery method 9006
  • Common: Use Helidon metadata format (HSON) for service registry generated file. 9061
  • Common: Use Hson.Struct instead of Hson.Object to prevent confusion with java.lang.Object 9080
  • Common: Use System.Logger instead of JUL where applicable #7792 8791
  • Common: Use string constructor of BigDecimal to avoid bad decimals in output. 9074
  • Config: Upgrade to MP Config 3.1 and fix an issue with profile specific properties 8757
  • DBClient: Add uses io.helidon.dbclient.jdbc.spi.JdbcConnectionPoolProvider to io.helidon.dbclient.jdbc module (#8237) 8850
  • DBClient: Consider missing named parameters values in the parameters Map as null 9035
  • DBClient: Fix DbClientService for Mongo DbClient 9102
  • FT: Fix confusing log message on breach of overallTimeout duration 8936
  • FT: Remove unused constructor parameter from io.helidon.faulttolerance.AsyncImpl 9020
  • FT: Use correct exception when retrying in FT 8983
  • gRPC: Client Implementation 8423
  • gRPC: MP Implementation 8878
  • JEP290: forward port of serial-config fix 8814
  • JTA: Refactors JtaConnection to allow status enforcement by JTA implementation 8479
  • JTA: Removes usage of ConcurrentHashMap in LocalXAResource.java to avoid thread pinning in JDKs of version 22 and lower 8900
  • Logging: Bugfixes log builder 9051
  • MDC: propagation without context 8957
  • Metrics: Add RW locking to better manage concurrency 8997
  • Metrics: Add deprecation logging and mention in Micrometer integration doc pages 9100
  • Metrics: MP Metrics 5.1 support 9032
  • Metrics: Mark deprecations for Micrometer integration component 9085
  • Metrics: Properly handle disabled metrics in MP 8908
  • Metrics: Update metrics config default for rest-request-enabled and add doc text explaining SE vs. MP defaults for some values 8912
  • Native image fixes (required for Java 22) 9028
  • Native image: Add required reflection configuration for EclipseLink 8871

... (truncated)

Commits
  • 5bd8681 Release 4.1.0 [ci skip]
  • f863af8 Generate empty javadocs for integrations/oci/authentication modules
  • 8363b8b Don't deploy microprofile/grpc/tests
  • a284f49 Fix release.sh
  • 189f045 Update CHANGELOG for 4.1.0
  • 6a6db03 Documents the gRPC MP server API. Removes links to gRPC MP client API for now...
  • 9f8e847 Fix cache key. It was using array, which does not have a good equals method. ...
  • c20f4ac Bump up cron-utils #9099 (#9120)
  • 9c62b25 Avoids running the encoders (such as GZIP) when no data is written as part of...
  • 1d3fb5b 4.x: HashMap guarding added (#9114)
  • 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.11 to 4.1.0.
- [Release notes](https://github.com/oracle/helidon/releases)
- [Changelog](https://github.com/helidon-io/helidon/blob/4.1.0/CHANGELOG.md)
- [Commits](helidon-io/helidon@4.0.11...4.1.0)

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

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 Aug 12, 2024
@io7m io7m merged commit bff5933 into develop Aug 12, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/develop/io.helidon-helidon-bom-4.1.0 branch August 12, 2024 21:20
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