Commit Graph

1297 Commits

Author SHA1 Message Date
0lejk4 0878b9db14 make Developer email optional as it is not obligatory and some people don`t want to expose it 2019-03-14 00:10:26 +02:00
eugene yokota 6d35f329b6
Merge pull request #281 from eed3si9n/wip/adoptopenjdk
use AdoptOpenJDK 1.8 and 11 for testing
2019-01-23 19:40:24 -05:00
eugene yokota 82735ae983
Merge pull request #290 from eed3si9n/wip/disabled-bincompat
make object Disabled extend Disabled
2019-01-23 19:40:04 -05:00
eugene yokota 3edf839192
Merge pull request #288 from bigwheel/fix-287
[Fix #287] Eviction warning summary shows only binary incompatible
2019-01-23 15:25:45 -05:00
Eugene Yokota 75c319e6bb make object Disabled extend Disabled
Ref https://github.com/sbt/librarymanagement/pull/280

This is to workaround bincompat error detected by sbt community build.

```
[cats] [error] java.lang.NoSuchMethodError: sbt.librarymanagement.CrossVersion$.Disabled()Lsbt/librarymanagement/Disabled$;
```
2019-01-23 15:06:47 -05:00
bigwheel 8d4f6cee48 [Fix #287] Add alternative constructor for binary compatibility 2019-01-14 19:02:41 +09:00
bigwheel c1a93c65b7 [Fix #287] Eviction warning summary shows only binary incompatible 2019-01-10 22:24:11 +09:00
eugene yokota 96a3293c7d
Merge pull request #284 from eed3si9n/wip/bump2
Bump Ivy
2018-12-28 18:16:24 -05:00
Eugene Yokota e36ddd64ab Bump Ivy
Ref https://github.com/sbt/ivy/pull/31
2018-12-28 17:15:43 -05:00
Eugene Yokota d9409a3348 use AdoptOpenJDK 1.8 and 11 for testing 2018-11-27 00:57:47 -05:00
eugene yokota 91071253d9
Merge pull request #282 from eed3si9n/wip/mima-fix
Mima fix from #280
2018-11-27 00:53:58 -05:00
Eugene Yokota a18c343bdc Mima fix from #280
Not sure how but #280 has slipped through with Mima failing.
2018-11-27 00:26:07 -05:00
eugene yokota a01c43e075
Merge pull request #280 from dwijnand/fix-the-CrossVersion-compat
Fix CrossVersion.Disabled compat
2018-11-24 23:51:01 -05:00
Dale Wijnand ead0f82575
Fix CrossVersion.Disabled compat 2018-11-24 09:31:30 +00:00
eugene yokota 4a0a6c77bc
Merge pull request #278 from eed3si9n/wip/thread-pool
Use fixed thread pool
2018-11-06 17:32:59 -05:00
Eugene Yokota 29183f2fad Use fixed thread pool
Fixes #274

In #249 parallel download switched to using its own thread pool.
It could potentially lead to unbounded download if nobody throttled.
This works around the issue by fixing the number of thread to 6, which is a common per-host max connection count.
2018-11-01 02:27:19 -04:00
eugene yokota 92f8b75557
Merge pull request #277 from eed3si9n/wip/bump
Bump IO and Util
2018-10-29 15:16:39 -04:00
Eugene Yokota 08b8491c7f Bump IO and Util 2018-10-29 14:25:01 -04:00
eugene yokota 4b179e526d
Merge pull request #270 from andreaTP/coursierAgain
Add Coursier as a  library management implementation
2018-10-29 13:26:30 -04:00
Andrea Peruffo 11fdf8e31c adding multi-project test 2018-10-28 08:54:26 +00:00
andrea abc6d69271 compatibility with 2.12 2018-10-24 17:43:49 +01:00
andrea 1951da25bb rework again configurations management 2018-10-24 15:14:43 +01:00
andrea eeddaa3f5d cleaning up scripted test 2018-10-24 13:15:43 +01:00
andrea 33de2221f7 fixing tests 2018-10-24 12:18:16 +01:00
andrea 2e6870d17e minor cleanup and using missingOk instead of external property 2018-10-24 11:49:51 +01:00
Alexandre Archambault 3b7b2ffbb7 Tweak configuration handling 2018-10-24 11:29:05 +01:00
andrea a03f0ad437 Add ignore errors flag 2018-10-22 14:57:44 +01:00
andrea 5ceed97587 better attributes management and plugin resolution test disabled 2018-10-19 14:40:22 +01:00
andrea 572f87314f added hashing function 2018-10-19 12:05:40 +01:00
andrea 0499b58819 removed unused jsoncodec plugin 2018-10-19 10:55:20 +01:00
andrea 7d275cf18e targeting alex review 2018-10-19 10:50:27 +01:00
eugene yokota c53aa4a6df
Merge pull request #273 from eed3si9n/fport/collapse-eviction-warnings
Collapse eviction warnings
2018-10-18 15:06:45 -04:00
Dale Wijnand 0eadc6a6cb Drop trailing commas.. 2018-10-18 14:11:04 -04:00
Dale Wijnand 58bfe85f42 Collapse eviction warnings
Rather than

    [warn] There may be incompatibilities among your library dependencies.
    [warn] Run 'evicted' to see detailed eviction warnings
    [info] Done updating.
    [warn] There may be incompatibilities among your library dependencies.
    [warn] Run 'evicted' to see detailed eviction warnings
    [info] Done updating.
    [warn] There may be incompatibilities among your library dependencies.
    [warn] Run 'evicted' to see detailed eviction warnings
    [info] Done updating.
    [warn] There may be incompatibilities among your library dependencies.
    [warn] Run 'evicted' to see detailed eviction warnings

I would get:

    [warn] There may be incompatibilities among your library dependencies; run 'evicted' to see detailed eviction warnings
    [info] Done updating.
    [warn] There may be incompatibilities among your library dependencies; run 'evicted' to see detailed eviction warnings
    [info] Done updating.
    [warn] There may be incompatibilities among your library dependencies; run 'evicted' to see detailed eviction warnings
    [info] Done updating.
    [warn] There may be incompatibilities among your library dependencies; run 'evicted' to see detailed eviction warnings

which is a touch better. (IMO!)
2018-10-18 14:10:59 -04:00
eugene yokota 910151d193
Merge pull request #271 from tanishiking/update-scaladoc-semantic-version-selector
Update scaladoc for SemanticVersionSelector
2018-10-16 15:13:49 -04:00
tanishiking 1d429e4c51 Update scaladoc for SemanticVersionSelector
Fix for https://github.com/sbt/sbt/issues/4422
2018-10-17 00:30:13 +09:00
andrea 1f46e3e32b fix 2018-10-16 12:35:23 +01:00
andrea d18c37974a going on, everything but sbt-plugins looks working 2018-10-16 12:31:07 +01:00
andrea 21e2c5f904 Starting point for going on 2018-10-15 18:20:36 +01:00
andrea e1ce3a07c5 compilation and tests are ok 2018-10-15 10:34:14 +01:00
Leonard Ehrenfried ed25bcba43 Add implementation of coursier 2018-10-15 10:24:34 +01:00
eugene yokota 87393a3f9f
Merge pull request #268 from eed3si9n/wip/contains
Fix the contains issue
2018-10-15 03:35:00 -04:00
Eugene Yokota cb92556c7f sbt-scalafmt 0.15 to align with sbt/sbt 2018-10-15 03:10:00 -04:00
Eugene Yokota f1a99e5e4a Fix the contains issue
Fixes https://github.com/sbt/librarymanagement/issues/259
2018-10-15 03:02:53 -04:00
eugene yokota aa8e453e3e
Merge pull request #265 from andreaTP/sbtScriptedTest
Scripted integration test infrastructure with Sbt
2018-10-12 10:41:55 -04:00
andrea 8b53d4a5c1 Scripted integration test infrastructure with Sbt 2018-10-12 09:18:17 +01:00
eugene yokota b8fd1805c3
Merge pull request #263 from eed3si9n/wip/merge-1.2.x
merge 1.2.x +  Scala 2.12.7
2018-09-28 05:58:40 -04:00
Eugene Yokota b0ea8ec55f Scala 2.12.7 2018-09-28 04:50:55 -04:00
Eugene Yokota e28382c667 Bump to 1.3.0 2018-09-28 04:34:20 -04:00
Eugene Yokota 7c1caaf079 sbt 1.2.3 2018-09-28 04:33:50 -04:00