diff --git a/proxy-config.json b/proxy-config.json index d263aba..a9780e8 100644 --- a/proxy-config.json +++ b/proxy-config.json @@ -54,10 +54,5 @@ "interfaces": [ "it.cavallium.rockserver.core.config.VolumeConfig" ] - }, - { - "condition": { - "typeReachable": "org.rocksdb.RocksDBException" - } } ] diff --git a/reflect-config.json b/reflect-config.json index 9e67cb6..8f95124 100644 --- a/reflect-config.json +++ b/reflect-config.json @@ -47,5 +47,10 @@ { "name" : "", "parameterTypes" : ["java.lang.String"] }, { "name" : "of", "parameterTypes" : ["java.lang.String"] } ] + }, + { + "name" : "org.rocksdb.RocksDBException", + "allPublicConstructors": true, + "allPublicClasses": true } ] \ No newline at end of file