airlift / airbase

Base POM for Airlift
Apache License 2.0
48 stars 87 forks source link

Downgrade git-commit-id-plugin to 4.0.0 (from 4.0.2) #243

Closed wendigo closed 3 years ago

wendigo commented 3 years ago

Previous update to 4.0.2 broke PrestoSQL during compilation:

[ERROR] Failed to execute goal pl.project13.maven:git-commit-id-plugin:4.0.2:revision (default) on project presto-spi: Could not complete Mojo execution... Task java.util.concurrent.CompletableFuture$AsyncSupply@78e305f1 rejected from java.util.concurrent.ThreadPoolExecutor@67cff96d[Running, pool size = 5, active threads = 5, queued tasks = 0, completed tasks = 0] -> [Help 1]

wendigo commented 3 years ago

https://github.com/eclipse/jgit/commit/097f01bfb65dd8f7b3d562bbd1713ecf4be5675e

losipiuk commented 3 years ago

@electrum PTAL. I do not have merge rights here.

wendigo commented 3 years ago

https://github.com/git-commit-id/git-commit-id-maven-plugin/pull/525

wendigo commented 3 years ago

Closing