Go to file
2024-12-24 01:51:22 +01:00
src Avoid race conditions in close method 2024-12-24 01:51:22 +01:00
.gitignore Add debug to gitignore 2024-09-23 11:17:30 +02:00
debug-logging.properties Improve logging 2024-03-31 01:54:58 +01:00
generate-api.sh Add thrift API, add datagen serialization 2024-03-28 23:52:26 +01:00
pom.xml Update rocksdb 2024-11-28 00:56:04 +01:00
proxy-config.json Add RocksDBException 2024-03-30 02:34:17 +01:00
README.md Add readme 2024-11-25 17:26:00 +01:00
reflect-config.json Fix rocksexception 2024-03-30 02:51:07 +01:00

Rockserver

Package fat jar

mvn -Pfatjar -Dagent -DskipTests clean package

Package native

GRAALVM_HOME=/usr/lib/jvm/xx;JAVA_HOME=/usr/lib/jvm/xx mvn -Pnative -Dagent -DskipTests clean package

Deploy the library

mvn -Plibrary -Dagent -DperformRelease=true -DskipTests -Dgpg.skip=true -Drevision=1.0.0-SNAPSHOT deploy