Skip to content

Conversation

@eed3si9n
Copy link
Member

@eed3si9n eed3si9n commented Sep 29, 2025

Fixes #7384

dependabot bot and others added 7 commits September 13, 2025 21:01
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…/actions/setup-python-6

[1.x] Bump actions/setup-python from 5 to 6
**Problem**
sbt currently does not support JDK 25 Main class. JDK 25 supports:
1. non-public main method
2. doesn't need Array[String] arg
3. doesn't have to be a static method

**Solution**
This updates Zinc, which supports new Main class detection.

In addition, this implements in-process run emulation support.
[1.x] Support JDK 25 JEP-512/JEP-445 Main run
@eed3si9n eed3si9n merged commit f97dff4 into sbt:develop Sep 29, 2025
15 of 17 checks passed
@eed3si9n eed3si9n deleted the wip/merge-1.11.x branch September 29, 2025 05:03
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.

run task does not support JEP 512: Compact Source Files and Instance Main Methods

1 participant