[fix](bdbje) release SSL certificate monitor threads on factory shutdown (#380)
Berkley Database Java Edition - build and runtime support.
| Licenses | Apache 2 |
|---|---|
| Home page | http://www.oracle.com/technetwork/database/database-technologies/nosqldb |
| Source code | http://www.oracle.com/technetwork/database/database-technologies/nosqldb/downloads/index.html |
| Organization | Oracle Corporation |
| Developers | Oracle Corporation |
A fork of com.sleepycat:je:18.3.12 from bdbje, Applied patches from StarRocks bdbje. Because of StarRocks bdbje based on version 7.x, Apache Doris use bdbje base on version 18.x. So cannot use StarRocks bdb-je directly.
Preparation
Following the instruction of Maven Release Preparation
Change the version in pom.xml
Change the version in pom.xml and create a tag.
Push the tag to the repo.
Deploy
Run: mvn deploy
If you see error: You need a passphrase to unlock the secret key.
Run: gpg -s aaa
aaa can be a non-exist file, and a window will pop up to let you enter the passphase.
Run: mvn deploy again.
If success, you will see the snapshot in https://repository.apache.org/content/repositories/snapshots/org/apache/doris/je/.