Org.elasticsearch-6.5.4 Jar (Java) on maven central missing XContentFactory and other classes

Note the missing XContentFactory etc. I checked version 6.4.3 as well and this was missing too.

org.elasticsearch-6.5.4.common.xcontent directory:

.
├── LoggingDeprecationHandler.class
├── ObjectParserHelper.class
├── ParseFieldRegistry.class
├── StatusToXContentObject.class
├── UnknownNamedObjectException.class
├── XContentElasticsearchExtension.class
├── XContentHelper.class
├── XContentParserUtils.class
└── support
    └── XContentMapValues.class

These classes were moved to a separate jar (elasticsearch-x-content-6.5.4.jar).

Thank you Igor.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.