Commit Graph

17374 Commits

Author SHA1 Message Date
eugene yokota e99d0d9258
Merge pull request #8310 from eed3si9n/wip/fix-conraband
[2.x] fix: Set contrabandScala3enum to false
2025-09-28 22:22:32 -04:00
Eugene Yokota 27e6342bea Update mima 2025-09-28 21:44:16 -04:00
Eugene Yokota 645908f597 Apply Contraband 2025-09-28 21:28:21 -04:00
Eugene Yokota d10f6ee54e fix: Set contrabandScala3enum to false 2025-09-28 21:28:06 -04:00
eugene yokota d44b2c8720
Merge pull request #8296 from xuwei-k/enable-nio-scripted-test-2
enable some scripted tests
2025-09-26 00:49:34 -04:00
eugene yokota 461aafcfe2
Merge pull request #8302 from eed3si9n/wip/giter8-resolver
[2.x] Update Giter8TemplatePlugin
2025-09-26 00:20:53 -04:00
Eugene Yokota 3e0f49d01b Update Giter8TemplatePlugin
Update to reference sbt-giter8-resolver 0.18.0
2025-09-25 21:58:34 -04:00
eugene yokota ba60e483b3
Merge pull request #8298 from xuwei-k/format-off-comment 2025-09-24 09:37:26 -04:00
xuwei-k 1a882b0dc3 remove some `format: off` comments 2025-09-24 18:49:30 +09:00
xuwei-k a62ee86b2b enable some scripted tests 2025-09-24 07:41:33 +09:00
eugene yokota 9713b7c112
Merge pull request #8295 from xuwei-k/nio-scripted-tests
enable some scripted tests
2025-09-23 12:07:47 -04:00
xuwei-k 028dc35308 enable some scripted tests 2025-09-23 20:09:47 +09:00
eugene yokota d31f9869d4
Merge pull request #8293 from xuwei-k/scalafmt-build-files
update scalafmt config. re-format build files
2025-09-22 22:45:35 -04:00
xuwei-k ecf6be6b6b update scalafmt config. re-format build files 2025-09-23 10:28:38 +09:00
eugene yokota 7e1d39e2e4
Merge pull request #8292 from xuwei-k/mima-RC5
update mima setting
2025-09-22 00:15:52 -04:00
xuwei-k 40c29e9599 update mima setting 2025-09-22 12:34:32 +09:00
eugene yokota a615ff3c1b
Merge pull request #8290 from eed3si9n/wip/aggregate
[2.x] Auto aggregate
2025-09-21 16:50:28 -04:00
Eugene Yokota 748bf1207f Auto aggregate
**Problem**
For sbt 1.x, the user is forced to pick between having a stable ID for the root project,
or having the automatic aggregation of all subprojects.
The problem becomes more pronounced for large build that frequent add/remove subprojects.

