Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/asf-snapshots-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand All @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automatic-sync-camel-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ref: main
path: camel
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-java-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-it.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased](https://github.com/apache/camel-kafka-connector/tree/HEAD)

[Full Changelog](https://github.com/apache/camel-kafka-connector/compare/camel-kafka-connector-4.10.3...HEAD)
[Full Changelog](https://github.com/apache/camel-kafka-connector/compare/camel-kafka-connector-4.11.0...HEAD)

**Merged pull requests:**

Expand Down Expand Up @@ -460,6 +460,10 @@
- Minor changes to docs - correct the camel-log and camel-timer properties file names, verbiage change on untar/unzip section. [\#639](https://github.com/apache/camel-kafka-connector/pull/639) ([cunningt](https://github.com/cunningt))
- Decouple the Elasticsearch client from the service to simplify moving the services to Camel core [\#638](https://github.com/apache/camel-kafka-connector/pull/638) ([orpiske](https://github.com/orpiske))

## [camel-kafka-connector-4.11.0](https://github.com/apache/camel-kafka-connector/tree/camel-kafka-connector-4.11.0) (2025-04-12)

[Full Changelog](https://github.com/apache/camel-kafka-connector/compare/camel-kafka-connector-4.10.3...camel-kafka-connector-4.11.0)

## [camel-kafka-connector-4.10.3](https://github.com/apache/camel-kafka-connector/tree/camel-kafka-connector-4.10.3) (2025-04-05)

[Full Changelog](https://github.com/apache/camel-kafka-connector/compare/camel-kafka-connector-4.10.2...camel-kafka-connector-4.10.3)
Expand Down