Skip to content

Replace references to adopt with temurin#4072

Closed
andrzejressel wants to merge 4 commits intoVirtusLab:stablefrom
andrzejressel:patch-2
Closed

Replace references to adopt with temurin#4072
andrzejressel wants to merge 4 commits intoVirtusLab:stablefrom
andrzejressel:patch-2

Conversation

@andrzejressel
Copy link

adopt is deprecated and contains only very old JDKs

### JVM version

Use a specific JVM, such as `14`, `adopt:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
Use a specific JVM, such as `14`, `temurin:11`, or `graalvm:21`, or `system`. scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all docs in the reference directory are generated automatically.
You need to fix it at source and regenerate.

@DirectiveExamples("//> using jvm adopt:11")
@DirectiveExamples("//> using jvm graalvm:21")
@DirectiveUsage(
"//> using jvm _value_",
"`//> using jvm` _value_"
)
@DirectiveDescription(
"Use a specific JVM, such as `14`, `adopt:11`, or `graalvm:21`, or `system`. " +

./mill -i 'generate-reference-doc[]'.run

Also refer to https://github.com/VirtusLab/scala-cli/blob/main/CONTRIBUTING.md#rules-for-a-well-formed-pr

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

dependabot bot and others added 3 commits January 28, 2026 11:21
* Bump react and @types/react in /website

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

Updates `react` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react)

Updates `@types/react` from 19.2.8 to 19.2.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump `react-dom` to 19.2.4

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Chabelski <ged.subfan@gmail.com>
@andrzejressel andrzejressel changed the title Replace adopt with temurin in directives.md Replace adopt with temurin Feb 3, 2026
@andrzejressel andrzejressel changed the title Replace adopt with temurin Replace references to adopt with temurin Feb 3, 2026
@Gedochao
Copy link
Contributor

Superseded by #4129

@Gedochao Gedochao closed this Feb 13, 2026
Gedochao added a commit that referenced this pull request Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants