Jan Haenel

Results 3 issues of Jan Haenel

## Problem or use case Incorporating *EmbeddedHiveMQ* in *OSGi* environment (such as *equinox*) might lead to *ClassCastException* during `LoggingBootstrap` if *logback* based logging is already setup in *OSGi*. ``` !STACK...

**Motivation:** Avoid class loading issues while incorporating _EmbeddedHiveMQServer_ into _OSGi_ environment (such as _Eclipse Equinox_) during _LoggingBootstrap_. **Resolves** Issue #439 **Changes** HiveMQServer EmbeddedHiveMQImpl SystemProperties

**Motivation** Disabling internal *HiveMQServer* *LoggingBootstrap* resolves class loading issues when incorporating the embedded version in frameworks like *OSGi* or *Springboot*. Resolves issue #439 **Changes** - EmbeddedHiveMQBuilder.java - EmbeddedHiveMQBuilderImpl.java - EmbeddedHiveMQImpl...

cla-signed