Skip to content

Commit

Permalink
exist-db: Constrain to compatible versions
Browse files Browse the repository at this point in the history
A bug in Java 12-15 could lead to data corruption in eXist; Java 16 compatibility has not yet been confirmed.

I followed the usage of the depends_on_java caveat as described by @reitermarkus in Homebrew#16383 (comment) and Homebrew#16383 (comment)
  • Loading branch information
joewiz committed Apr 28, 2021
1 parent 07185e0 commit db6edfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casks/exist-db.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
zap trash: "~/Library/Application Support/org.exist"

caveats do
depends_on_java "8+"
depends_on_java ["8", "11"]
end
end

0 comments on commit db6edfa

Please sign in to comment.