Commit Graph

17314 Commits

Author SHA1 Message Date
Matt Dziuban 8b0bcc6fcf Revert use of WeakReferences for SbtUpdateReport cached values 2025-06-07 23:44:29 -04:00
Matt Dziuban 882a10a89f Ensure caching uses weak references for both keys and values 2025-06-07 23:39:22 -04:00
Eugene Yokota 0045c34d28 sbt 1.11.2 2025-06-07 16:19:15 -04:00
eugene yokota 48c7700791
Merge pull request #8156 from eed3si9n/wip/sonatype
[1.x] update to lm 1.11.2 and deprecate sonatypeOssSnapshots
2025-06-07 13:36:23 -04:00
Eugene Yokota 009efd6422 update to lm 1.11.2 and deprecate sonatypeOssSnapshots 2025-06-07 03:00:43 -04:00
eugene yokota 76f65707b6
Merge pull request #8152 from eed3si9n/wip/bump-lm-coursier2
[1.x] lm-coursier 2.1.10
2025-06-03 12:05:39 -04:00
Eugene Yokota 575228a639 lm-coursier 2.1.10 2025-06-03 06:41:12 -04:00
eugene yokota c41c259189
Merge pull request #8151 from xuwei-k/scala-3-7-1 2025-06-02 19:53:26 -04:00
xuwei-k b1eff478ce Scala 3.7.1 2025-06-03 07:50:08 +09:00
Eugene Yokota d004317458 sbt 1.11.1 2025-06-02 00:20:11 -04:00
eugene yokota 6cf1f610de
Merge pull request #8149 from eed3si9n/wip/bump-lm-coursier
[1.x] deps: Update lm-coursier-shaded 2.1.9
2025-06-01 23:37:25 -04:00
Eugene Yokota 3e25bd3e46 deps: Update lm-coursier-shaded 2.1.9 2025-06-01 23:14:58 -04:00
eugene yokota ac397d900c
Merge pull request #8148 from eed3si9n/wip/plugin
fix: Default sbtPluginPublishLegacyMavenStyle to false
2025-06-01 23:09:55 -04:00
Eugene Yokota 2036ce6836 fix: Default sbtPluginPublishLegacyMavenStyle to false
**Problem**
Central Portal no longer supports the legacy sbt plugin layout.

**Solution**
Make the default more friendly by setting sbtPluginPublishLegacyMavenStyle to false.
2025-06-01 22:43:43 -04:00
eugene yokota 019a1dd1f7
Merge pull request #8147 from eed3si9n/wip/publish
[1.x] ci: Use Central Portal for publishing
2025-06-01 18:05:28 -04:00
Eugene Yokota d93e1226e3 ci: Use Central Portal for publishing 2025-06-01 17:53:33 -04:00
eugene yokota a0ed4d9847
Merge pull request #8143 from rtyley/patch-1 2025-05-30 09:31:01 -04:00
Roberto Tyley d97373454f
Add `sonaDeploymentName` to `excludeLintKeys`
sbt added the `sonaDeploymentName` key with https://github.com/sbt/sbt/pull/8126, released with https://github.com/sbt/sbt/releases/tag/v1.11.0 - in use, this seems to be getting lint warnings (as introduced by https://github.com/sbt/sbt/pull/5153):

```
[warn] there's a key that's not used by any other settings/tasks:
[warn]  
[warn] * scala-collection-plus / sonaDeploymentName
[warn]   +- /home/runner/work/scala-collection-plus/scala-collection-plus/build.sbt:3
[warn]  
[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
```

https://github.com/rtyley/scala-collection-plus/actions/runs/15326291872/job/43121748535#step:6:19

...https://github.com/sbt/sbt/pull/5153 does say that "notable exceptions are settings used exclusively by a command" - I _think_ that maybe `sonaDeploymentName` is only used by the commands `sonaRelease` & `sonaUpload`, so it's necessary to add it to `excludeLintKeys`?
2025-05-29 16:18:28 +01:00
eugene yokota 8431c38e93
Merge pull request #8140 from eed3si9n/wip/eval-debug
[2.x] Support debug output for macros
2025-05-27 01:29:40 -04:00
Eugene Yokota 4521f43995 Support debug output for macros
It's sometimes useful to get the output of the macro-generated code.
This adds a mechanism to allow plugins.sbt to pass in scalacOptions,
which we can later check from the macro.

