Antoine Mottier
Antoine Mottier
I'm using Git Mirror to synchronize repositories from GitHub to GitLab. The following scenario will make the synchronization fail: * Default branch is `master` on both GitHub and GitLab *...
Documentation deployment schema needs an update. See: - https://github.com/fasten-project/k8s-deployments/blob/master/fasten/resolvers/debian-resolver.yaml - https://github.com/fasten-project/k8s-deployments/blob/master/fasten/resolvers/pypi-resolver.yaml - https://github.com/fasten-project/fasten/pull/481#issuecomment-1197772443
## Describe the bug If an artifact is not known, and API call to `/mvn/packages/{pkg}/{pkg_ver}/rcg` will lead to an error 500. ## To Reproduce Steps to reproduce the behavior: 1....
Sympa project is member of OW2 open source community (https://projects.ow2.org/view/sympa/) and OW2 is doing some communication actions on events that requires high definition of logos for printing purpose. Currently Sympa...
Thanks to a [comment](https://github.com/stevensouza/jamonapi/issues/17#issuecomment-291933969) on issue #17 I know that I can get `fdsapi-1.2.jar` from https://github.com/stevensouza/jamonapi/blob/master/jamon_war/src/main/webapp/WEB-INF/lib/fdsapi-1.2.jar. But know I'm wondering: - If a ("official") Maven repository exist for this file?...
A BigDecimal created from `1AA23.456` value with lead to an exception with a null message in Java 8 but with a non null message in Java 11 (`Character A is...