James Choi

Results 2 issues of James Choi

#### Summary - Introduced `REDMINE_DB_SCHEMA_SEARCH_PATH` environment variable to allow configuring a custom PostgreSQL schema. - Default behavior remains unchanged (`public` schema). #### Usage Set the `REDMINE_DB_SCHEMA_SEARCH_PATH` environment variable to the...

Hi. I've got jsut update vscode-java 1.41.1 to 1.42.0 before update, it's okay, ![Image](https://github.com/user-attachments/assets/69aef6af-943d-457c-8821-3c5f42c873e4) ```java import io.tienipia.model.Template; import java.util.List; import lombok.Builder; @Builder record TemplateResponse(List templates) {} ``` but after upgrade...

regression
Lombok