Philipp Dallig
Philipp Dallig
I added the feature to branch [owasp_2021](https://github.com/dependency-check/dependency-check-sonar-plugin/tree/owasp_2021). Unfortunately, the category does not yet exist in the current LTS version, so the change cannot yet be included in the master branch....
Please rebase your PR to current master.
> @Reamer Done Let's wait for CI tests
Hello and thank you for working on this important task. I've cleaned up a bit in Jira, please adjust your Jira issue.
I have also played around a bit with JDK 11. Maybe this will help you. https://github.com/Reamer/zeppelin/tree/jdk11
In the last few days I've been very active working on the [branch](https://github.com/Reamer/zeppelin/tree/jdk11), as the connection libraries for Spark with JDK-8 are slowly breaking away. Currently, the JDK-11 branch is...
@wogri I think you are using grafana for visualization. Checkout PR https://github.com/grafana/grafana/pull/19121. At the moment this PR is **not** in a grafana release, therefore I use the master. I added...
Currently, the compilation of the plugins is quite fast. Where did you notice that it takes a long time? Source: https://github.com/apache/zeppelin/actions/runs/3059081927/jobs/4936042114 ``` [INFO] Zeppelin: Plugins Parent ........................... SUCCESS [ 4.729...
In general, I am against additional Maven calls. Maybe it makes sense to work with the Maven parameters "-am" and "-pl" in the first call. This should build only the...
Sorry if I was vague here. Let me describe it in a little more detail. During the tests the project `zeppelin-integration` is executed. In my opinion this sub-module has to...