Matt Nelson

Results 22 comments of Matt Nelson

We have switched back to the JDK image for now, but we would like to use the JRE image because of the size.

Maybe false positive was too harsh. I'm more wondering why this violation started reporting when the only thing changed was the java version. Posted my current versions below. The threshold...

This was the generated file and I added my dep and repo. Model and function build. Entrypoint does not build. > Download https://jcenter.bintray.com/com/google/guava/guava/23.0/guava-23.0.jar > Task :model:compileJava Download http://my-repo/com/oracle/ojdbc8/12.2.0.1/ojdbc8-12.2.0.1.pom Download http://my-repo/com/oracle/ojdbc8/12.2.0.1/ojdbc8-12.2.0.1.jar...

I think I traced this down to a few different issues. I added `mavenCentral` and `mavenLocal` to https://github.com/openfaas/templates/blob/master/template/java8/build.gradle#L9 in order to get the build to pass when triggered directly via...

> can you please share the error from `faas-cli build`? It is provided with the original issue report > https://github.com/openfaas/templates/issues/62#issue-349256427 > Glad you got this working. I'd like us to...

> I'm concerned that this will affect a lot of OpenJDK based images that commonly set Java properties as environment variables Came here because of this exact issue. My java...

I am interested in a few of these changes, but I don't think this plugin should be considered dead and forked. @Andrei-Pozolotin can you with @khmarbaise and the other maintainers...

I've been able to reliably reproduce this with a parallel build and disabling spotbugs forking. `mvn clean verify -T 1C -Dspotbugs.fork=false` ``` Caused by: java.lang.AssertionError: java.lang.ClassNotFoundException: Exception while looking for...

I would like to see timings for all the reports that are called from the site plugin. As is I am only getting the time for the maven-site-plugin as a...

Spent a little more time on this. It doesn't look possible without changes to maven-reporting-exec. https://issues.apache.org/jira/browse/MSHARED-650