VanRoy / spring-data-jest

Spring Data Implementation for Jest
Apache License 2.0
227 stars 78 forks source link

Plugins not loaded at startup #149

Closed lordlothar99 closed 3 years ago

lordlothar99 commented 3 years ago

Onlly package org.elasticsearch.plugins is scanned for plugins at startup in com.github.vanroy.springboot.autoconfigure.data.jest.ElasticsearchJestAutoConfiguration#scanPlugins. --> even though Expression-lang (org.elasticsearch.script.expression.ExpressionPlugin) and Painless-lang (org.elasticsearch.painless.PainlessPlugin) are in the classpath, they're not loaded.

VanRoy commented 3 years ago

@lordlothar99 It's released in 3.3.4.RELEASE. Thanks for your contribution.