Skip to content

Adjust @since annotation of classes moved to new package. #2014

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
* @author Mohsin Husen
* @author Artur Konczak
* @author Peter-Josef Meisch
* @since 4.4
*/
class CriteriaFilterProcessor {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
* @author Rasmus Faber-Espensen
* @author James Bodkin
* @author Peter-Josef Meisch
* @since 4.4
*/
class CriteriaQueryProcessor {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* AggregationContainer implementation for an Elasticsearch7 aggregation.
*
* @author Peter-Josef Meisch
* @since 4.3
* @since 4.4
*/
public class ElasticsearchAggregation implements AggregationContainer<Aggregation> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* AggregationsContainer implementation for the Elasticsearch7 aggregations.
*
* @author Peter-Josef Meisch
* @since 4.3
* @since 4.4
*/
public class ElasticsearchAggregations implements AggregationsContainer<Aggregations> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* @author Peter-Josef Meisch
* @author Roman Puchkovskiy
* @author Mark Paluch
* @since 3.2
* @since 4.4
*/
public class ElasticsearchExceptionTranslator implements PersistenceExceptionTranslator {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
* @author Gyula Attila Csorogi
* @author Massimiliano Poggi
* @author Farid Faoudi
* @since 4.4
*/
public class ElasticsearchRestTemplate extends AbstractElasticsearchTemplate {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
* @author Russell Parry
* @author Thomas Geese
* @author Farid Faoudi
* @since 3.2
* @since 4.4
*/
public class ReactiveElasticsearchTemplate implements ReactiveElasticsearchOperations, ApplicationContextAware {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
/**
* @author Peter-Josef Meisch
* @author George Popides
* @since 4.1
* @since 4.4
*/
class ReactiveIndexTemplate implements ReactiveIndexOperations {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
* @author Farid Faoudi
* @author Peer Mueller
* @author vdisk
* @since 4.0
* @since 4.4
*/
// todo make package private again after refactoring
public class RequestFactory {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
*
* @author George Popides
* @author Peter-Josef Meisch
* @since 4.2
* @since 4.4
*/
public class ResponseConverter {
private ResponseConverter() {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
* @author Peter-Josef Meisch
* @author Sascha Woo
* @author George Popides
* @since 4.0
* @since 4.4
*/
class RestIndexTemplate extends AbstractIndexTemplate implements IndexOperations {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Utility class to prevent leaking of Lucene API into Spring Data Elasticsearch.
*
* @author Peter-Josef Meisch
* @since 4.0
* @since 4.4
*/
public final class SearchHitsUtil {
private SearchHitsUtil() {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
*
* @author Don Wellington
* @author Peter-Josef Meisch
* @since 4.4
*/
public class RestClientFactoryBean implements FactoryBean<RestHighLevelClient>, InitializingBean, DisposableBean {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
* @author Henrique Amaral
* @author Peter-Josef Meisch
* @author Nic Hines
* @since 3.2
* @since 4.4
*/
public final class RestClients {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
* @author Brian Clozel
* @author Farid Faoudi
* @author George Popides
* @since 3.2
* @since 4.4
* @see ClientConfiguration
* @see ReactiveRestClients
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

/**
* @author Roman Puchkovskiy
* @since 4.0
* @since 4.4
*/
class DefaultRequestCreator implements RequestCreator {}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @author Christoph Strobl
* @author Peter-Josef Meisch
* @author Mark Paluch
* @since 3.2
* @since 4.4
*/
// todo make package private again after refactoring?
public class RawActionResponse extends ActionResponse {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
* @author Henrique Amaral
* @author Thomas Geese
* @author Farid Faoudi
* @since 3.2
* @since 4.4
* @see ClientConfiguration
* @see ReactiveRestClients
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
* @author Roman Puchkovskiy
* @author Farid Faoudi
* @author George Popides
* @since 4.0
* @since 4.4
*/
public interface RequestCreator {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
* Only intended for internal use.
*
* @author Russell Parry
* @since 4.0
* @since 4.4
*/
public class NamedXContents {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
* @author Christoph Strobl
* @author Peter-Josef Meisch
* @author Farid Faoudi
* @since 3.2
* @since 4.4
*/
@SuppressWarnings("JavadocReference")
public class RequestConverters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* Default implementation of {@link ClusterOperations} using the {@link ElasticsearchRestTemplate}.
*
* @author Peter-Josef Meisch
* @since 4.2
* @since 4.4
*/
class DefaultClusterOperations implements ClusterOperations {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* Default implementation of {@link ReactiveClusterOperations} using the {@link ReactiveElasticsearchOperations}.
*
* @author Peter-Josef Meisch
* @since 4.2
* @since 4.4
*/
public class DefaultReactiveClusterOperations implements ReactiveClusterOperations {
private final ReactiveElasticsearchOperations operations;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

/**
* @author Peter-Josef Meisch
* @since 4.3
* @since 4.4
*/
public class ElasticsearchClusterOperations {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/**
* @author Christoph Strobl
* @author Peter-Josef Meisch
* @since 3.2
* @since 4.4
* @see ElasticsearchConfigurationSupport
*/
public abstract class AbstractElasticsearchConfiguration extends ElasticsearchConfigurationSupport {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* @author Christoph Strobl
* @author Peter-Josef Meisch
* @since 3.2
* @since 4.4
* @see ElasticsearchConfigurationSupport
*/
public abstract class AbstractReactiveElasticsearchConfiguration extends ElasticsearchConfigurationSupport {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
* @author Peter-Josef Meisch
* @author Roman Puchkovskiy
* @author Matt Gilene
* @since 4.0
* @since 4.4
*/
public final class DocumentAdapters {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* created with the {@link #from(SearchResponse,Function)} method.
*
* @author Peter-Josef Meisch
* @since 4.0
* @since 4.4
*/
public class SearchDocumentResponse {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
* Converts the {@link Highlight} annotation from a method to an Elasticsearch {@link HighlightBuilder}.
*
* @author Peter-Josef Meisch
* @since 4.4
*/
public class HighlightQueryBuilder {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
* @author Jean-Baptiste Nizet
* @author Martin Choraine
* @author Peter-Josef Meisch
* @since 4.4
*/
public class NativeSearchQuery extends BaseQuery {

Expand Down
Loading