NoClassDefFoundErroronHealthIndicatorwhen Spring Boot Actuator is not on the classpath
- Spring Boot Configuration Metadata for IDE autocompletion (
spring-configuration-metadata.json) - Missing option properties for pool settings (minPool, maxPool, maxIdle, keepAlive, startupTimeout, healthCheckIntervalMs)
- Independent module versioning with
starter-v*publish tags - Version extracted from git tags in publish workflow
- Include MIT LICENSE file in all JAR artifacts
- Spring Boot 3.x auto-configuration (
PythonEmbedAutoConfiguration) - SINGLE mode with
PythonEmbedbean - POOL mode with
PythonEmbedPoolbean - Actuator
HealthIndicatorfor Python process health @ConfigurationPropertiesbinding for all pool and runtime settings- Auto-configuration conditional on
python-embed-runtimeon classpath