Gujiawei-Edinburgh commented on issue #206:
URL: https://github.com/apache/bifromq/issues/206#issuecomment-3668043465

   > 1、我是 从 
([https://github.com/apache/bifromq/releases/download/v3.3.5/bifromq-3.3.5-windows-standalone.zip)](https://github.com/apache/bifromq/releases/download/v3.3.5/bifromq-3.3.5-windows-standalone.zip%EF%BC%89)
 下载的 版本
   > 
   > 我解压 demo-plugin-3.3.5.jar demo-plugin-3.3.5\META-INF\extensions.idx 文件中 是有
   > 
   > ```
   > # Generated by PF4J
   > com.baidu.demo.plugin.DemoAuthProvider
   > com.baidu.demo.plugin.EventLogger
   > com.baidu.demo.plugin.DemoResourceThrottler
   > com.baidu.demo.plugin.DemoSettingProvider
   > ```
   > 
   > 2、 hot-fix-plugin 我也试过了,还是不生效
   > 
   > 3、我更换了 jdk 版本,还是一样的结果
   > 
   > ```
   > java -version
   > java version "17.0.17" 2025-10-21 LTS
   > Java(TM) SE Runtime Environment (build 17.0.17+8-LTS-360)
   > Java HotSpot(TM) 64-Bit Server VM (build 17.0.17+8-LTS-360, mixed mode, 
sharing)
   > ```
   
   You may want to double-check the FQN. In BifroMQ 3.x, the plugin packages 
did not start using the `org.apache` namespace. The correct FQN should be 
`com.baidu.demo.plugin.DemoAuthProvider`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to