Eugene Yokota
bd460ae536
Test using JDK 25
2025-09-28 05:53:40 -04:00
Eugene Yokota
51aa789346
Suppress JDK 25 warnings
2025-09-28 04:17:50 -04:00
Eugene Yokota
2e7d3fdf93
Support JDK 25 JEP-512/JEP-445 Main run
...
**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.
2025-09-28 01:51:24 -04:00
dependabot[bot]
78ad4e9649
[1.x] Bump actions/setup-python from 5 to 6
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/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>
2025-09-13 21:01:28 +00:00
Eugene Yokota
1e2efaeadf
deps: Launcher 1.5.1
2025-09-13 16:46:36 -04:00
dependabot[bot]
9efe80463f
[1.x] Bump actions/checkout from 4 to 5
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-27 21:15:41 +00:00
Eugene Yokota
fb070edaf1
Split client test
2025-08-24 02:04:34 -04:00
Eugene Yokota
2de01a8a05
[1.x] --jvm-client
...
This adds --jvm-client to the runner script.
2025-08-24 00:32:37 -04:00
Eugene Yokota
b2afa2114f
ci: Split server-test
2025-08-24 00:17:58 -04:00
eugene yokota
9457097368
Merge pull request #8229 from sbt/dependabot/github_actions/actions/setup-java-5
...
Bump actions/setup-java from 4 to 5
2025-08-23 01:50:01 -04:00
eugene yokota
f0e3b5a2ab
Merge pull request #8226 from eed3si9n/wip/scala-library
...
[1.x] scala-library 3.8.0 support
2025-08-22 18:40:14 -04:00
Eugene Yokota
dd6578eaf6
Don't cache boot
2025-08-22 17:17:06 -04:00
dependabot[bot]
6c2e64af1b
Bump actions/setup-java from 4 to 5
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-22 21:13:08 +00:00
Eugene Yokota
2eead75958
Add clean.yml
2025-08-22 16:59:23 -04:00
Eugene Yokota
ff4825ccff
fix: Fix sbt --client on Windows
...
**Problem**
sbt --client doens't work on Windows because the runner script
passes itself to the server, but it's unable to launch Bash script.
**Solution**
Pass in the bat version instead on Windows.
2025-03-16 23:57:47 -04:00
Eugene Yokota
06acd261d5
Scala 2.13.16
2025-02-09 18:17:02 -05:00
Eugene Yokota
3529e20279
sbt 1.10.7
2024-12-22 21:26:54 -05:00
friendseeker
7312398695
Restore Multirepo integration test
2024-12-20 00:12:57 -08:00
Friendseeker
30c7be8d0d
Prepare for sbt 1.10.7
2024-12-19 12:26:37 -08:00
Friendseeker
e606b1f794
Use new Scala CLA checker
2024-12-17 14:58:29 -08:00
Eugene Yokota
ff4e6d90af
New Scala CLA URL
2024-12-05 22:51:16 -05:00
Friendseeker
25870c6281
Temp disable Job 6 to unblock CI
2024-11-26 14:56:23 -08:00
Friendseeker
14d6dc5301
Prepare for sbt 1.10.6
2024-11-04 23:02:45 -08:00
eugene yokota
c5c094ee21
Merge pull request #7854 from Friendseeker/return-1-when-failed
...
[1.x] Return exit code `1` when client crashes & add smoke test for client
2024-11-03 01:07:08 -05:00
friendseeker
801137de31
Revert "Merge pull request #7823 from Friendseeker/musl"
...
This reverts commit 0c00dbaf4b , reversing
changes made to 91ea2feb64 .
2024-10-31 20:43:10 -07:00
friendseeker
c58842da4e
Add smoke test
2024-10-31 20:36:15 -07:00
Friendseeker
28a9f9c920
Prepare for sbt 1.10.5
2024-10-28 11:51:02 -07:00
eugene yokota
0c00dbaf4b
Merge pull request #7823 from Friendseeker/musl
...
[1.x] Static link `musl` during x86 Linux Native Image build
2024-10-24 17:27:09 -04:00
Friendseeker
1ca8ede010
Rename to multirepo integration test
2024-10-24 10:30:41 -07:00
friendseeker
20db3eddf1
Bump TEST_SBT_VER to 1.10.3
2024-10-24 01:06:03 -07:00
friendseeker
60b451c3d1
Address PR feedback & fix CI
2024-10-24 00:04:29 -07:00
friendseeker
d340ff916e
Static Link musl for Linux Native Image build
2024-10-23 01:42:22 -07:00
Eugene Yokota
fc6cede02d
ci: ubuntu-22.04 to workaround sbtn
2024-10-20 00:50:43 -04:00
friendseeker
a739760426
Bump CI to JDK 21
2024-10-16 10:57:22 -07:00
nathanlao
a4398d054c
chore: set a default timeout for ci
2024-10-14 23:40:11 -07:00
Seth Tisue
f06b7622be
Scala 2.12.20 (was .19)
2024-10-10 12:53:31 -07:00
Friendseeker
8f657cef01
Fix CI
2024-10-09 11:08:04 -07:00
Friendseeker
1449d84614
Fix Dependency Graph
2024-10-09 10:52:22 -07:00
Adrien Piquerez
4d7228ad5e
Fix CI
2024-09-11 09:13:32 +02:00
dependabot[bot]
78296a9128
Bump scalacenter/sbt-dependency-submission from 2 to 3
...
Bumps [scalacenter/sbt-dependency-submission](https://github.com/scalacenter/sbt-dependency-submission ) from 2 to 3.
- [Release notes](https://github.com/scalacenter/sbt-dependency-submission/releases )
- [Commits](https://github.com/scalacenter/sbt-dependency-submission/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: scalacenter/sbt-dependency-submission
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 04:22:26 +00:00
Eugene Yokota
a6bdf9dc2e
Fix CI
...
It seems like the latest macOS image no longer supports JDK 8.
2024-05-05 01:02:19 -04:00
Seth Tisue
735214afd0
Scala 2.12.19 (was 2.12.18), scala-xml 2.2.0 (was 2.1.0)
2024-03-16 11:39:55 +01:00
dependabot[bot]
de4caf2631
Bump actions/cache from 3 to 4
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 04:14:49 +00:00
Eugene Yokota
becf4ec66f
Lock only issues
2023-12-11 18:54:05 -05:00
Eugene Yokota
556bd94b16
Lock thread after 365d of inactivity
2023-12-11 18:40:36 -05:00
dependabot[bot]
ef6fc89075
Bump actions/setup-python from 4 to 5
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 04:24:57 +00:00
dependabot[bot]
4fc38dceee
Bump actions/setup-java from 3 to 4
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 04:07:29 +00:00
Domantas Petrauskas
bf8e92be74
Fix VM argument passing by .sbtopts file and JAVA_TOOL_OPTIONS environmental variable ( #7393 )
...
Fixes #7387
* Fix VM argument passing by .sbtopts file and JAVA_TOOL_OPTIONS environmental variable, improve launcher script integration test setup
* Fix sbt process not exiting in launcher test for --sbt-version
* Fix JAVA_TOOL_OPTIONS in launcher for linux/mac
2023-10-06 12:31:27 -04:00
Eugene Yokota
c551c0fbcd
Zinc 1.9.4
2023-09-13 23:29:11 -04:00
Matthew de Detrich
47344d264d
Remove invalid test
2023-09-13 22:34:41 +02:00