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

Add support for JDK EA builds in -Druntime.java=xx #118329

Closed
ChrisHegarty opened this issue Dec 10, 2024 · 3 comments · Fixed by #119387
Closed

Add support for JDK EA builds in -Druntime.java=xx #118329

ChrisHegarty opened this issue Dec 10, 2024 · 3 comments · Fixed by #119387
Labels
:Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team

Comments

@ChrisHegarty
Copy link
Contributor

Improve support for the runtime JDK so that one can specify a JDK EA build to automatically download and run tests with, e.g. -Druntime.java=24. The URLs are the most awkward part of this! :-(

@ChrisHegarty ChrisHegarty added :Core/Infra/Core Core issues without another label Team:Core/Infra Meta label for core/infra team labels Dec 10, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (Team:Core/Infra)

@breskeby breskeby added :Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team and removed :Core/Infra/Core Core issues without another label Team:Core/Infra Meta label for core/infra team labels Dec 12, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-delivery (Team:Delivery)

@breskeby
Copy link
Contributor

@ChrisHegarty I addressed this here: #119387

We had already some support for EA runtime java versions but we need to explicitly set the version we wanna support here.

breskeby added a commit to breskeby/elasticsearch that referenced this issue Dec 31, 2024
We add explicit support for running build with -Druntime.java=24 and
-Druntime.java=24) By default it takes the build that was available at
implementation time (b29 for 24 and b3 for 25)

You can pass the build number also dynamically by running your build
e.g. with

```
-Druntime.java=24 -Druntime.java.build=29
```

which will resolve java ea24 build 29

fixes elastic#118329

(cherry picked from commit f028340)
breskeby added a commit to breskeby/elasticsearch that referenced this issue Dec 31, 2024
We add explicit support for running build with -Druntime.java=24 and
-Druntime.java=24) By default it takes the build that was available at
implementation time (b29 for 24 and b3 for 25)

You can pass the build number also dynamically by running your build
e.g. with

```
-Druntime.java=24 -Druntime.java.build=29
```

which will resolve java ea24 build 29

fixes elastic#118329

(cherry picked from commit f028340)
breskeby added a commit to breskeby/elasticsearch that referenced this issue Dec 31, 2024
We add explicit support for running build with -Druntime.java=24 and
-Druntime.java=24) By default it takes the build that was available at
implementation time (b29 for 24 and b3 for 25)

You can pass the build number also dynamically by running your build
e.g. with

```
-Druntime.java=24 -Druntime.java.build=29
```

which will resolve java ea24 build 29

fixes elastic#118329

(cherry picked from commit f028340)
elasticsearchmachine pushed a commit that referenced this issue Dec 31, 2024
We add explicit support for running build with -Druntime.java=24 and
-Druntime.java=24) By default it takes the build that was available at
implementation time (b29 for 24 and b3 for 25)

You can pass the build number also dynamically by running your build
e.g. with

```
-Druntime.java=24 -Druntime.java.build=29
```

which will resolve java ea24 build 29

fixes #118329

(cherry picked from commit f028340)
elasticsearchmachine pushed a commit that referenced this issue Dec 31, 2024
We add explicit support for running build with -Druntime.java=24 and
-Druntime.java=24) By default it takes the build that was available at
implementation time (b29 for 24 and b3 for 25)

You can pass the build number also dynamically by running your build
e.g. with

```
-Druntime.java=24 -Druntime.java.build=29
```

which will resolve java ea24 build 29

fixes #118329

(cherry picked from commit f028340)
elasticsearchmachine pushed a commit that referenced this issue Dec 31, 2024
We add explicit support for running build with -Druntime.java=24 and
-Druntime.java=24) By default it takes the build that was available at
implementation time (b29 for 24 and b3 for 25)

You can pass the build number also dynamically by running your build
e.g. with

```
-Druntime.java=24 -Druntime.java.build=29
```

which will resolve java ea24 build 29

fixes #118329

(cherry picked from commit f028340)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants