Stamatis Zampetakis
Stamatis Zampetakis
**Environment** Vagrant 2.2.7 VirtualBox 6.1.2 r135662 (Qt5.9.5) Apache Maven 3.6.1 Java version: 1.8.0_212 Ubuntu 18.04.4 LTS (5.3.0-28-generic) Executing `mvn install` fails while provisioning the VM. The relevant part of the...
### What changes were proposed in this pull request and why? * Add unit test to trigger the memory leak (not meant to be committed in the repo cause it...
### Why are the changes needed? See HIVE-26458 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Existing tests. - Cherry-picking the change...
### Why are the changes needed? See HIVE-26312 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Existing tests
### Why are the changes needed? Test build against MacOS and retain stability for this platform in the longterm ### Does this PR introduce _any_ user-facing change? No ### How...
### What changes were proposed in this pull request? 1. Create logger configuration (tests only) for writing specific DataNucleus SQL queries to (new) operation log files. 2. Add hook copying...
### What changes were proposed in this pull request? Close filesystem references in StorageBasedAuthorizationProvider after use. ### Why are the changes needed? To prevent leaving filesystem objects and hitting OOM...
### Why are the changes needed? 1. Better interaction with JUnit 5 dependencies 2. Multiple bug fixes, and improvements since M4 ### Does this PR introduce _any_ user-facing change? No...
https://issues.apache.org/jira/browse/MASSEMBLY-832 Maven allows to declare dependencies as [optional](https://maven.apache.org/guides/introduction/introduction-to-optional-and-excludes-dependencies.html) and this is important for various reasons (e.g., avoiding licensing problems). This change provides a convenient way to include/exclude optional dependencies in...