Moritz H.
Moritz H.
Hello! First, thanks a lot for your work! Would it be a bigger task to provide hamsket for Linux aarch64 architecture? I'm currently running Linux on an ARM 64 bit...
This makes it possible to protect applications with the gatekeeper which use the Authorization header with their own JWT token. Default of this value is true (backward compatible).
Hi, I'm using XStream with `ignoreUnknownElements()` enabled. I'm trying to parse ``` xml ``` ``` java @XStreamInclude({Tag1.class, Tag2.class}) public interface Tag {} @XStreamAlias("tag1") public class Tag1 implements Tag {} @XStreamAlias("tag2")...
It would be helpful if the output of the SQBB contains a link to the sonarqube project if the build fails.
The TravisCI build just builds the application, it doesn't run SonarQube. It would be great if the TravisCI build would also do a SonarQube analysis.
A PR which implements hashing with PBKDF2 SHA-256 had do be declined because Android doesn't support that algorithm. Maybe we should implement a platform specific list of hash algorithms in...
The build uses bintray to publish on maven central. fix this so that it directly deploys to maven central.
### Task List - [x] Steps to reproduce provided - [x] Stacktrace (if present) provided - [ ] Example that reproduces the problem uploaded to Github - [x] Full description...
### Task List - [x] Steps to reproduce provided ### Steps to Reproduce 1. Write a method which returns a huge map and annotate it with `@Cacheable` 1. Call that...