Motivation: Review code styles with some bots automatically. Modifications: Set up ReviewDog in GitHub Action to review code style. Add more check rules to checkstyle plugin. Result: Obvious code styles can be reviewed and commented automatically.
* add http * update plugin * Add StaticMethodsAroundInterceptor to be injected. * move to options plugin * move folder * update pom * support https * add witness class * Make JDK9-11 available for bootstrap instrumentation * Remove temp folder of old bootstrap instrumentation requirement. * remove witness ,work for jdk6,7,8,9,10,11 * Make JDK 12 works. * move jdk-http-plugin to bootstrap-plugins folder * add httpsclient * update README.md