Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
- add
implementation 'com.influxdb:influxdb-spring:3.1.0'
- compile and start up my spring boot application
Expected behavior:
just works
Actual behavior:
java.lang.IllegalStateException: Error processing condition on com.influxdb.spring.health.InfluxDB2HealthIndicatorAutoConfiguration
Caused by: java.lang.IllegalStateException: Failed to introspect Class [com.influxdb.spring.influx.InfluxDB2AutoConfiguration] from ClassLoader [jdk.internal.loader.ClassLoaders$AppClassLoader@1f89ab83]
Caused by: java.lang.NoClassDefFoundError: com/influxdb/client/reactive/InfluxDBClientReactive
Caused by: java.lang.ClassNotFoundException: com.influxdb.client.reactive.InfluxDBClientReactive
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) ~[na:na]
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) ~[na:na]
Specifications:
- Client Version: 3.1.0
- InfluxDB Version: 2.0.6
- JDK Version: 11
- Platform: Windows
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
implementation 'com.influxdb:influxdb-spring:3.1.0'Expected behavior:
just works
Actual behavior:
Specifications: