Philipp Dallig
Philipp Dallig
### What is this PR for? This pull request removes support for Hadoop 2. ### What type of PR is it? Improvement ### Todos * [ ] - Fix CI...
Is it possible for the plugin to automatically create and upload a checksum file? I use this plugin and a user threw in this interesting idea. https://github.com/dependency-check/dependency-check-sonar-plugin/issues/876
### What is this PR for? This PR removes the most important instance objects from Zeppelin. This PR standardizes our integration tests via the `ZeppelinServerMini` class. I was previously unaware...
### What is this PR for? This PR removes the superfluous TestUtils class. ### What type of PR is it? Refactoring ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-6020 ###...
### What is this PR for? This pull request removes the test with JDK 8. I have kept the JDK matrix to make it easier to switch to the next...
### What is this PR for? This pull request removes the raw use of the AngularObject. The generic version has been removed. AngularObject now contains an object reference. As a...
### What is this PR for? This PR adds global roles, which can be stored in the Zeppelin configuration. ### What type of PR is it? Feature ### Todos *...
The Bom upload parameter isLatestProjectVersion was recently introduced. This pull request makes the parameter usable during Maven execution. I noticed that during the project update the flag was reset, possibly...