From 0ff635e4d107dc2b29ab4c7feab090fa6f0e83f3 Mon Sep 17 00:00:00 2001 From: puneetbehl Date: Wed, 6 Jul 2022 10:52:14 +0000 Subject: [PATCH 1/4] Back to 3.0.1-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 58b6e20d..b4036bcf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -projectVersion=3.0.0 +projectVersion=3.0.1-SNAPSHOT grailsVersion=4.1.0 grailsGradlePluginVersion=4.1.0 gormHibernateVersion=7.0.5 From 413fba9c5cb4a9a565ac0c7c0a83ae41ccf35891 Mon Sep 17 00:00:00 2001 From: Kolyada <89anisim89@gmail.com> Date: Wed, 21 Jun 2023 20:03:34 +1000 Subject: [PATCH 2/4] fixed wrong PR (#173) --- .../mapping/SearchableClassMappingConfigurator.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/groovy/grails/plugins/elasticsearch/mapping/SearchableClassMappingConfigurator.groovy b/src/main/groovy/grails/plugins/elasticsearch/mapping/SearchableClassMappingConfigurator.groovy index 4d576ab6..b671e09e 100644 --- a/src/main/groovy/grails/plugins/elasticsearch/mapping/SearchableClassMappingConfigurator.groovy +++ b/src/main/groovy/grails/plugins/elasticsearch/mapping/SearchableClassMappingConfigurator.groovy @@ -112,7 +112,7 @@ class SearchableClassMappingConfigurator implements ElasticSearchConfigAware { Set indices = mappings .findAll { it.isRoot() } - .collect { it.domainClass.fullName.toLowerCase() } as Set + .collect { it.indexName } as Set //Install the mappings for each index all together indices.each { String indexName -> From 31dcfa3f55cfdcabd3912ae17043966eb32e872c Mon Sep 17 00:00:00 2001 From: Mattias Reichel Date: Wed, 21 Jun 2023 12:03:46 +0200 Subject: [PATCH 3/4] Update README.asciidoc (#191) Corrected the link to the documentation. --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index cfa89ba0..178f41c3 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -1,6 +1,6 @@ == Elasticsearch Grails plugin https://github.com/grails-plugins/elasticsearch-grails-plugin/actions/workflows/gradle.yml[image:https://github.com/grails-plugins/elasticsearch-grails-plugin/actions/workflows/gradle.yml/badge.svg[!Java CI]] -https://grails-plugins.github.io/elasticsearch-grails-plugin/[documentation about the plugin] +https://grails.github.io/elasticsearch-grails-plugin/latest/[Documentation about the plugin] === How can I obtain the plugin? From 1c3ca84b0fdff691a5b2083bfc0cd9ac28a0eefd Mon Sep 17 00:00:00 2001 From: puneetbehl Date: Wed, 21 Jun 2023 10:05:16 +0000 Subject: [PATCH 4/4] [skip ci] Release v3.0.1 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b4036bcf..c091da5b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -projectVersion=3.0.1-SNAPSHOT +projectVersion=3.0.1 grailsVersion=4.1.0 grailsGradlePluginVersion=4.1.0 gormHibernateVersion=7.0.5 pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy