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.5 to 4.0.6 #85

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2024

Bumps io.helidon:helidon-bom from 4.0.5 to 4.0.6.

Release notes

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

4.0.6

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

Java 21 is required to use Helidon 4.

CHANGES

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

Changelog

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

[4.0.6]

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.6.

CHANGES

  • Builders: Fixes for problems discovered in service registry work 8403
  • Config: Config encryption improvements 8440
  • DBClient: Fix for #8344 - Incorrect SQL Type for null Parameters in JDBC Parameter Binding 8342
  • DataSource: Adds support for injecting UniversalConnectionPool instances 8378
  • DataSource: Installs a convenient default for connectionPoolName in UCPBackedDataSourceExtension when appropriate 8359
  • HTTP: Enhance Status.java with Additional Standard HTTP Status Codes 8444
  • LRA: Replace deprecated classInfo.classAnnotation(DotName) on classInfo.declaredAnnotation(DotName) 8417
  • Media: Multipart fixes (streaming, consume) 8375
  • Media: Replace deprecated MediaType.fullType() on MediaType.text() 8340
  • Metrics: More carefully handle re-creation of global meter registry 8389
  • Neo4J: Replace deprecated session.writeTransaction on session.executeWrite in Neo4jHealthCheck 8397
  • OCI: Generalize the creation of the OciMetricsSupport instance from CDI 8431
  • OIDC: OIDC hostname handling 8456
  • OIDC: OIDC updates 8387
  • OIDC: check file system support posix before setting permission 8296
  • OIDC: refresh token optionality fix 8336
  • Reactive: Replace deprecated Awaitable.await(long, TimeUnit) on Awaitable.await(Duration) 8334
  • Tracing: Add baggage API and allow access to baggage via SpanContext (as well as Span) 8320
  • Tracing: Suppress Helidon handling of OpenTelemetry annotations if OTel Java agent is present 8360
  • Tracing: Use OTel AgentDetector instead of just system property - review comments from earlier PR 8374
  • WebServer: Adds support for sending websocket CLOSE frames without a payload 8408
  • WebServer: Fix buffering of content in our Jersey integration. 8461
  • WebServer: Include requested URI config in ListenerConfig; fix config keys 8371
  • WebServer: Releasing entity count down latch even if connection is set to close. 8376
  • WebServer: Return 500 when 204 with entity is sent from routing. 8357
  • WebServer: TLS Revocation config 8425
  • WebServer: TLS peer certs performance 8316
  • Build: Upgrade GitHub actions 8442
  • Dependencies: Bump com.oracle.oci.sdk:oci-java-sdk-bom from 3.34.0 to 3.35.0 in /dependencies 8421
  • Dependencies: PostgreSQL JDBC driver updated to 42.7.2. 8413
  • Dependencies: Upgrades Oracle database libraries to version 21.9.0.0. Adds tests under datasource-ucp CDI integration. 8221
  • Docs: Externalize and compile documentation java snippets 8294
  • Docs: Replace deprecated session.readTransaction on session.executeRead 8420
  • Docs: Update context-root config documentation 8427
  • Docs: Update javadocs of Meter builders to cross reference MeterRegistry.getOrCreate() 8381
  • Docs: doc examples snippets cleanup 8439
  • Examples: Align README.md vs functionality 8380
  • Examples: Archetype - Fix sql script for oracle database 8426
  • Examples: Fix WebServer Mutual TLS example 8409
  • Examples: archetype cleanup 8445
  • Examples: examples cleanup 8433
  • Examples: generate a .gitignore files from archetype 8401

... (truncated)

Commits
  • a6d55e7 Release 4.0.6 [ci skip]
  • bd43c13 Update version to 4.0.6-SNAPSHOT
  • 0854e13 Update CHANGELOG for 4.0.6
  • 7296040 TLS Revocation config (#8425)
  • 083c1ba 4.x: Fix buffering of content in our Jersey integration. (#8461)
  • 984bd0a Also catch UncheckedIOException in test to handle broken pipes (#8462)
  • d78bc32 Improving ConfigFilter behavior (#8440)
  • 2547e21 Enhance Status.java with Additional Standard HTTP Status Codes (#8444)
  • 8de502b Updates testActualLengthExceededWithPayload() to handle IOException given tha...
  • 07a3075 OIDC no longer ignores hostname with usage of the https (#8456)
  • 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.5 to 4.0.6.
- [Release notes](https://github.com/oracle/helidon/releases)
- [Changelog](https://github.com/helidon-io/helidon/blob/4.0.6/CHANGELOG.md)
- [Commits](helidon-io/helidon@4.0.5...4.0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2024
@github-actions github-actions bot enabled auto-merge March 15, 2024 15:23
@github-actions github-actions bot merged commit 3c7b484 into main Mar 15, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/maven/io.helidon-helidon-bom-4.0.6 branch March 15, 2024 15:23
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants