Skip to content

Comments

Bump io.openlineage:openlineage-java from 1.43.0 to 1.44.0#2262

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/io.openlineage-openlineage-java-1.44.0
Closed

Bump io.openlineage:openlineage-java from 1.43.0 to 1.44.0#2262
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/io.openlineage-openlineage-java-1.44.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2026

Bumps io.openlineage:openlineage-java from 1.43.0 to 1.44.0.

Release notes

Sourced from io.openlineage:openlineage-java's releases.

OpenLineage 1.44.0

Added

Changed

Fixed

Changelog

Sourced from io.openlineage:openlineage-java's changelog.

1.44.0

Added

Changed

Fixed

Commits
  • 4cbafed Prepare for release 1.44.0
  • 42d30e1 changelog for release 1.44.0 (#4341)
  • d51ac8a fix(spark): resolve parent job name in ParentRunFacet for AWS Glue (#4340)
  • 7ba5cdd fix(python): remove unneeded build runtime dependency (#4344)
  • 721d1c6 limit iceberg tests to java 11+ (#4343)
  • 27dd2b9 spark: Disable input schema extraction for LogicalRDD and add schema extracti...
  • e2ebb65 build(deps): bump qs from 6.14.1 to 6.14.2 in /website (#4332)
  • 6c90e4f build(deps-dev): update uv-build requirement (#4335)
  • fe2bfea build(deps-dev): update uv-build requirement (#4336)
  • 6cf0a23 build(deps-dev): update uv-build requirement (#4334)
  • 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.openlineage:openlineage-java](https://github.com/OpenLineage/OpenLineage) from 1.43.0 to 1.44.0.
- [Release notes](https://github.com/OpenLineage/OpenLineage/releases)
- [Changelog](https://github.com/OpenLineage/OpenLineage/blob/main/CHANGELOG.md)
- [Commits](OpenLineage/OpenLineage@1.43.0...1.44.0)

---
updated-dependencies:
- dependency-name: io.openlineage:openlineage-java
  dependency-version: 1.44.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 Feb 18, 2026
@dependabot dependabot bot requested a review from cmgrote as a code owner February 18, 2026 04:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 18, 2026
@greptile-apps
Copy link

greptile-apps bot commented Feb 18, 2026

Greptile Summary

Automated Dependabot PR that bumps io.openlineage:openlineage-java from 1.43.0 to 1.44.0 in gradle/libs.versions.toml. This is a minor version update with no breaking API changes. The release adds JWT authentication support, extracts input symlinks from DataSourceRDD, and includes multiple bug fixes (null Glue ARN handling, Content-Encoding header for compressed requests, Flink version detection, etc.).

The project uses the OpenLineage client API (OpenLineage, OpenLineageClientUtils) across six wrapper classes in com.atlan.model.lineage for run, job, event, and dataset abstractions. The APIs consumed (newRunEventBuilder, newRunBuilder, newRunFacetsBuilder, toJson) are stable and unaffected by the 1.44.0 changes.

  • No issues found — this is a safe, low-risk dependency bump.

Confidence Score: 5/5

  • This PR is safe to merge — it is a routine minor version dependency bump with no breaking changes.
  • The change is a single-line version bump (1.43.0 → 1.44.0) for a well-maintained library. The OpenLineage 1.44.0 release contains only additive features and bug fixes with no breaking API changes. The project's usage of the OpenLineage client API is limited to stable, core builder/serialization methods that are unaffected.
  • No files require special attention.

Important Files Changed

Filename Overview
gradle/libs.versions.toml Minor version bump of openlineage from 1.43.0 to 1.44.0. Single-line change with no other modifications.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[gradle/libs.versions.toml] -->|"openlineage = 1.44.0"| B[sdk/build.gradle.kts]
    B -->|"api(libs.openlineage)"| C[io.openlineage:openlineage-java:1.44.0]
    C --> D[OpenLineageEvent.java]
    C --> E[OpenLineageRun.java]
    C --> F[OpenLineageJob.java]
    C --> G[OpenLineageDataset.java]
    C --> H[OpenLineageInputDataset.java]
    C --> I[OpenLineageOutputDataset.java]
    D -->|"emit()"| J[ChronosEndpoint.java]
Loading

Last reviewed commit: 913d3c7

cmgrote added a commit that referenced this pull request Feb 19, 2026
Consolidates updates from the following dependency PRs:
- #2242: Bump io.opentelemetry:opentelemetry-bom from 1.58.0 to 1.59.0
- #2251: Bump opentelemetry-instrumentation-bom-alpha from 2.24.0-alpha to 2.25.0-alpha
- #2253: Bump docker/build-push-action from v6.19.1 to v6.19.2
- #2255: Bump com.google.cloud:libraries-bom from 26.75.0 to 26.76.0
- #2257: Bump org.mozilla:rhino from 1.9.0 to 1.9.1
- #2259: Bump co.elastic.clients:elasticsearch-java from 9.3.0 to 9.3.1
- #2260: Bump io.swagger.parser.v3:swagger-parser from 2.1.37 to 2.1.38
- #2262: Bump io.openlineage:openlineage-java from 1.43.0 to 1.44.0
- #2263: Bump awssdk from 2.41.27 to 2.41.32

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Chris (He/Him) <cgrote@gmail.com>
@cmgrote cmgrote mentioned this pull request Feb 19, 2026
3 tasks
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 19, 2026

Looks like io.openlineage:openlineage-java is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 19, 2026
@dependabot dependabot bot deleted the dependabot/gradle/io.openlineage-openlineage-java-1.44.0 branch February 19, 2026 14:03
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