Billy Autrey
Billy Autrey
### Play Version 2.7 ### API Scala (Ideally, both) ### Feature Description As of now, the documentation only details how to use `parse.multipartFormData` and `parse.temporaryFile`. Both approaches store temporary files,...
In `com.google.idea.blaze.aspect.scala.scalalibrary.ScalaLibraryTest.testScalaLibrary()`, there is a test that loads a test fixture based on the code in the `aspect.scala.scalalibrary` aspect test. Right now, the code looks like this: ```java assertThat(target.getJavaIdeInfo().getJarsList().get(0).getJar().getRelativePath()) .isEqualTo(testRelative("simple.jar"));...
I accidentally stumbled across this definition - https://github.com/bazelbuild/rules_scala/blob/master/jmh/jmh.bzl There seems to be no documentation on this feature. Only a test exists as a clue to its use. It would be...
The `README` filess for [scala_test_suite](https://github.com/bazelbuild/rules_scala/blob/master/docs/scala_test_suite.md) and [scala_library_suite](https://github.com/bazelbuild/rules_scala/blob/master/docs/scala_library_suite.md) are low on details. They should include a reference to the definition, a parameter list, and maybe an example of the resulting targets?...
### Versions used Akka gRPC `1.1.1`, but this is also present in `main` and on `2.1.3`/`2.1.4`. Akka version: Unimportant, but `2.6`. ### Expected Behavior 1. Create a proto file with...
Adds the ability to crossbuild plugins (without actually doing it in CI, explicitly) Related to #12897. * Updates to `sbt-twirl` % `2.1.0-M2` (which has crossbuild support) * Adds sbt2 crossbuilds...
## Expected behaviour If a user crossbuilds or sets sbt to `2.x` in `build.properties`, then they should be able to pull a version of `sbt-native-packager` successfully. ## Actual behaviour You...
Towards #139. * Updates sbt to 1.10.2, adding 2.0.0-M2 awareness * Sets up some variables for crossbuilds/evaluation. Needs sbt-web to have a 2.0 artifact.
Add support for sbt 2.0 crossbuilds, scala 3, remove deprecation warnings for sbt 1.10.2.
PlayFramework depends on this plugin in scripted. We need to publish a crossbuild that works for both sbt 1.11 and sbt 2.0.0-RC5. * [ ] Fix Scala3 bincompat issues that...