File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/test/resources/config
openidm-zip/src/main/resources/bin Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8181 <groupId >com.orientechnologies</groupId >
8282 <artifactId >orientdb-core</artifactId >
8383 <version >${orientdb.version} </version >
84+ <exclusions >
85+ <exclusion >
86+ <groupId >org.xerial.snappy</groupId >
87+ <artifactId >snappy-java</artifactId >
88+ </exclusion >
89+ </exclusions >
8490 </dependency >
8591 <dependency >
8692 <groupId >com.orientechnologies</groupId >
108114 <artifactId >jna-platform</artifactId >
109115 <version >5.14.0</version >
110116 </dependency >
111- <dependency >
112- <groupId >org.xerial.snappy</groupId >
113- <artifactId >snappy-java</artifactId >
114- <version >1.1.10.5</version >
115- </dependency >
116117<!-- <dependency>
117118 <groupId>javax.persistence</groupId>
118119 <artifactId>persistence-api</artifactId>
Original file line number Diff line number Diff line change 339339 "memory.optimizeThreshold" : " 0.7" ,
340340 "jvm.gc.delayForOptimize" : " 600" ,
341341 "storage.diskCache.bufferSize" : " 2048" ,
342- "storage.compressionMethod" : " snappy " ,
342+ "storage.compressionMethod" : " gzip " ,
343343 "storage.useWAL" : " true" ,
344344 "storage.wal.cacheSize" : " 3000" ,
345345 "storage.wal.maxSegmentSize" : " 51200" ,
Original file line number Diff line number Diff line change 2929 " **/*openidm-jetty-fragment*.jar" ,
3030 " **/*openidm-quartz-fragment*.jar" ,
3131 " **/*openidm-config*.jar" ,
32- " **/*snappy-java*.jar" ,
3332 " **/*openidm-httpclient-fragment*.jar"
3433 ],
3534 "start-level" :3 ,
You can’t perform that action at this time.
0 commit comments