Junghoon Ban

Results 10 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
help wanted
good first issue

## Summary Refocusing our JVM bindings strategy to provide: 1. **Kotlin bindings** in the main repository (`pkg/kotlin`) 2. **JDBC driver** as a separate project for broader JVM ecosystem support This...

## Summary Add Kotlin bindings for GlueSQL using UniFFI, providing JVM applications with embedded SQL database capabilities across multiple storage backends. ## Features - **UniFFI-based bindings**: Automatic Kotlin code generation...