1.1.5
Additions
- New
LogFilterutility class, a better replacement ofBroker.Logger(and also the modulesextension-log4jandextension-slf4j). - New
PlainTextBrokerclass, a extension ofBrokerfor sql-based brokers. - New
ConnectionSupplierclass, a replacement ofDataSource(and also the modulemodule-sql).
Changes
- The
RedisBrokernow use the newly introducedRedisClientto connect with redis. - Now the Encryptor is lazily initialized to allow the use of public keys.
- Now the Redis-based brokers send byte data directly instead of the ugly hack serializing bytes as String and viceversa.
- Now every broker extend the method
sendto send data.
Bug Fixes
- Some methods were not compatible with Java 8.
Dependency updates
- Bump org.apache.kafka:kafka-clients from 4.1.0 to 4.1.1 by @dependabot[bot] in #55
- Bump org.apache.activemq:activemq-client from 6.1.7 to 6.2.0 by @dependabot[bot] in #56
Full Changelog: 1.1.4...1.1.5