-
Lastly, I encountered an error while trying to use a same context container with a context manager in parallel threads. One of my dependency could not be resolved in one thread as if the definition of…
-
Current `sbt` plugin will use the source file name as the base for the output service api class name (interface or trait). This leads to non-idiomatic names and is very unflexible. End users should b…
-
Hi,
Im trying to run lagom grpc code , facing following exception
sbt:lagom-scala-grpc-example> runAll
[info] Updating lagom-internal-meta-project-service-locator...
[error] java.lang.NoSuchF…
-
It would be nice to have have Gradle support with lagom, just like the recently added maven support
-
(This is to discuss improvements and link to small PRs)
The build for Lagom itself (`build.sbt` and `projects/*`) is quite convoluted code and some basic maintenance can sometimes become a tedious …
-
### Contact Details
_No response_
### What is your question?
För att vi ska kunna resonera enklare behöver vi definiera en mängd aktörer/roller som är vanligt förekommande i ett öppen källkod…
-
In sbt 1.1.4 (not sure about other versions) I get this on startup:
[info] Updating ProjectRef(uri("file:/home/jroper/src/lagom-microprofile/project/"), "lagom-microprofile-build")...
It loo…
-
Check the procedure on the Lagom Chirper example...
https://github.com/lagom/lagom-java-chirper-example/blob/master/deploy/marathon/resources/chirper.json
-
`sbt-lagom-bundle` kicks in for every project that has `LagomJava` enabled. It does not kick in for projects that have `LagomPlay`, `PlayJava` or `PlayScala` enabled. As a result the user need to manu…
-
The idea is to extends `play.api.db.Database` trait with an extra method to access the `Configuration` object that was used to build the DB.
This can be quite useful, especially in Lagom and when …