Junghoon Ban

Results 8 issues of Junghoon Ban

`checkstyle-cli` is a command-line tool for checkstyle(static analysis tool for java)

Currently, the creation of **secandary indexes** and **index helpers** within `IndexWriter` is difficult to read at a glance. So I'm going to rewrite the code in a declarative style by...

type: task

- [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [x] You use the code formatters provided [here](https://github.com/spring-projects/spring-data-build/tree/master/etc/ide) and have them applied to your changes. Don’t submit any formatting...

type: enhancement

Previously, we were only specifying `KeyValueRepository` as the IdentifyingTypes of the repository. This can be problematic when used with **another implementation of KeyValueRepository**, so we need to provide a _Redis-specific_...

type: enhancement

Removed unnecessary code snippets on `RedisQueryCreator`. In particular, `query.getCriteria()` is an unnecessary behavior. Using the `criteria` passed as method arguments as-is will keep our code clean. - [x] You have...

status: waiting-for-triage

- [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [x] You use the code formatters provided [here](https://github.com/spring-projects/spring-data-build/tree/master/etc/ide) and have them applied to your changes. Don’t submit any formatting...

status: waiting-for-triage

- [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [x] You use the code formatters provided [here](https://github.com/spring-projects/spring-data-build/tree/master/etc/ide) and have them applied to your changes. Don’t submit any formatting...

status: waiting-for-triage

**Description** Currently, the exceptions thrown are all `MeilisearchException`. This makes it difficult for the user to specify which exception was thrown. **Basic example** The way to fix this is to...

enhancement