Arnout Engelen
Arnout Engelen
The signature check introduced in #299 was added to catch problems like https://github.com/lightbend/mima/tree/master/functional-tests/src/test/tuple-parametric-type-change , where a change in generics would allow a program without explicit casts to throw a `ClassCastException`...
[javacOptions in unidoc](https://github.com/sbt/sbt-unidoc/blob/v0.4.1/src/main/scala/sbtunidoc/BaseUnidocPlugin.scala#L24) are [passed as options to javadoc](https://github.com/sbt/sbt-unidoc/blob/v0.4.1/src/main/scala-sbt-1.0/sbtunidoc/Unidoc.scala#L37) If `javacOptions in unidoc` contains options like `-target 1.8`, javadoc will fail because `-target` is not a valid option to `javadoc`....
When generating both Scala and Java API documentation, it would be nice to be able to easily switch between the two. After a while you get used to manipulating the...
Currently, artifact and documentation publishing are part of the same workflow. This means when closing the sonatype repo times out, documentation publishing is not performed, and not easy to trigger...
### Short description Running the unit tests doesn't run when sbt is running under jdk16 ### Details Because the reflection done by mockito isn't allowed by default anymore
https://travis-ci.org/akka/akka-management/jobs/528757971 ``` ConsulDiscoverySpec: [info] akka.cluster.bootstrap.discovery.ConsulDiscoverySpec *** ABORTED *** (36 milliseconds) [info] com.pszymczyk.consul.EmbeddedConsulException: Could not start Consul process in 30 seconds ```
When installing Kubernetes, you can configure your DNS server with `pods disabled` to disabled producing DNS records for individual pods. Currently our kubernetes-api discovery mechanism requires pod DNS entries to...
This test currently defines a 'public' k8s service to expose the HTTP service. While on the one hand this arguably makes the example/test more realistic/complete, on the other hand exposing...
We currently go through bintray when publishing. For projects that publish snapshots or projects include an sbt plugin that makes sense, but right now it seems a needless extra step....