You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2023/04/03 20:18:25 UTC

[jackrabbit-oak] branch OAK-10177 updated: OAK-10177: adjust run-elastic size limit

This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch OAK-10177
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/OAK-10177 by this push:
     new 59c703133c OAK-10177: adjust run-elastic size limit
59c703133c is described below

commit 59c703133c8ce4c5a1e982fd354871b86694b65a
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Mon Apr 3 21:18:14 2023 +0100

    OAK-10177: adjust run-elastic size limit
---
 oak-run-elastic/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/oak-run-elastic/pom.xml b/oak-run-elastic/pom.xml
index 5692a8a18a..64d5669c14 100644
--- a/oak-run-elastic/pom.xml
+++ b/oak-run-elastic/pom.xml
@@ -36,8 +36,9 @@
         Size History:
         105 MB : Setting constraint to default oak-run jar post adding the build plugin to rename the fat jar with embedded dependencies as the default jar.
         121 MB : add Elasticsearch Java client along with RHLC: the latter can be removed when the code can be fully migrated to use the new client
+        125 MB : shaded Guava
         -->
-        <max.jar.size>121000000</max.jar.size>
+        <max.jar.size>125000000</max.jar.size>
                       
     </properties>