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

[Backport release/8.6] chore(tool-versions): use current Java, Maven versions #3372

Merged
merged 1 commit into from
Sep 27, 2024
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 .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
java temurin-17.0.12+7
maven 3.8.4
java temurin-21.0.1+12.0.LTS
maven 3.9.9
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ For more information on Connectors, refer to the
## Contents

* [License](#license)
* [Setup](#setup)
* [Create a Connector](#create-a-connector)
* [Outbound Connector](#outbound-connector)
* [Inbound Connector](#inbound-connector)
Expand Down Expand Up @@ -41,6 +42,15 @@ This is a multi-module project with different licenses applied to different modu

When in doubt, refer to the `LICENSE` file in the respective module.

## Setup

Download these utilities:

* [`make`](https://www.gnu.org/software/make/) for building
* [`asdf`](https://asdf-vm.com/) for managing Java and Maven versions

The [Connector SDK](connector-sdk) uses Java 17, unlike the rest of this repository.

## Create a Connector

Include the [connector-core](connector-sdk/core), e.g. via Maven:
Expand Down