belljun3395

Results 6 issues of belljun3395

Related Isssue: #105 , #205 _I am not good at English. If there's anything you don't understand, please leave a comment._ I know swagger and postman support file type. **-...

**Overview** This PR resolves an `IllegalArgumentException` that occurs when parsing the Redis `INFO` command response in a Windows environment. This issue is described in [GitHub issue #3099](https://github.com/spring-projects/spring-data-redis/issues/3099) and is also...

type: bug

# AssertJ Protobuf Module Implementation * Closes #3736 ## Implemented Features A new Maven module providing: #### Main Classes **`org.assertj.protobuf.api.Assertions`** - Entry point for AssertJ Protobuf - Provides `assertThat(Message)` static...

# Fix #3729: Support optional parameters in RewriteLocationResponseHeader filter ## Summary This PR resolves issue #3729 by adding overloaded methods for the `RewriteLocationResponseHeader` filter, enabling flexible YAML configuration with optional...

waiting-for-triage

# Optimize parameter matching in TableMetaDataContext ## Problem The `TableMetaDataContext.matchInParameterValuesWithInsertColumns()` method uses a nested loop for case-insensitive parameter matching, resulting in O(n×m) complexity where n = columns and m =...

status: waiting-for-feedback
status: waiting-for-triage
in: data

# MongoDB Support for Spring Cloud Task ## Overview This PR adds MongoDB repository support for Spring Cloud Task, following the same patterns as the existing JDBC implementation. Users can...