Am 26.11.20 um 01:48 schrieb Graham Russell: > A small thing from me, I noticed that the Raw InfluxDB Backend > Listener (https://github.com/apache/jmeter/pull/544) wasn't mentioned > in the change log. > Could someone add it before the RC2?
Has been added. Sorry for missing this out. Felix > Thanks! > > Graham > > On Wed, 25 Nov 2020 at 17:46, Milamber <milam...@apache.org> wrote: >> Hello, >> >> Please ping me when I can start the RC2. >> >> Milamber >> >> On 11/25/20 4:59 PM, Felix Schumacher wrote: >>> Am 24.11.20 um 22:58 schrieb Vladimir Sitnikov: >>>> I wonder why all those plugins depend on LoggingManager. >>> I think that is a lot of historical baggage. The plugins from >>> jmeter-plugins repository are all cleaned up and will be released >>> sometime in the future. >>> >>>> Given the number of usages, we would have to keep the class forever, so we >>>> might want to add the related javadoc. >>> We can keep them, should we still mark those as deprecated? >>>> If the third-party plugins use the class for logging purposes, then we >>>> might even want to heal the class (e.g. divert all the logging calls to the >>>> current slf4j) >>> I think the healing will depend on the jars that the >>> plugin/plugin-manager brings to the table. If it uses our implementation >>> of LoggingManager it will get a LogKit-adapter that delegates all log >>> messages to SLF4J, does'nt it? >>>> It is sad I did not check the usages outside of JMeter :-( >>> No problem, I am happy, that we found this before we released a new version. >>> >>> Felix >>> >>>> Vladimir >>>>