# SPDX-License-Identifier: SSPL-1.0
#
# The Lucenia project is source-available software: you can
# redistribute it and/or modify it under the terms of the
# Server Side Public License, version 1, as published by
# MongoDB, Inc.
#
# As per the terms of the Server Side Public License, if you
# make the functionality of this program or a modified version
# available over a network, you must make the source code
# available for download.
#
# The full text of the Server Side Public License, version 1,
# can be found at:
# https://www.mongodb.com/licensing/server-side-public-license

@defaultMessage Use Request#createContentType(MediaType) to be sure to pass the right MIME type
org.apache.hc.core5.http.ContentType#create(java.lang.String)
org.apache.hc.core5.http.ContentType#create(java.lang.String,java.lang.String)
org.apache.hc.core5.http.ContentType#create(java.lang.String,java.nio.charset.Charset)

@defaultMessage Lucenia's logging infrastructure uses log4j2 which we don't want to force on high level rest client users
io.skylite.core.common.logging.DeprecationLogger
io.skylite.core.common.logging.LogConfigurator
io.skylite.core.common.logging.LoggerMessageFormat
io.skylite.core.common.logging.Loggers
io.skylite.core.common.logging.NodeNamePatternConverter
io.skylite.core.common.logging.PrefixLogger

@defaultMessage We can't rely on log4j2 being on the classpath so don't log deprecations!
io.skylite.core.xcontent.LoggingDeprecationHandler