1. -Xmacro-settings:sbt:Vprint prints out the code.
2. Adding -Xmacro-settings:sbt:print-tree-structure prints out the tree structure.
2025-05-27 00:58:41 -04:00
eugene yokota 5fabfdff32
Merge pull request #8138 from eed3si9n/wip/merge-1.11.x
[2.x] Merge branch '1.11.x'
2025-05-27 00:25:00 -04:00
Eugene Yokota cc2631af13 Mark test pending 2025-05-26 23:40:49 -04:00
Eugene Yokota ee4c51c946 filter out launcher-interface 2025-05-25 18:50:06 -04:00
Eugene Yokota 4adb149e96 bump sbt 2025-05-25 17:21:52 -04:00
Eugene Yokota e023c2dc64 Merge branch '1.11.x' into wip/merge-1.11.x 2025-05-25 17:20:48 -04:00
Eugene Yokota aaaecfcef6 sbt 1.11.0 2025-05-24 02:38:08 -04:00
eugene yokota a4d078ebf7
Merge pull request #8136 from eed3si9n/wip/bump-lm
[1.x] lm 1.11.0
2025-05-24 02:09:42 -04:00
Eugene Yokota eaf12caaa3 lm 1.11.0 2025-05-24 01:53:48 -04:00
eugene yokota db673a9faf
Merge pull request #8132 from eed3si9n/wip/snapshot2
[1.x] fail on sonaRelease if the version is SNAPSHOT
2025-05-22 12:48:58 -04:00
Eugene Yokota 9e7a0fa136 fail on sonaRelease if the version is SNAPSHOT 2025-05-21 00:26:51 -04:00
eugene yokota 8a7d84aa08
Merge pull request #8130 from eed3si9n/wip/querystring
[1.x] fix: Fix Sonatype publishing
2025-05-18 15:39:24 -04:00
Eugene Yokota 929b0bf525 fix: Fix Sonatype publishing
**Problem**
1. query string wasn't passed in, so sonaRelease wasn't working
2. deployment name should be human readable

**Solution**
This fixes the query string passing by hand-crafting the URL.

This also generates human readable deployment name.
2025-05-18 15:25:27 -04:00
eugene yokota ddff8eb908
Merge pull request #8129 from eed3si9n/wip/post
fix: Fix Central Portal status checking
2025-05-18 14:06:42 -04:00
Eugene Yokota ff6ea5570b fix: Fix Central Portal status checking
**Problem**
It's supposed to be POST but I'm usin g GET, which results in 500.
2025-05-18 12:51:06 -04:00
Eugene Yokota f698b7191b sbt 1.11.0-RC1 2025-05-17 16:07:20 -04:00
eugene yokota df9ed2e310
Merge pull request #8127 from eed3si9n/wip/bump-lm
[1.x] lm 1.11.0-M1
2025-05-17 15:27:38 -04:00
Eugene Yokota 7516b4088a lm 1.11.0-M1 2025-05-17 15:10:45 -04:00
eugene yokota 5a229a168b
Merge pull request #8126 from eed3si9n/wip/sonatype
[1.x] Sonatype Publish Portal support
2025-05-15 23:43:29 -04:00
Eugene Yokota 341cd9cf24 sonaBundle shouldn't aggregate 2025-05-15 22:33:43 -04:00
Eugene Yokota dc235777fe Implement environment variable support 2025-05-15 22:25:28 -04:00
Eugene Yokota d8813bc506 Sonatype Publish Portal support
**Problem**
Sonatype is sunsetting HTTP Rest endpoint OSSRH in June 2025.

**Solution**
This implements a built-in publishing mechanism.
Kudos to David Doyle who has spearheaded Sonatype Central support via sonatype-central-client etc.
2025-05-15 03:27:54 -04:00
eugene yokota 32c760bd6f
Merge pull request #8124 from eed3si9n/wip/merge-1.10.x 2025-05-12 05:13:46 -04:00
Eugene Yokota 1795b797bf Merge branch '1.10.x' into wip/merge-1.10.x 2025-05-12 03:30:51 -04:00
eugene yokota c4b825a072
Merge pull request #8121 from eed3si9n/wip/cleanup
[2.x] Remove deprecated methods
2025-05-11 12:16:06 -07:00
Eugene Yokota 3b4547718e Remove deprecated methods 2025-05-11 05:23:41 -04:00
eugene yokota c2bd256301
Merge pull request #8119 from eed3si9n/wip/scala-3.7.0
[2.x] deps: Scala 3.7.0
2025-05-10 22:48:22 -07:00
Eugene Yokota 967ecb49bc deps: Scala 3.7.0 2025-05-11 01:30:07 -04:00
eugene yokota cf5ad6b12c
Merge pull request #8118 from xuwei-k/previous-macro
[2.x] simplify `previous` macro
2025-05-10 21:46:31 -07:00
eugene yokota 684cb483b3
Merge pull request #8117 from sbt/revert-8109-bsp-compile-status-code
Revert "fix: BSP error status code in more cases"
2025-05-10 21:44:55 -07:00
xuwei-k 8ed146a79e simplify previous macro 2025-05-11 13:17:43 +09:00