-
### What happened?
I am facing a issue where serenity throws error while taking screenshot of the failure case:
[ForkJoinPool-2-worker-3] WARN net.thucydides.core.steps.BaseStepListener - SRP:Found …
-
We have a number of tests in eo-maven-plugin, which depend on an online presence of Maven Central. They download from it, which make them a) slow, and b) flaky. I believe, we should decouple them from…
-
One of the integration tests in `jeo-maven-plugin` has the following pipeline:
bytecode -> (disassemble) `xmir` -> `phi` -> `unphi` -> `xmir` (assemble) -> bytecode.
First of all I generate `Ap…
-
### Describe the bug
All of a sudden, when trying to use Metals at $WORK, when the server is loading it fails to download certain dependencies for our main SBT plugin:
```
Could not fetch depende…
-
If we're intent on making the "write a swift app, use some java libs" workflow real we're going to need to handle dependencies. Very few libraries are just one jar, and managing this by hand is not re…
ktoso updated
2 weeks ago
-
-
[Out of 40 releases](https://github.com/chains-project/by-the-pool-dataset/commit/c2cbd2e77bd74048f8d6e34774b4436ea38906fc),
## Failed Maven Builds
- io.dropwizard:dropwizard-project:2.0.14
- i…
-
Today when you enable searching for artifact and group ID from maven central with a sha1 then this is done for all java artifacts, not just ones missing artifact and group ID https://github.com/anchor…
-
Applications built with maven plugin, using same shared modules and deployed in the same appnode, cannot work correctly.
When we undeploy app1 and we make stop/start app2, app2 goes in Start Failed b…
-
```
%maven tech.tablesaw:tablesaw-core:0.43.1
import tech.tablesaw.api.*;
var table = Table.read().url("https://raw.githubusercontent.com/gmsharpe/edumore/master/data/elections.csv")
-------------…