Release 0.10.0
Artifacts
Maven Central: neonbee-core-0.10.0
Maven
<!-- https://mvnrepository.com/artifact/io.neonbee/neonbee-core -->
<dependency>
<groupId>io.neonbee</groupId>
<artifactId>neonbee-core</artifactId>
<version>0.10.0</version>
</dependency>
Gradle
// https://mvnrepository.com/artifact/io.neonbee/neonbee-core
implementation group: 'io.neonbee', name: 'neonbee-core', version: '0.10.0'
Changelog
Bug Fixes
- allow no active profile, make ALL the default (e8461712)
- prefer loading Vert.x/NeonBee from system class loader (9d01198b)
Features
- add NeonBee vs. Vert.x to README.md (bf00a23a)
- make NeonBee boot logging a little more verbose (ca5d8be2)
Code Refactoring
- change to futurized interfaces (e2659537)
- improve wildcard handling in SelfFirstClassLoader (e98615bb)
Continuous Integration
- automate dependency upgrade (of vertx) (1ab6d1a8)