Youssuf ElKalay
Youssuf ElKalay
@marcelmay @camann9 Looks like the latest version of the Sonar Mavan plugin only support Java 8 or above. When I run a CircleCI build with mvn sonar:sonar phase I get...
@marcelmay Makes sense - I wanted to avoid having a more complex build. I'll modify the build process to only run Sonar if we're building against JDK8 or above. Unfortunate...
The [prerequisites](https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner+for+Maven) from SonarQube's documentation stating that Java8 is required to use the Maven plugin.
Is there any way we can use some of the work done in #62? I like the simplicity of @niranjankhare implementation but allocating a thread to purge emails seems like...
I also wanted to add that it's not clear to me why you need an admin user? @Lewik can you explain to us what you're trying to accomplish? - What...
The CircleCI build is failing due to an issue with running tests repeatedly after another on Linux/Unix systems. See issue #69 for more details.
@Chessray The build issues have been fixed. It looks like there are some conflicts though. Can you rebase your branch and update the PR?
@Chessray Can you fetch the latest upstream and re-run the build? We've fixed our CI/build related issues.
@Chessray Looks like it worked but @marcelmay and I are still working on code reviewing your change. Please standby.
Hi @Frolx. Thanks for submitting the issue. I haven't seen this issue occur but then again I generally do not assert on specific times (just dates) for incoming emails. Just...