**Solution**
This implements `.autoAggregate` method on `Project`, which is implemented as
`this.aggregate(LocalAggregate)`.
At the loading time, we can automatically expand `LocalAggregate` to a list of subproject references,
after we discover all subprojects.
The `autoAggregate` will use the base directory of the subproject to pick the parent-child
relationship. For example, a root project would aggregate all subprojects,
but `bar` might aggregate only `bar/bar1` and `bar/bar2`.
2025-09-21 13:40:53 -04:00
eugene yokota 84fcb1a3a6
Merge pull request #8289 from eed3si9n/wip/bump-zinc 2025-09-19 10:34:05 -04:00
Eugene Yokota c9ca5b5555 Update to Zinc 2.0.0-M8 2025-09-19 01:46:16 -04:00
eugene yokota b37f59c57f
Merge pull request #8287 from eed3si9n/wip/contraband
[2.x] Update to Contraband 0.8.0
2025-09-19 01:45:14 -04:00
Eugene Yokota 2fa3159f18 Update to Contraband 0.8.0 2025-09-19 00:46:34 -04:00
Seth Tisue 3dfa840495
Merge pull request #8265 from zainab-ali/weaver-group-id
Migrate weaver group id to `org.typelevel`
2025-09-18 07:40:39 -07:00
eugene yokota 0cef94b1d5
Merge pull request #8285 from eed3si9n/wip/merge-1.11.x
[2.x] Merge 1.11.x branch
2025-09-17 23:56:31 -04:00
Eugene Yokota 64dcdafc07 Merge branch '1.11.x' into wip/merge-1.11.x 2025-09-17 23:35:59 -04:00
xuwei-k 440ab1b936 add JDK 25 CI instead of 21 2025-09-18 05:25:11 +09:00
eugene yokota d476905b67
Merge pull request #8283 from BillyAutrey/add-runtask-with-result-to-extracted
Add runTaskUnhandled to Extracted
2025-09-15 15:02:29 -04:00
Billy Autrey 2f1de0b962
scalafmt 2025-09-15 11:53:23 -05:00
Billy Autrey f8903ab37a
Add runTaskUnhandled to Extracted 2025-09-15 11:17:19 -05:00
eugene yokota 8193d6befb
Merge pull request #8282 from eed3si9n/wip/gson
[2.x] fix: Catch gson parsing error
2025-09-14 00:30:07 -04:00
Eugene Yokota f7a3c593e9 fix: Catch gson parsing error
If non-JSON leaks into stdout, send it to the logger.
2025-09-13 22:52:24 -04:00
eugene yokota ba10971e9c
Merge pull request #8281 from eed3si9n/wip/launcher
[1.x] deps: Launcher 1.5.1
2025-09-13 17:00:33 -04:00
Eugene Yokota 1e2efaeadf deps: Launcher 1.5.1 2025-09-13 16:46:36 -04:00
eugene yokota 2db398aa47
Merge pull request #8280 from xuwei-k/update-dependency
update dependencies
2025-09-13 13:20:50 -04:00
xuwei-k fd7a910719 update dependencies 2025-09-13 12:14:15 +09:00
eugene yokota e8f03eb758
Merge pull request #8276 from xuwei-k/Scala-3-7-3
Scala 3.7.3
2025-09-09 12:50:08 -04:00
dependabot[bot] f2e37083f7 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-09 13:01:45 +09:00
xuwei-k 64357d7e2a Scala 3.7.3 2025-09-09 12:31:28 +09:00
eugene yokota 451c59e34d
Merge pull request #8277 from xuwei-k/fix-client-test
fix `client-test.yml` CI. revert `sbt/setup-sbt` version
2025-09-08 22:57:31 -04:00
xuwei-k 548954a27d fix client-test.yml CI 2025-09-09 09:31:15 +09:00
eugene yokota 649f071247
Merge pull request #8271 from eed3si9n/wip/forked-test
[2.x] fix: Fixes forked test error handling on JDK 17
2025-09-08 00:17:58 -04:00
xuwei-k 8e1cebc8fc delete internal/ProjectMatrixReference.scala 2025-09-07 18:19:57 +09:00
Eugene Yokota 8a9f24b395 fix: Fixes forked test error handling on JDK 17
**Problem**
Forked tests apparently incorrectly returns success if an exception is thrown
on JDK 17 and up, due to exception failing to persist.

**Solution**
This adds custom codec for Throwable to workaround this issue.
2025-09-07 04:44:05 -04:00
eugene yokota 36f3dfbaaf
Merge pull request #8269 from xuwei-k/try-with-resources
use try-with-resources syntax in WorkerMain.java
2025-09-07 00:43:27 -04:00
xuwei-k ee10ff7e23 use try-with-resources syntax in WorkerMain.java 2025-09-07 12:50:11 +09:00
Eugene Yokota 9186f23839 sbt 1.11.6 2025-09-06 18:42:39 -04:00
eugene yokota 478f3a1693
Merge pull request #8268 from eed3si9n/wip/launcher
[1.x] Launcher 1.5.0
2025-09-06 18:13:40 -04:00
Eugene Yokota 4b1239fcee Launcher 1.5.0 2025-09-06 17:59:53 -04:00
eugene yokota f75241ff95
Merge pull request #8267 from xuwei-k/delete-unused-code 2025-09-06 12:50:17 -04:00
eugene yokota 83a95b9d7d
Merge pull request #8266 from xuwei-k/readme-this-is-sbt-2 2025-09-06 11:53:22 -04:00